keyLocksmith
The keyLocksmith noun — identity, lifecycle, events, and every capability as an anchored section: 12 capabilities, 0 live, 12 sandbox, 0 declared.
keyLocksmith is one of the estate's 317 automotive nouns — a job a car needs done. It carries 12 capabilities: 0 live, 12 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | keyLocksmith |
| Pillar | Services (facets: 4 data · 5 services · 3 commerce) |
| Capabilities | 12 — 0 live · 12 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin |
| SDK | Vin.keyLocksmith.* from apis.vin |
| Address | /catalog/keyLocksmith#{action} — the anchor IS the wire name minus keyLocksmith. |
Events
The vocabulary this noun can append to the record — 23 past-tense, versioned event types, each linked to the capability that emits it:
KeyLocksmith.completed@1— emitted byorderKeyLocksmith.cut@1— emitted bycutKeyLocksmith.cutFailed@1— emitted bycutKeyLocksmith.cutRequested@1— emitted bycutKeyLocksmith.dispatched@1— emitted byorderKeyLocksmith.ordered@1— emitted byorderKeyLocksmith.paid@1— emitted bypayKeyLocksmith.payFailed@1— emitted bypayKeyLocksmith.payRequested@1— emitted bypayKeyLocksmith.programFailed@1— emitted byprogramKeyLocksmith.programRequested@1— emitted byprogramKeyLocksmith.programed@1— emitted byprogramKeyLocksmith.quoteRequested@1— emitted byquoteKeyLocksmith.quoted@1— emitted byquoteKeyLocksmith.reflashImmobilizerRequested@1— emitted byreflashImmobilizerKeyLocksmith.reflashImmobilizered@1— emitted byreflashImmobilizerKeyLocksmith.replaceFailed@1— emitted byreplaceKeyLocksmith.replaceRequested@1— emitted byreplaceKeyLocksmith.replaced@1— emitted byreplaceKeyLocksmith.unlockFailed@1— emitted byunlockKeyLocksmith.unlockRequested@1— emitted byunlockKeyLocksmith.unlocked@1— emitted byunlockServiceOrder.settled@1— emitted byorder
Discover & read
status
keyLocksmith.status · GET /key-locksmiths/status · gate none · sandbox · answers KeyLocksmithStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.status({"vin":"1C4RJFAG8LC167745"})curl 'https://apis.vin/key-locksmiths/status?vin=1C4RJFAG8LC167745'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithStatus@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"keys": {
"physical": 1,
"digitalActive": 1
},
"keyId": "KEY-0bd311c1",
"keyType": "remote-flip"
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"keys": {
"physical": 1,
"digitalActive": 1
},
"keyId": "KEY-0bd311c1",
"keyType": "remote-flip"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}fitment
keyLocksmith.fitment · GET /key-locksmiths/fitment · gate none · sandbox · answers KeyLocksmithFitment@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.fitment({"vin":"1C4RJFAG8LC167745"})curl 'https://apis.vin/key-locksmiths/fitment?vin=1C4RJFAG8LC167745'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithFitment@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"fitment": {
"fits": true,
"keyType": "remote-flip"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"fitment": {
"fits": true,
"keyType": "remote-flip"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}keyCodeLookup
keyLocksmith.keyCodeLookup · GET /key-locksmiths/key-code-lookup · gate none · sandbox · answers KeyLocksmithKeyCodeLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.keyCodeLookup({"vin":"1C4RJFAG8LC167745"})curl 'https://apis.vin/key-locksmiths/key-code-lookup?vin=1C4RJFAG8LC167745'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithKeyCodeLookup@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"keyCode": {
"code": "KC-2b9c12de",
"keyType": "remote-flip"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"keyCode": {
"code": "KC-2b9c12de",
"keyType": "remote-flip"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}immobilizerSpec
keyLocksmith.immobilizerSpec · GET /key-locksmiths/immobilizer-spec · gate none · sandbox · answers KeyLocksmithImmobilizerSpec@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.immobilizerSpec({"vin":"1C4RJFAG8LC167745"})curl 'https://apis.vin/key-locksmiths/immobilizer-spec?vin=1C4RJFAG8LC167745'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithImmobilizerSpec@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"spec": {
"transponder": "rolling-code",
"frequencyMhz": 434,
"cloneable": false,
"keyType": "remote-flip"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"spec": {
"transponder": "rolling-code",
"frequencyMhz": 434,
"cloneable": false,
"keyType": "remote-flip"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
keyLocksmith.quote · POST /key-locksmiths/quote · gate offer · sandbox · answers KeyLocksmithQuote@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — KeyLocksmith.quoteRequested@1 · KeyLocksmith.quoted@1.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.quote({"vin":"1C4RJFAG8LC167745"})curl -X POST https://apis.vin/key-locksmiths/quote \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFAG8LC167745"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithQuote@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"quote": {
"id": "KLQ-6e2e6c1d",
"amountCents": 30500,
"keyType": "remote-flip",
"currency": "USD",
"status": "extended"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"quote": {
"id": "KLQ-6e2e6c1d",
"amountCents": 30500,
"keyType": "remote-flip",
"currency": "USD",
"status": "extended"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
keyLocksmith.order · POST /key-locksmiths/order · gate offer · sandbox · answers KeyLocksmithOrder@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — KeyLocksmith.completed@1 · KeyLocksmith.dispatched@1 · KeyLocksmith.ordered@1 · ServiceOrder.settled@1.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.order({"vin":"1C4RJFAG8LC167745"})curl -X POST https://apis.vin/key-locksmiths/order \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFAG8LC167745"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithOrder@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"order": {
"id": "ORD-a921a0fd",
"item": "replacement key",
"status": "placed",
"amountCents": 24000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"order": {
"id": "ORD-a921a0fd",
"item": "replacement key",
"status": "placed",
"amountCents": 24000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
keyLocksmith.pay · POST /key-locksmiths/pay · gate offer · sandbox · answers KeyLocksmithPay@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — KeyLocksmith.paid@1 · KeyLocksmith.payFailed@1 · KeyLocksmith.payRequested@1.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.pay({"vin":"1C4RJFAG8LC167745"})curl -X POST https://apis.vin/key-locksmiths/pay \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFAG8LC167745"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithPay@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"payment": {
"id": "PAY-e62d1dcb",
"status": "settled",
"amountCents": 24000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"payment": {
"id": "PAY-e62d1dcb",
"status": "settled",
"amountCents": 24000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
replace
keyLocksmith.replace · POST /key-locksmiths/replace · gate offer · sandbox · answers KeyLocksmithReplace@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — KeyLocksmith.replaceFailed@1 · KeyLocksmith.replaceRequested@1 · KeyLocksmith.replaced@1.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.replace({"vin":"1C4RJFAG8LC167745"})curl -X POST https://apis.vin/key-locksmiths/replace \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFAG8LC167745"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithReplace@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"replacement": {
"id": "KEY-0bd311c1",
"status": "replaced",
"keyType": "remote-flip",
"amountCents": 24000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"replacement": {
"id": "KEY-0bd311c1",
"status": "replaced",
"keyType": "remote-flip",
"amountCents": 24000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}program
keyLocksmith.program · POST /key-locksmiths/program · gate offer · sandbox · answers KeyLocksmithProgram@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — KeyLocksmith.programFailed@1 · KeyLocksmith.programRequested@1 · KeyLocksmith.programed@1.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.program({"vin":"1C4RJFAG8LC167745"})curl -X POST https://apis.vin/key-locksmiths/program \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFAG8LC167745"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithProgram@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"work": {
"id": "KEY-0bd311c1",
"status": "programmed",
"keyType": "remote-flip"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"work": {
"id": "KEY-0bd311c1",
"status": "programmed",
"keyType": "remote-flip"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
cut
keyLocksmith.cut · POST /key-locksmiths/cut · gate offer · sandbox · answers KeyLocksmithCut@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — KeyLocksmith.cut@1 · KeyLocksmith.cutFailed@1 · KeyLocksmith.cutRequested@1.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.cut({"vin":"1C4RJFAG8LC167745"})curl -X POST https://apis.vin/key-locksmiths/cut \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFAG8LC167745"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithCut@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"work": {
"id": "KEY-0bd311c1",
"status": "cut",
"keyType": "remote-flip"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"work": {
"id": "KEY-0bd311c1",
"status": "cut",
"keyType": "remote-flip"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}reflashImmobilizer
keyLocksmith.reflashImmobilizer · POST /key-locksmiths/reflash-immobilizer · gate offer · sandbox · answers KeyLocksmithReflashImmobilizer@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — KeyLocksmith.reflashImmobilizerRequested@1 · KeyLocksmith.reflashImmobilizered@1.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.reflashImmobilizer({"vin":"1C4RJFAG8LC167745"})curl -X POST https://apis.vin/key-locksmiths/reflash-immobilizer \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFAG8LC167745"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithReflashImmobilizer@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"work": {
"id": "IMM-9a5d86c0",
"status": "reflashed"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"work": {
"id": "IMM-9a5d86c0",
"status": "reflashed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}unlock
keyLocksmith.unlock · POST /key-locksmiths/unlock · gate offer · sandbox · answers KeyLocksmithUnlock@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFAG8LC167745 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — KeyLocksmith.unlockFailed@1 · KeyLocksmith.unlockRequested@1 · KeyLocksmith.unlocked@1.
import { keyLocksmith } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await keyLocksmith.unlock({"vin":"1C4RJFAG8LC167745"})curl -X POST https://apis.vin/key-locksmiths/unlock \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFAG8LC167745"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "KeyLocksmithUnlock@1",
"value": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"unlock": {
"status": "unlocked",
"channel": "active"
}
},
"evidence": {
"vin": "1C4RJFAG8LC167745",
"noun": "keyLocksmith",
"asOf": "2026-08-10",
"roId": "RO-0ea544ee",
"standing": "active",
"unlock": {
"status": "unlocked",
"channel": "active"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Data model
The record shape behind this noun — one entity, each property an evidence field. See the whole estate model on the data model page.
RepairOrder
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.