accessoryInstall
The accessoryInstall noun — identity, lifecycle, events, and every capability as an anchored section: 11 capabilities, 0 live, 11 sandbox, 0 declared.
accessoryInstall is one of the estate's 317 automotive nouns — a job a car needs done. It carries 11 capabilities: 0 live, 11 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | accessoryInstall |
| Pillar | Services (facets: 3 data · 4 services · 4 commerce) |
| Capabilities | 11 — 0 live · 11 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin |
| SDK | Vin.accessoryInstall.* from apis.vin |
| Address | /catalog/accessoryInstall#{action} — the anchor IS the wire name minus accessoryInstall. |
Events
The vocabulary this noun can append to the record — 20 past-tense, versioned event types, each linked to the capability that emits it:
AccessoryInstall.completeRequested@1— emitted bycompleteAccessoryInstall.completed@1— emitted bycomplete·orderAccessoryInstall.dispatched@1— emitted byorderAccessoryInstall.financeRequested@1— emitted byfinanceAccessoryInstall.financed@1— emitted byfinanceAccessoryInstall.installFailed@1— emitted byinstallAccessoryInstall.installRequested@1— emitted byinstallAccessoryInstall.installed@1— emitted byinstallAccessoryInstall.ordered@1— emitted byorderAccessoryInstall.paid@1— emitted bypayAccessoryInstall.payFailed@1— emitted bypayAccessoryInstall.payRequested@1— emitted bypayAccessoryInstall.programFailed@1— emitted byprogramAccessoryInstall.programRequested@1— emitted byprogramAccessoryInstall.programmed@1— emitted byprogramAccessoryInstall.quoteRequested@1— emitted byquoteAccessoryInstall.quoted@1— emitted byquoteAccessoryInstall.scheduleRequested@1— emitted byscheduleAccessoryInstall.scheduled@1— emitted byscheduleServiceOrder.settled@1— emitted byorder
Discover & read
spec
accessoryInstall.spec · GET /accessory-installs/spec · gate none · sandbox · answers AccessoryInstallSpec@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5GAEVCKW0RJ112011 (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 { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.spec({"vin":"5GAEVCKW0RJ112011"})curl 'https://apis.vin/accessory-installs/spec?vin=5GAEVCKW0RJ112011'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": "AccessoryInstallSpec@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"accessory": {
"id": "ACC-2c4d58cc",
"kind": "running-boards",
"priceCents": 65000,
"fits": true
},
"spec": {
"installMinutes": 56,
"toolsRequired": true
}
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"accessory": {
"id": "ACC-2c4d58cc",
"kind": "running-boards",
"priceCents": 65000,
"fits": true
},
"spec": {
"installMinutes": 56,
"toolsRequired": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}availability
accessoryInstall.availability · GET /accessory-installs/availability · gate none · sandbox · answers AccessoryInstallAvailability@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5GAEVCKW0RJ112011 (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 { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.availability({"vin":"5GAEVCKW0RJ112011"})curl 'https://apis.vin/accessory-installs/availability?vin=5GAEVCKW0RJ112011'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": "AccessoryInstallAvailability@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"accessory": {
"id": "ACC-2c4d58cc",
"kind": "running-boards",
"priceCents": 65000
},
"onHand": 5,
"installAvailable": true
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"accessory": {
"id": "ACC-2c4d58cc",
"kind": "running-boards",
"priceCents": 65000
},
"onHand": 5,
"installAvailable": true
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}fitment
accessoryInstall.fitment · GET /accessory-installs/fitment · gate none · sandbox · answers AccessoryInstallFitment@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5GAEVCKW0RJ112011 (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 { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.fitment({"vin":"5GAEVCKW0RJ112011"})curl 'https://apis.vin/accessory-installs/fitment?vin=5GAEVCKW0RJ112011'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": "AccessoryInstallFitment@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"accessory": {
"id": "ACC-2c4d58cc",
"kind": "running-boards",
"priceCents": 65000,
"fits": true
}
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"accessory": {
"id": "ACC-2c4d58cc",
"kind": "running-boards",
"priceCents": 65000,
"fits": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
accessoryInstall.quote · POST /accessory-installs/quote · gate offer · sandbox · answers AccessoryInstallQuote@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) · /5GAEVCKW0RJ112011 (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 — AccessoryInstall.quoteRequested@1 · AccessoryInstall.quoted@1.
import { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.quote({"vin":"5GAEVCKW0RJ112011"})curl -X POST https://apis.vin/accessory-installs/quote \
-H 'content-type: application/json' \
-d '{"vin":"5GAEVCKW0RJ112011"}'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": "AccessoryInstallQuote@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"quote": {
"id": "AIQ-31fd4c5d",
"accessory": {
"id": "ACC-2c4d58cc",
"kind": "running-boards",
"priceCents": 65000
},
"partCents": 65000,
"installCents": 32500,
"totalCents": 97500,
"currency": "USD",
"status": "extended"
}
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"quote": {
"id": "AIQ-31fd4c5d",
"accessory": {
"id": "ACC-2c4d58cc",
"kind": "running-boards",
"priceCents": 65000
},
"partCents": 65000,
"installCents": 32500,
"totalCents": 97500,
"currency": "USD",
"status": "extended"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
accessoryInstall.order · POST /accessory-installs/order · gate offer · sandbox · answers AccessoryInstallOrder@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) · /5GAEVCKW0RJ112011 (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 — AccessoryInstall.completed@1 · AccessoryInstall.dispatched@1 · AccessoryInstall.ordered@1 · ServiceOrder.settled@1.
import { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.order({"vin":"5GAEVCKW0RJ112011"})curl -X POST https://apis.vin/accessory-installs/order \
-H 'content-type: application/json' \
-d '{"vin":"5GAEVCKW0RJ112011"}'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": "AccessoryInstallOrder@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"order": {
"id": "ORD-96b5293d",
"item": "running-boards",
"status": "placed",
"amountCents": 97500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"order": {
"id": "ORD-96b5293d",
"item": "running-boards",
"status": "placed",
"amountCents": 97500,
"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
}
}schedule
accessoryInstall.schedule · POST /accessory-installs/schedule · gate offer · sandbox · answers AccessoryInstallSchedule@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) · /5GAEVCKW0RJ112011 (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 — AccessoryInstall.scheduleRequested@1 · AccessoryInstall.scheduled@1.
import { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.schedule({"vin":"5GAEVCKW0RJ112011"})curl -X POST https://apis.vin/accessory-installs/schedule \
-H 'content-type: application/json' \
-d '{"vin":"5GAEVCKW0RJ112011"}'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": "AccessoryInstallSchedule@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"appointment": {
"id": "APT-24b48eba",
"standing": "checked-in",
"date": "2026-08-12",
"status": "scheduled",
"bay": "accessory-install"
}
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"appointment": {
"id": "APT-24b48eba",
"standing": "checked-in",
"date": "2026-08-12",
"status": "scheduled",
"bay": "accessory-install"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
accessoryInstall.pay · POST /accessory-installs/pay · gate offer · sandbox · answers AccessoryInstallPay@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) · /5GAEVCKW0RJ112011 (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 — AccessoryInstall.paid@1 · AccessoryInstall.payFailed@1 · AccessoryInstall.payRequested@1.
import { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.pay({"vin":"5GAEVCKW0RJ112011"})curl -X POST https://apis.vin/accessory-installs/pay \
-H 'content-type: application/json' \
-d '{"vin":"5GAEVCKW0RJ112011"}'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": "AccessoryInstallPay@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"payment": {
"id": "PAY-6bee8f0b",
"status": "settled",
"amountCents": 97500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"payment": {
"id": "PAY-6bee8f0b",
"status": "settled",
"amountCents": 97500,
"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
}
}finance
accessoryInstall.finance · POST /accessory-installs/finance · gate offer · sandbox · answers AccessoryInstallFinance@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) · /5GAEVCKW0RJ112011 (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 — AccessoryInstall.financeRequested@1 · AccessoryInstall.financed@1.
import { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.finance({"vin":"5GAEVCKW0RJ112011"})curl -X POST https://apis.vin/accessory-installs/finance \
-H 'content-type: application/json' \
-d '{"vin":"5GAEVCKW0RJ112011"}'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": "AccessoryInstallFinance@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"financing": {
"status": "approved-to-anchor",
"decision": "approved",
"rateBand": "best",
"amountCents": 97500,
"termMonths": 12,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"financing": {
"status": "approved-to-anchor",
"decision": "approved",
"rateBand": "best",
"amountCents": 97500,
"termMonths": 12,
"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
install
accessoryInstall.install · POST /accessory-installs/install · gate offer · sandbox · answers AccessoryInstallInstall@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) · /5GAEVCKW0RJ112011 (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 — AccessoryInstall.installFailed@1 · AccessoryInstall.installRequested@1 · AccessoryInstall.installed@1.
import { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.install({"vin":"5GAEVCKW0RJ112011"})curl -X POST https://apis.vin/accessory-installs/install \
-H 'content-type: application/json' \
-d '{"vin":"5GAEVCKW0RJ112011"}'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": "AccessoryInstallInstall@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"workOrder": {
"id": "WO-9668fab5",
"operation": "install",
"accessoryId": "ACC-2c4d58cc",
"status": "scheduled",
"costCents": 32500,
"currency": "USD"
},
"warrantyImpact": {
"warranty": "active",
"impact": "coverage-excluded-only-for-mod-caused-failures"
}
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"workOrder": {
"id": "WO-9668fab5",
"operation": "install",
"accessoryId": "ACC-2c4d58cc",
"status": "scheduled",
"costCents": 32500,
"currency": "USD"
},
"warrantyImpact": {
"warranty": "active",
"impact": "coverage-excluded-only-for-mod-caused-failures"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}complete
accessoryInstall.complete · POST /accessory-installs/complete · gate offer · sandbox · answers AccessoryInstallComplete@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) · /5GAEVCKW0RJ112011 (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 — AccessoryInstall.completeRequested@1 · AccessoryInstall.completed@1.
import { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.complete({"vin":"5GAEVCKW0RJ112011"})curl -X POST https://apis.vin/accessory-installs/complete \
-H 'content-type: application/json' \
-d '{"vin":"5GAEVCKW0RJ112011"}'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": "AccessoryInstallComplete@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"completion": {
"workOrderId": "WO-9668fab5",
"position": "Dispatched",
"status": "not-performed-yet"
}
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"completion": {
"workOrderId": "WO-9668fab5",
"position": "Dispatched",
"status": "not-performed-yet"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-install-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}program
accessoryInstall.program · POST /accessory-installs/program · gate offer · sandbox · answers AccessoryInstallProgram@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) · /5GAEVCKW0RJ112011 (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 — AccessoryInstall.programFailed@1 · AccessoryInstall.programRequested@1 · AccessoryInstall.programmed@1.
import { accessoryInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessoryInstall.program({"vin":"5GAEVCKW0RJ112011"})curl -X POST https://apis.vin/accessory-installs/program \
-H 'content-type: application/json' \
-d '{"vin":"5GAEVCKW0RJ112011"}'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": "AccessoryInstallProgram@1",
"value": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"work": {
"id": "ACC-2c4d58cc",
"operation": "program",
"status": "programmed"
}
},
"evidence": {
"vin": "5GAEVCKW0RJ112011",
"noun": "accessoryInstall",
"asOf": "2026-08-10",
"roId": "RO-8fcf37b0",
"work": {
"id": "ACC-2c4d58cc",
"operation": "program",
"status": "programmed"
}
},
"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.
abandonedVehicle
The abandonedVehicle noun — identity, lifecycle, events, and every capability as an anchored section: 4 capabilities, 0 live, 4 sandbox, 0 declared.
adasCalibration
The adasCalibration noun — identity, lifecycle, events, and every capability as an anchored section: 16 capabilities, 0 live, 16 sandbox, 0 declared.