docs.vin

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

Nounaccessory
PillarData (facets: 8 data · 3 services · 4 commerce)
Capabilities15 — 0 live · 15 sandbox · 0 declared
EntitiesPart
Doorsaggregator.vin
SDKVin.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:

Discover & read

lookup

accessory.lookup · GET /accessories/lookup · gate none · sandbox · answers AccessoryLookup@1

FieldTypeRequiredNotes
vinstringno

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

the SDK — accessory.lookup
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"})
GET /accessories/lookup
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — accessory.spec
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"})
GET /accessories/spec
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — accessory.availability
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"})
GET /accessories/availability
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — accessory.fitment
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"})
GET /accessories/fitment
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — accessory.catalogLookup
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"})
GET /accessories/catalog-lookup
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — accessory.legalityCheck
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"})
GET /accessories/legality-check
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.

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

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) · /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.

EmitsAccessory.quoteRequested@1 · Accessory.quoted@1.

the SDK — accessory.quote
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"})
POST /accessories/quote
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — accessory.price
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"})
GET /accessories/price
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.

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

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) · /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.

EmitsAccessory.completed@1 · Accessory.dispatched@1 · Accessory.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.

the SDK — accessory.order
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"})
POST /accessories/order
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.

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

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) · /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.

EmitsAccessory.charged@1 · Accessory.paid@1 · Accessory.payFailed@1 · Accessory.payRequested@1 · ServiceOrder.settled@1.

the SDK — accessory.pay
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"})
POST /accessories/pay
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.

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

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) · /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.

EmitsAccessory.financeRequested@1 · Accessory.financed@1.

the SDK — accessory.finance
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"})
POST /accessories/finance
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.

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

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) · /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.

EmitsAccessory.installFailed@1 · Accessory.installRequested@1 · Accessory.installed@1.

the SDK — accessory.install
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"})
POST /accessories/install
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.

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

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) · /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.

EmitsAccessory.removed@1.

the SDK — accessory.remove
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"})
POST /accessories/remove
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.

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

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) · /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.

EmitsAccessory.programFailed@1 · Accessory.programRequested@1 · Accessory.programmed@1.

the SDK — accessory.program
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"})
POST /accessories/program
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — accessory.warrantyImpact
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"})
GET /accessories/warranty-impact
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.

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