accessory
The accessory noun — identity, lifecycle, events, and every capability as an anchored section: 15 capabilities, 0 live, 15 sandbox, 0 declared.
accessory is one of the estate's 317 automotive nouns — a job a car needs done. It carries 15 capabilities: 0 live, 15 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | accessory |
| Pillar | Data (facets: 8 data · 3 services · 4 commerce) |
| Capabilities | 15 — 0 live · 15 sandbox · 0 declared |
| Entities | Part |
| Doors | aggregator.vin |
| SDK | Vin.accessory.* from apis.vin |
| Address | /catalog/accessory#{action} — the anchor IS the wire name minus accessory. |
Events
The vocabulary this noun can append to the record — 20 past-tense, versioned event types, each linked to the capability that emits it:
Accessory.charged@1— emitted bypayAccessory.completed@1— emitted byorderAccessory.dispatched@1— emitted byorderAccessory.financeRequested@1— emitted byfinanceAccessory.financed@1— emitted byfinanceAccessory.installFailed@1— emitted byinstallAccessory.installRequested@1— emitted byinstallAccessory.installed@1— emitted byinstallAccessory.ordered@1— emitted byorderAccessory.paid@1— emitted bypayAccessory.payFailed@1— emitted bypayAccessory.payRequested@1— emitted bypayAccessory.programFailed@1— emitted byprogramAccessory.programRequested@1— emitted byprogramAccessory.programmed@1— emitted byprogramAccessory.quoteRequested@1— emitted byquoteAccessory.quoted@1— emitted byquoteAccessory.removed@1— emitted byremoveOrder.placed@1— emitted byorderServiceOrder.settled@1— emitted byorder·pay
Discover & read
lookup
accessory.lookup · GET /accessories/lookup · gate none · sandbox · answers AccessoryLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /W1X8ED3Y7NT100938 (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 { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.lookup({"vin":"W1X8ED3Y7NT100938"})curl 'https://apis.vin/accessories/lookup?vin=W1X8ED3Y7NT100938'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": "AccessoryLookup@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"lookup": "lookup",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000,
"fits": true
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"lookup": "lookup",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000,
"fits": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}spec
accessory.spec · GET /accessories/spec · gate none · sandbox · answers AccessorySpec@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /W1X8ED3Y7NT100938 (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 { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.spec({"vin":"W1X8ED3Y7NT100938"})curl 'https://apis.vin/accessories/spec?vin=W1X8ED3Y7NT100938'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": "AccessorySpec@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"lookup": "spec",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000,
"fits": true
},
"spec": {
"installMinutes": 64,
"toolsRequired": false
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"lookup": "spec",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000,
"fits": true
},
"spec": {
"installMinutes": 64,
"toolsRequired": false
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}availability
accessory.availability · GET /accessories/availability · gate none · sandbox · answers AccessoryAvailability@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /W1X8ED3Y7NT100938 (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 { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.availability({"vin":"W1X8ED3Y7NT100938"})curl 'https://apis.vin/accessories/availability?vin=W1X8ED3Y7NT100938'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": "AccessoryAvailability@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000
},
"onHand": 10,
"binLocation": "B-6"
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000
},
"onHand": 10,
"binLocation": "B-6"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}fitment
accessory.fitment · GET /accessories/fitment · gate none · sandbox · answers AccessoryFitment@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /W1X8ED3Y7NT100938 (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 { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.fitment({"vin":"W1X8ED3Y7NT100938"})curl 'https://apis.vin/accessories/fitment?vin=W1X8ED3Y7NT100938'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": "AccessoryFitment@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"lookup": "fitment",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000,
"fits": true
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"lookup": "fitment",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000,
"fits": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}catalogLookup
accessory.catalogLookup · GET /accessories/catalog-lookup · gate none · sandbox · answers AccessoryCatalogLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /W1X8ED3Y7NT100938 (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 { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.catalogLookup({"vin":"W1X8ED3Y7NT100938"})curl 'https://apis.vin/accessories/catalog-lookup?vin=W1X8ED3Y7NT100938'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": "AccessoryCatalogLookup@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"lookup": "catalogLookup",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000,
"fits": true
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"lookup": "catalogLookup",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000,
"fits": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}legalityCheck
accessory.legalityCheck · GET /accessories/legality-check · gate none · sandbox · answers AccessoryLegalityCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /W1X8ED3Y7NT100938 (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 { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.legalityCheck({"vin":"W1X8ED3Y7NT100938"})curl 'https://apis.vin/accessories/legality-check?vin=W1X8ED3Y7NT100938'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": "AccessoryLegalityCheck@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000
},
"legality": {
"classification": "street-legal"
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000
},
"legality": {
"classification": "street-legal"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
accessory.quote · POST /accessories/quote · gate offer · sandbox · answers AccessoryQuote@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) · /W1X8ED3Y7NT100938 (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 — Accessory.quoteRequested@1 · Accessory.quoted@1.
import { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.quote({"vin":"W1X8ED3Y7NT100938"})curl -X POST https://apis.vin/accessories/quote \
-H 'content-type: application/json' \
-d '{"vin":"W1X8ED3Y7NT100938"}'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": "AccessoryQuote@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"quote": {
"id": "AQ-0782ab38",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000
},
"partCents": 12000,
"installCents": 6000,
"totalCents": 18000,
"currency": "USD",
"status": "extended"
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"quote": {
"id": "AQ-0782ab38",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000
},
"partCents": 12000,
"installCents": 6000,
"totalCents": 18000,
"currency": "USD",
"status": "extended"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}price
accessory.price · GET /accessories/price · gate none · sandbox · answers AccessoryPrice@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /W1X8ED3Y7NT100938 (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 { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.price({"vin":"W1X8ED3Y7NT100938"})curl 'https://apis.vin/accessories/price?vin=W1X8ED3Y7NT100938'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": "AccessoryPrice@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000
},
"unitPriceCents": 12000,
"currency": "USD"
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000
},
"unitPriceCents": 12000,
"currency": "USD"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
accessory.order · POST /accessories/order · gate offer · sandbox · answers AccessoryOrder@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) · /W1X8ED3Y7NT100938 (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 — Accessory.completed@1 · Accessory.dispatched@1 · Accessory.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.
import { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.order({"vin":"W1X8ED3Y7NT100938"})curl -X POST https://apis.vin/accessories/order \
-H 'content-type: application/json' \
-d '{"vin":"W1X8ED3Y7NT100938"}'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": "AccessoryOrder@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"order": {
"id": "ORD-fb814054",
"item": "cargo-organizer",
"status": "placed",
"amountCents": 12000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"order": {
"id": "ORD-fb814054",
"item": "cargo-organizer",
"status": "placed",
"amountCents": 12000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
accessory.pay · POST /accessories/pay · gate offer · sandbox · answers AccessoryPay@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) · /W1X8ED3Y7NT100938 (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 — Accessory.charged@1 · Accessory.paid@1 · Accessory.payFailed@1 · Accessory.payRequested@1 · ServiceOrder.settled@1.
import { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.pay({"vin":"W1X8ED3Y7NT100938"})curl -X POST https://apis.vin/accessories/pay \
-H 'content-type: application/json' \
-d '{"vin":"W1X8ED3Y7NT100938"}'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": "AccessoryPay@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-31c62b12",
"status": "settled",
"amountCents": 12000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-31c62b12",
"status": "settled",
"amountCents": 12000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}finance
accessory.finance · POST /accessories/finance · gate offer · sandbox · answers AccessoryFinance@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) · /W1X8ED3Y7NT100938 (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 — Accessory.financeRequested@1 · Accessory.financed@1.
import { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.finance({"vin":"W1X8ED3Y7NT100938"})curl -X POST https://apis.vin/accessories/finance \
-H 'content-type: application/json' \
-d '{"vin":"W1X8ED3Y7NT100938"}'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": "AccessoryFinance@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"financing": {
"status": "approved-to-anchor",
"decision": "approved",
"rateBand": "best",
"amountCents": 18000,
"termMonths": 12,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"financing": {
"status": "approved-to-anchor",
"decision": "approved",
"rateBand": "best",
"amountCents": 18000,
"termMonths": 12,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
install
accessory.install · POST /accessories/install · gate offer · sandbox · answers AccessoryInstall@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) · /W1X8ED3Y7NT100938 (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 — Accessory.installFailed@1 · Accessory.installRequested@1 · Accessory.installed@1.
import { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.install({"vin":"W1X8ED3Y7NT100938"})curl -X POST https://apis.vin/accessories/install \
-H 'content-type: application/json' \
-d '{"vin":"W1X8ED3Y7NT100938"}'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": "AccessoryInstall@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"workOrder": {
"id": "WO-e9fa4a67",
"operation": "install",
"accessoryId": "ACC-bc9fc416",
"status": "scheduled",
"costCents": 6000,
"currency": "USD"
},
"warrantyImpact": {
"warranty": "expired",
"impact": "coverage-expired-no-impact"
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"workOrder": {
"id": "WO-e9fa4a67",
"operation": "install",
"accessoryId": "ACC-bc9fc416",
"status": "scheduled",
"costCents": 6000,
"currency": "USD"
},
"warrantyImpact": {
"warranty": "expired",
"impact": "coverage-expired-no-impact"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}remove
accessory.remove · POST /accessories/remove · gate offer · sandbox · answers AccessoryRemove@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) · /W1X8ED3Y7NT100938 (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 — Accessory.removed@1.
import { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.remove({"vin":"W1X8ED3Y7NT100938"})curl -X POST https://apis.vin/accessories/remove \
-H 'content-type: application/json' \
-d '{"vin":"W1X8ED3Y7NT100938"}'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": "AccessoryRemove@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"workOrder": {
"id": "WO-421eb58c",
"operation": "remove",
"accessoryId": "ACC-bc9fc416",
"status": "scheduled",
"costCents": 3000,
"currency": "USD"
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"workOrder": {
"id": "WO-421eb58c",
"operation": "remove",
"accessoryId": "ACC-bc9fc416",
"status": "scheduled",
"costCents": 3000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}program
accessory.program · POST /accessories/program · gate offer · sandbox · answers AccessoryProgram@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) · /W1X8ED3Y7NT100938 (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 — Accessory.programFailed@1 · Accessory.programRequested@1 · Accessory.programmed@1.
import { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.program({"vin":"W1X8ED3Y7NT100938"})curl -X POST https://apis.vin/accessories/program \
-H 'content-type: application/json' \
-d '{"vin":"W1X8ED3Y7NT100938"}'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": "AccessoryProgram@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"work": {
"id": "ACC-bc9fc416",
"operation": "program",
"status": "programmed"
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"work": {
"id": "ACC-bc9fc416",
"operation": "program",
"status": "programmed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
warrantyImpact
accessory.warrantyImpact · GET /accessories/warranty-impact · gate none · sandbox · answers AccessoryWarrantyImpact@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /W1X8ED3Y7NT100938 (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 { accessory } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await accessory.warrantyImpact({"vin":"W1X8ED3Y7NT100938"})curl 'https://apis.vin/accessories/warranty-impact?vin=W1X8ED3Y7NT100938'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": "AccessoryWarrantyImpact@1",
"value": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000
},
"warrantyImpact": {
"warranty": "expired",
"impact": "coverage-expired-no-impact"
}
},
"evidence": {
"vin": "W1X8ED3Y7NT100938",
"noun": "accessory",
"asOf": "2026-08-10",
"accessory": {
"id": "ACC-bc9fc416",
"kind": "cargo-organizer",
"priceCents": 12000
},
"warrantyImpact": {
"warranty": "expired",
"impact": "coverage-expired-no-impact"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-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.
Part
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.