docs.vin

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

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

Discover & read

spec

accessoryInstall.spec · GET /accessory-installs/spec · gate none · sandbox · answers AccessoryInstallSpec@1

FieldTypeRequiredNotes
vinstringno

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

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

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

FieldTypeRequiredNotes
vinstringno

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

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

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

FieldTypeRequiredNotes
vinstringno

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

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

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

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

EmitsAccessoryInstall.quoteRequested@1 · AccessoryInstall.quoted@1.

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

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

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

EmitsAccessoryInstall.completed@1 · AccessoryInstall.dispatched@1 · AccessoryInstall.ordered@1 · ServiceOrder.settled@1.

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

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

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

EmitsAccessoryInstall.scheduleRequested@1 · AccessoryInstall.scheduled@1.

the SDK — accessoryInstall.schedule
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"})
POST /accessory-installs/schedule
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.

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

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

EmitsAccessoryInstall.paid@1 · AccessoryInstall.payFailed@1 · AccessoryInstall.payRequested@1.

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

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

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

EmitsAccessoryInstall.financeRequested@1 · AccessoryInstall.financed@1.

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

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

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

EmitsAccessoryInstall.installFailed@1 · AccessoryInstall.installRequested@1 · AccessoryInstall.installed@1.

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

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

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

EmitsAccessoryInstall.completeRequested@1 · AccessoryInstall.completed@1.

the SDK — accessoryInstall.complete
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"})
POST /accessory-installs/complete
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.

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

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

EmitsAccessoryInstall.programFailed@1 · AccessoryInstall.programRequested@1 · AccessoryInstall.programmed@1.

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

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