infotainment
The infotainment noun — identity, lifecycle, events, and every capability as an anchored section: 14 capabilities, 2 live, 12 sandbox, 0 declared.
infotainment is one of the estate's 317 automotive nouns — a job a car needs done. It carries 14 capabilities: 2 live, 12 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | infotainment |
| Pillar | Services (facets: 4 data · 6 services · 4 commerce) |
| Capabilities | 14 — 2 live · 12 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin |
| SDK | Vin.infotainment.* from apis.vin |
| Address | /catalog/infotainment#{action} — the anchor IS the wire name minus infotainment. |
Events
The vocabulary this noun can append to the record — 12 past-tense, versioned event types, each linked to the capability that emits it:
Infotainment.charged@1— emitted bypayInfotainment.mapUpdated@1— emitted bymapUpdateInfotainment.moduleReplaced@1— emitted bymoduleReplaceInfotainment.ordered@1— emitted byorderInfotainment.pairDeviced@1— emitted bypairDeviceInfotainment.quoted@1— emitted byquoteInfotainment.reflashed@1— emitted byreflashInfotainment.reset@1— emitted byresetInfotainment.subscribed@1— emitted bysubscribeInfotainment.updated@1— emitted byupdateOrder.placed@1— emitted byorderServiceOrder.settled@1— emitted byorder·pay
Discover & read
spec
infotainment.spec · GET /infotainments/spec · gate none · live · answers InfotainmentSpec@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GKENPKS7TJ261420 (the VIN lens).
Try it — live: answers on the wire today. A sandbox key still selects the deterministic simulated mode — drive the full outcome range with the magic triggers.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.spec({"vin":"1GKENPKS7TJ261420"})curl 'https://apis.vin/infotainments/spec?vin=1GKENPKS7TJ261420'featureLookup
infotainment.featureLookup · GET /infotainments/feature-lookup · gate none · live · answers InfotainmentFeatureLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GKENPKS7TJ261420 (the VIN lens).
Try it — live: answers on the wire today. A sandbox key still selects the deterministic simulated mode — drive the full outcome range with the magic triggers.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.featureLookup({"vin":"1GKENPKS7TJ261420"})curl 'https://apis.vin/infotainments/feature-lookup?vin=1GKENPKS7TJ261420'mapVersionRead
infotainment.mapVersionRead · GET /infotainments/map-version-read · gate none · sandbox · answers InfotainmentMapVersionRead@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GKENPKS7TJ261420 (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 { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.mapVersionRead({"vin":"1GKENPKS7TJ261420"})curl 'https://apis.vin/infotainments/map-version-read?vin=1GKENPKS7TJ261420'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": "InfotainmentMapVersionRead@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"map": {
"version": "M-2025.4",
"coverage": "north-america"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"map": {
"version": "M-2025.4",
"coverage": "north-america"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}versionCheck
infotainment.versionCheck · GET /infotainments/version-check · gate none · sandbox · answers InfotainmentVersionCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GKENPKS7TJ261420 (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 { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.versionCheck({"vin":"1GKENPKS7TJ261420"})curl 'https://apis.vin/infotainments/version-check?vin=1GKENPKS7TJ261420'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": "InfotainmentVersionCheck@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"version": {
"installed": "3.6.1",
"latest": "3.6.1",
"current": true
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"version": {
"installed": "3.6.1",
"latest": "3.6.1",
"current": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
infotainment.quote · POST /infotainments/quote · gate offer · sandbox · answers InfotainmentQuote@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) · /1GKENPKS7TJ261420 (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 — Infotainment.quoted@1.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.quote({"vin":"1GKENPKS7TJ261420"})curl -X POST https://apis.vin/infotainments/quote \
-H 'content-type: application/json' \
-d '{"vin":"1GKENPKS7TJ261420"}'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": "InfotainmentQuote@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"quote": {
"status": "no-work-indicated",
"verdict": "pass",
"amountCents": 0,
"currency": "USD"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"quote": {
"status": "no-work-indicated",
"verdict": "pass",
"amountCents": 0,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
infotainment.order · POST /infotainments/order · gate offer · sandbox · answers InfotainmentOrder@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) · /1GKENPKS7TJ261420 (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 — Infotainment.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.order({"vin":"1GKENPKS7TJ261420"})curl -X POST https://apis.vin/infotainments/order \
-H 'content-type: application/json' \
-d '{"vin":"1GKENPKS7TJ261420"}'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": "InfotainmentOrder@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"order": {
"status": "nothing-to-order",
"verdict": "pass"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"order": {
"status": "nothing-to-order",
"verdict": "pass"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}subscribe
infotainment.subscribe · POST /infotainments/subscribe · gate offer · sandbox · answers InfotainmentSubscribe@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) · /1GKENPKS7TJ261420 (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 — Infotainment.subscribed@1.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.subscribe({"vin":"1GKENPKS7TJ261420"})curl -X POST https://apis.vin/infotainments/subscribe \
-H 'content-type: application/json' \
-d '{"vin":"1GKENPKS7TJ261420"}'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": "InfotainmentSubscribe@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"subscription": {
"id": "IS-367f9915",
"plan": "connected-services",
"monthlyCents": 1900,
"currency": "USD",
"status": "pending-connection",
"connection": "degraded"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"subscription": {
"id": "IS-367f9915",
"plan": "connected-services",
"monthlyCents": 1900,
"currency": "USD",
"status": "pending-connection",
"connection": "degraded"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
infotainment.pay · POST /infotainments/pay · gate offer · sandbox · answers InfotainmentPay@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) · /1GKENPKS7TJ261420 (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 — Infotainment.charged@1 · ServiceOrder.settled@1.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.pay({"vin":"1GKENPKS7TJ261420"})curl -X POST https://apis.vin/infotainments/pay \
-H 'content-type: application/json' \
-d '{"vin":"1GKENPKS7TJ261420"}'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": "InfotainmentPay@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"payment": {
"status": "nothing-billed",
"amountCents": 0,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"payment": {
"status": "nothing-billed",
"amountCents": 0,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
update
infotainment.update · POST /infotainments/update · gate offer · sandbox · answers InfotainmentUpdate@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) · /1GKENPKS7TJ261420 (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 — Infotainment.updated@1.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.update({"vin":"1GKENPKS7TJ261420"})curl -X POST https://apis.vin/infotainments/update \
-H 'content-type: application/json' \
-d '{"vin":"1GKENPKS7TJ261420"}'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": "InfotainmentUpdate@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"update": {
"status": "refused",
"reason": "offline",
"connection": "degraded"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"update": {
"status": "refused",
"reason": "offline",
"connection": "degraded"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}moduleReplace
infotainment.moduleReplace · POST /infotainments/module-replace · gate offer · sandbox · answers InfotainmentModuleReplace@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) · /1GKENPKS7TJ261420 (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 — Infotainment.moduleReplaced@1.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.moduleReplace({"vin":"1GKENPKS7TJ261420"})curl -X POST https://apis.vin/infotainments/module-replace \
-H 'content-type: application/json' \
-d '{"vin":"1GKENPKS7TJ261420"}'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": "InfotainmentModuleReplace@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"replacement": {
"status": "no-replacement-needed",
"verdict": "pass"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"replacement": {
"status": "no-replacement-needed",
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}mapUpdate
infotainment.mapUpdate · POST /infotainments/map-update · gate offer · sandbox · answers InfotainmentMapUpdate@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) · /1GKENPKS7TJ261420 (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 — Infotainment.mapUpdated@1.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.mapUpdate({"vin":"1GKENPKS7TJ261420"})curl -X POST https://apis.vin/infotainments/map-update \
-H 'content-type: application/json' \
-d '{"vin":"1GKENPKS7TJ261420"}'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": "InfotainmentMapUpdate@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"mapUpdate": {
"status": "queued-offline",
"connection": "degraded",
"fromVersion": "M-2025.4"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"mapUpdate": {
"status": "queued-offline",
"connection": "degraded",
"fromVersion": "M-2025.4"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
reset
infotainment.reset · POST /infotainments/reset · gate offer · sandbox · answers InfotainmentReset@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) · /1GKENPKS7TJ261420 (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 — Infotainment.reset@1.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.reset({"vin":"1GKENPKS7TJ261420"})curl -X POST https://apis.vin/infotainments/reset \
-H 'content-type: application/json' \
-d '{"vin":"1GKENPKS7TJ261420"}'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": "InfotainmentReset@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"reset": {
"status": "performed",
"toVersion": "3.6.1",
"verdict": "pass"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"reset": {
"status": "performed",
"toVersion": "3.6.1",
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
pairDevice
infotainment.pairDevice · POST /infotainments/pair-device · gate offer · sandbox · answers InfotainmentPairDevice@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) · /1GKENPKS7TJ261420 (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 — Infotainment.pairDeviced@1.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.pairDevice({"vin":"1GKENPKS7TJ261420"})curl -X POST https://apis.vin/infotainments/pair-device \
-H 'content-type: application/json' \
-d '{"vin":"1GKENPKS7TJ261420"}'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": "InfotainmentPairDevice@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"pairing": {
"deviceId": "BT-4bf5fdcb",
"protocol": "bluetooth",
"status": "paired"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"pairing": {
"deviceId": "BT-4bf5fdcb",
"protocol": "bluetooth",
"status": "paired"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}reflash
infotainment.reflash · POST /infotainments/reflash · gate offer · sandbox · answers InfotainmentReflash@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) · /1GKENPKS7TJ261420 (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 — Infotainment.reflashed@1.
import { infotainment } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await infotainment.reflash({"vin":"1GKENPKS7TJ261420"})curl -X POST https://apis.vin/infotainments/reflash \
-H 'content-type: application/json' \
-d '{"vin":"1GKENPKS7TJ261420"}'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": "InfotainmentReflash@1",
"value": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"reflash": {
"status": "not-indicated",
"verdict": "pass",
"version": "3.6.1"
}
},
"evidence": {
"vin": "1GKENPKS7TJ261420",
"noun": "infotainment",
"asOf": "2026-08-10",
"reflash": {
"status": "not-indicated",
"verdict": "pass",
"version": "3.6.1"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-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.
impound
The impound noun — identity, lifecycle, events, and every capability as an anchored section: 15 capabilities, 0 live, 15 sandbox, 0 declared.
insuranceClaim
The insuranceClaim noun — identity, lifecycle, events, and every capability as an anchored section: 17 capabilities, 0 live, 17 sandbox, 0 declared.