docs.vin

The id glossary

Every id on the wire is typed by a short prefix. Read a subject's kind at a glance, before you dereference it.

Every subject on the wire carries a typed-prefix id — a short prefix, an underscore, then an opaque identifier. The prefix tells you the kind of thing before you dereference it: GET /{subjectId} resolves any of them to its universal snapshot. The VIN is the one exception — the 17-character number is itself the vehicle's address.

Reading a prefix

deal_7Qm2…      a deal, resolvable at GET /deal_7Qm2…
pty_9xKf…       a party (a person or a company)
mnd_3rP0…       a Mandate — a delegated authority with a ceiling

The prefixes

These are the subject prefixes the catalog uses. Each resolves through the same GET /{subjectId} primitive.

PrefixSubjectSeen on
vk_an API key (vk_sandbox_… / vk_live_…)POST /keys
mnd_a Mandate — delegated authority { ceiling, perAction, expires, tripwires }every act with mandate: required-when-delegated
deal_a deal on the Deal ledgerthe buy and commerce rows
pty_a party — a person or company in the directoryparty.register
dlr_a dealer — a supply-side partythe dealer rows
doc_a document in the vaulte-contracting and notarization
conn_a connected account on the connections railconnection.accounts
link_a link session — a credential ceremony in flightconnection.link
acc_an account reference behind a connectionconnections sync
pol_an insurance policyinsurance.prove
clm_a claiminsuranceClaim.open
pay_a payment on the money railpayment.settle
esc_an escrow holdescrow.fund
off_an offerthe offer rows
poq_a payoff quotepayoff.quote
lead_a leadlead.capture
job_ / ord_a service job / order on the quote → order chassisthe Services rows
inv_an invoiceinvoice.issue
grg_a garage — the owner registergarage.register
ttl_a titletitle.transfer
agt_an agent in the registrymcp.register
evt_a ledger eventthe event registry

The list is not memorized — it is read. Any prefix you meet resolves the same way: GET /{subjectId} returns the subject's snapshot, and the snapshot names its own kind.