docs.vin

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

NounkeyLocksmith
PillarServices (facets: 4 data · 5 services · 3 commerce)
Capabilities12 — 0 live · 12 sandbox · 0 declared
EntitiesRepairOrder
Doorsaggregator.vin
SDKVin.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:

Discover & read

status

keyLocksmith.status · GET /key-locksmiths/status · gate none · sandbox · answers KeyLocksmithStatus@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — keyLocksmith.status
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"})
GET /key-locksmiths/status
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.

receipt · executed 2026-08-17T12:42:13.061Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — keyLocksmith.fitment
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"})
GET /key-locksmiths/fitment
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.

receipt · executed 2026-08-17T12:42:13.041Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — keyLocksmith.keyCodeLookup
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"})
GET /key-locksmiths/key-code-lookup
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.

receipt · executed 2026-08-17T12:42:13.045Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — keyLocksmith.immobilizerSpec
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"})
GET /key-locksmiths/immobilizer-spec
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.

receipt · executed 2026-08-17T12:42:13.041Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsKeyLocksmith.quoteRequested@1 · KeyLocksmith.quoted@1.

the SDK — keyLocksmith.quote
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"})
POST /key-locksmiths/quote
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.

receipt · executed 2026-08-17T12:42:13.056Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsKeyLocksmith.completed@1 · KeyLocksmith.dispatched@1 · KeyLocksmith.ordered@1 · ServiceOrder.settled@1.

the SDK — keyLocksmith.order
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"})
POST /key-locksmiths/order
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.

receipt · executed 2026-08-17T12:42:13.054Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsKeyLocksmith.paid@1 · KeyLocksmith.payFailed@1 · KeyLocksmith.payRequested@1.

the SDK — keyLocksmith.pay
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"})
POST /key-locksmiths/pay
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.

receipt · executed 2026-08-17T12:42:13.055Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsKeyLocksmith.replaceFailed@1 · KeyLocksmith.replaceRequested@1 · KeyLocksmith.replaced@1.

the SDK — keyLocksmith.replace
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"})
POST /key-locksmiths/replace
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.

receipt · executed 2026-08-17T12:42:13.061Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsKeyLocksmith.programFailed@1 · KeyLocksmith.programRequested@1 · KeyLocksmith.programed@1.

the SDK — keyLocksmith.program
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"})
POST /key-locksmiths/program
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.

receipt · executed 2026-08-17T12:42:13.055Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsKeyLocksmith.cut@1 · KeyLocksmith.cutFailed@1 · KeyLocksmith.cutRequested@1.

the SDK — keyLocksmith.cut
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"})
POST /key-locksmiths/cut
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.

receipt · executed 2026-08-17T12:42:13.032Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsKeyLocksmith.reflashImmobilizerRequested@1 · KeyLocksmith.reflashImmobilizered@1.

the SDK — keyLocksmith.reflashImmobilizer
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"})
POST /key-locksmiths/reflash-immobilizer
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.

receipt · executed 2026-08-17T12:42:13.061Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsKeyLocksmith.unlockFailed@1 · KeyLocksmith.unlockRequested@1 · KeyLocksmith.unlocked@1.

the SDK — keyLocksmith.unlock
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"})
POST /key-locksmiths/unlock
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.

receipt · executed 2026-08-17T12:42:13.061Z · HTTP 200
{
  "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.