close
docs.vin

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

Nounadas
PillarData (facets: 5 data · 5 services · 4 commerce)
Capabilities14 — 0 live · 14 sandbox · 0 declared
EntitiesRepairOrder
Doorsaggregator.vin
SDKVin.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:

Discover & read

spec

adas.spec · GET /adas/spec · gate none · sandbox · answers AdasSpec@1

FieldTypeRequiredNotes
vinstringno

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

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

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

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

EmitsAdas.verified@1.

the SDK — adas.verify
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"})
POST /adas/verify
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — adas.scan
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"})
GET /adas/scan
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — adas.requirementLookup
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"})
GET /adas/requirement-lookup
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — adas.calibrationResult
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"})
GET /adas/calibration-result
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.

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

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

EmitsAdas.quoted@1.

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

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

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

EmitsAdas.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.

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

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

FieldTypeRequiredNotes
vinstringyes

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

the SDK — adas.profile
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"})
GET /adas/profile
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.

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

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

EmitsAdas.charged@1 · ServiceOrder.settled@1.

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

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

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

EmitsAdas.sensorReplaced@1.

the SDK — adas.sensorReplace
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"})
POST /adas/sensor-replace
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.

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

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

EmitsAdas.dynamicCalibrated@1.

the SDK — adas.dynamicCalibrate
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"})
POST /adas/dynamic-calibrate
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.

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

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

EmitsAdas.staticCalibrated@1.

the SDK — adas.staticCalibrate
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"})
POST /adas/static-calibrate
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.

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

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

EmitsAdas.warrantyClaimFiled@1 · WarrantyClaim.approved@1 · WarrantyClaim.reimbursed@1.

the SDK — adas.warrantyClaim
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"})
POST /adas/warranty-claim
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.

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

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

EmitsAdas.aimed@1.

the SDK — adas.aim
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"})
POST /adas/aim
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.

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