adas
The adas noun — identity, lifecycle, events, and every capability as an anchored section: 14 capabilities, 0 live, 14 sandbox, 0 declared.
adas is one of the estate's 317 automotive nouns — a job a car needs done. It carries 14 capabilities: 0 live, 14 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | adas |
| Pillar | Data (facets: 5 data · 5 services · 4 commerce) |
| Capabilities | 14 — 0 live · 14 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin |
| SDK | Vin.adas.* from apis.vin |
| Address | /catalog/adas#{action} — the anchor IS the wire name minus adas. |
Events
The vocabulary this noun can append to the record — 13 past-tense, versioned event types, each linked to the capability that emits it:
Adas.aimed@1— emitted byaimAdas.charged@1— emitted bypayAdas.dynamicCalibrated@1— emitted bydynamicCalibrateAdas.ordered@1— emitted byorderAdas.quoted@1— emitted byquoteAdas.sensorReplaced@1— emitted bysensorReplaceAdas.staticCalibrated@1— emitted bystaticCalibrateAdas.verified@1— emitted byverifyAdas.warrantyClaimFiled@1— emitted bywarrantyClaimOrder.placed@1— emitted byorderServiceOrder.settled@1— emitted byorder·payWarrantyClaim.approved@1— emitted bywarrantyClaimWarrantyClaim.reimbursed@1— emitted bywarrantyClaim
Discover & read
spec
adas.spec · GET /adas/spec · gate none · sandbox · answers AdasSpec@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1G1FD3DX9P0109020 (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 { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.spec({"vin":"1G1FD3DX9P0109020"})curl 'https://apis.vin/adas/spec?vin=1G1FD3DX9P0109020'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": "AdasSpec@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"spec": {
"targetType": "oem-target-board",
"bayLengthFt": 30,
"levelFloorRequired": true,
"systems": [
"forward-camera",
"front-radar",
"blind-spot-radar"
]
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"spec": {
"targetType": "oem-target-board",
"bayLengthFt": 30,
"levelFloorRequired": true,
"systems": [
"forward-camera",
"front-radar",
"blind-spot-radar"
]
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}verify
adas.verify · POST /adas/verify · gate offer · sandbox · answers AdasVerify@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) · /1G1FD3DX9P0109020 (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 — Adas.verified@1.
import { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.verify({"vin":"1G1FD3DX9P0109020"})curl -X POST https://apis.vin/adas/verify \
-H 'content-type: application/json' \
-d '{"vin":"1G1FD3DX9P0109020"}'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": "AdasVerify@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"result": {
"status": "no-calibration-on-file",
"verified": false
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"result": {
"status": "no-calibration-on-file",
"verified": false
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}scan
adas.scan · GET /adas/scan · gate none · sandbox · answers AdasScan@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1G1FD3DX9P0109020 (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 { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.scan({"vin":"1G1FD3DX9P0109020"})curl 'https://apis.vin/adas/scan?vin=1G1FD3DX9P0109020'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": "AdasScan@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"scan": {
"verdict": "attention"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"scan": {
"verdict": "attention"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}requirementLookup
adas.requirementLookup · GET /adas/requirement-lookup · gate none · sandbox · answers AdasRequirementLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1G1FD3DX9P0109020 (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 { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.requirementLookup({"vin":"1G1FD3DX9P0109020"})curl 'https://apis.vin/adas/requirement-lookup?vin=1G1FD3DX9P0109020'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": "AdasRequirementLookup@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"requirement": {
"required": false,
"triggers": [
"collision-repair",
"windshield-replacement"
],
"type": "static-and-dynamic"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"requirement": {
"required": false,
"triggers": [
"collision-repair",
"windshield-replacement"
],
"type": "static-and-dynamic"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}calibrationResult
adas.calibrationResult · GET /adas/calibration-result · gate none · sandbox · answers AdasCalibrationResult@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1G1FD3DX9P0109020 (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 { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.calibrationResult({"vin":"1G1FD3DX9P0109020"})curl 'https://apis.vin/adas/calibration-result?vin=1G1FD3DX9P0109020'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": "AdasCalibrationResult@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"result": {
"status": "no-calibration-on-file",
"verified": false
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"result": {
"status": "no-calibration-on-file",
"verified": false
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
adas.quote · POST /adas/quote · gate offer · sandbox · answers AdasQuote@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) · /1G1FD3DX9P0109020 (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 — Adas.quoted@1.
import { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.quote({"vin":"1G1FD3DX9P0109020"})curl -X POST https://apis.vin/adas/quote \
-H 'content-type: application/json' \
-d '{"vin":"1G1FD3DX9P0109020"}'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": "AdasQuote@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"quote": {
"id": "DQ-81103651",
"staticCents": 32000,
"dynamicCents": 28000,
"amountCents": 60000,
"currency": "USD",
"status": "extended"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"quote": {
"id": "DQ-81103651",
"staticCents": 32000,
"dynamicCents": 28000,
"amountCents": 60000,
"currency": "USD",
"status": "extended"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
adas.order · POST /adas/order · gate offer · sandbox · answers AdasOrder@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) · /1G1FD3DX9P0109020 (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 — Adas.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.
import { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.order({"vin":"1G1FD3DX9P0109020"})curl -X POST https://apis.vin/adas/order \
-H 'content-type: application/json' \
-d '{"vin":"1G1FD3DX9P0109020"}'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": "AdasOrder@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"order": {
"id": "ORD-f7f819f9",
"service": "adas calibration",
"status": "placed",
"amountCents": 60000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"order": {
"id": "ORD-f7f819f9",
"service": "adas calibration",
"status": "placed",
"amountCents": 60000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}profile
adas.profile · GET /adas/profile · gate none · sandbox · answers AdasProfile@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | yes | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1G1FD3DX9P0109020 (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 { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.profile({"vin":"1G1FD3DX9P0109020"})curl 'https://apis.vin/adas/profile?vin=1G1FD3DX9P0109020'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": "AdasProfile@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"profile": {
"systems": [
"forward-camera",
"front-radar",
"blind-spot-radar"
],
"calibrationStanding": "not-required"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"profile": {
"systems": [
"forward-camera",
"front-radar",
"blind-spot-radar"
],
"calibrationStanding": "not-required"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
adas.pay · POST /adas/pay · gate offer · sandbox · answers AdasPay@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) · /1G1FD3DX9P0109020 (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 — Adas.charged@1 · ServiceOrder.settled@1.
import { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.pay({"vin":"1G1FD3DX9P0109020"})curl -X POST https://apis.vin/adas/pay \
-H 'content-type: application/json' \
-d '{"vin":"1G1FD3DX9P0109020"}'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": "AdasPay@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"payment": {
"id": "PAY-97aea39f",
"status": "settled",
"amountCents": 60000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"payment": {
"id": "PAY-97aea39f",
"status": "settled",
"amountCents": 60000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
sensorReplace
adas.sensorReplace · POST /adas/sensor-replace · gate offer · sandbox · answers AdasSensorReplace@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) · /1G1FD3DX9P0109020 (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 — Adas.sensorReplaced@1.
import { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.sensorReplace({"vin":"1G1FD3DX9P0109020"})curl -X POST https://apis.vin/adas/sensor-replace \
-H 'content-type: application/json' \
-d '{"vin":"1G1FD3DX9P0109020"}'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": "AdasSensorReplace@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"work": {
"operation": "sensor-replace",
"status": "no-replacement-needed"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"work": {
"operation": "sensor-replace",
"status": "no-replacement-needed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}dynamicCalibrate
adas.dynamicCalibrate · POST /adas/dynamic-calibrate · gate offer · sandbox · answers AdasDynamicCalibrate@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) · /1G1FD3DX9P0109020 (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 — Adas.dynamicCalibrated@1.
import { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.dynamicCalibrate({"vin":"1G1FD3DX9P0109020"})curl -X POST https://apis.vin/adas/dynamic-calibrate \
-H 'content-type: application/json' \
-d '{"vin":"1G1FD3DX9P0109020"}'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": "AdasDynamicCalibrate@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"work": {
"operation": "dynamicCalibrate",
"status": "no-calibration-required"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"work": {
"operation": "dynamicCalibrate",
"status": "no-calibration-required"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}staticCalibrate
adas.staticCalibrate · POST /adas/static-calibrate · gate offer · sandbox · answers AdasStaticCalibrate@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) · /1G1FD3DX9P0109020 (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 — Adas.staticCalibrated@1.
import { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.staticCalibrate({"vin":"1G1FD3DX9P0109020"})curl -X POST https://apis.vin/adas/static-calibrate \
-H 'content-type: application/json' \
-d '{"vin":"1G1FD3DX9P0109020"}'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": "AdasStaticCalibrate@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"work": {
"operation": "staticCalibrate",
"status": "no-calibration-required"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"work": {
"operation": "staticCalibrate",
"status": "no-calibration-required"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Authorize & resolve
warrantyClaim
adas.warrantyClaim · POST /adas/warranty-claim · gate offer · sandbox · answers AdasWarrantyClaim@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) · /1G1FD3DX9P0109020 (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 — Adas.warrantyClaimFiled@1 · WarrantyClaim.approved@1 · WarrantyClaim.reimbursed@1.
import { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.warrantyClaim({"vin":"1G1FD3DX9P0109020"})curl -X POST https://apis.vin/adas/warranty-claim \
-H 'content-type: application/json' \
-d '{"vin":"1G1FD3DX9P0109020"}'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": "AdasWarrantyClaim@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"claim": {
"id": "WCA-c4b4c6a1",
"decision": "approved",
"amountCents": 60000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"claim": {
"id": "WCA-c4b4c6a1",
"decision": "approved",
"amountCents": 60000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
aim
adas.aim · POST /adas/aim · gate offer · sandbox · answers AdasAim@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) · /1G1FD3DX9P0109020 (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 — Adas.aimed@1.
import { adas } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await adas.aim({"vin":"1G1FD3DX9P0109020"})curl -X POST https://apis.vin/adas/aim \
-H 'content-type: application/json' \
-d '{"vin":"1G1FD3DX9P0109020"}'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": "AdasAim@1",
"value": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"work": {
"operation": "aim",
"status": "no-calibration-required"
}
},
"evidence": {
"vin": "1G1FD3DX9P0109020",
"noun": "adas",
"asOf": "2026-08-10",
"standing": "not-required",
"work": {
"operation": "aim",
"status": "no-calibration-required"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-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.
accessory
The accessory noun — identity, lifecycle, events, and every capability as an anchored section: 15 capabilities, 0 live, 15 sandbox, 0 declared.
aftermarketPart
The aftermarketPart noun — identity, lifecycle, events, and every capability as an anchored section: 15 capabilities, 0 live, 15 sandbox, 0 declared.