docs.vin

airbags

The airbags noun — identity, lifecycle, events, and every capability as an anchored section: 11 capabilities, 0 live, 11 sandbox, 0 declared.

airbags 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

Nounairbags
PillarData (facets: 4 data · 4 services · 3 commerce)
Capabilities11 — 0 live · 11 sandbox · 0 declared
EntitiesRepairOrder
Doorsaggregator.vin
SDKVin.airbags.* from apis.vin
Address/catalog/airbags#{action} — the anchor IS the wire name minus airbags.

Events

The vocabulary this noun can append to the record — 9 past-tense, versioned event types, each linked to the capability that emits it:

Discover & read

moduleRead

airbags.moduleRead · GET /airbags/module-read · gate none · sandbox · answers AirbagsModuleRead@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (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 — airbags.moduleRead
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.moduleRead({"vin":"5N1AZ2MHXGN152060"})
GET /airbags/module-read
curl 'https://apis.vin/airbags/module-read?vin=5N1AZ2MHXGN152060'

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:07.310Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsModuleRead@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "module": {
      "id": "SRM-26779429",
      "crashDataPresent": false,
      "deployments": 0
    },
    "verdict": "pass"
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "module": {
      "id": "SRM-26779429",
      "crashDataPresent": false,
      "deployments": 0
    },
    "verdict": "pass"
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-install-bays-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

deploymentHistory

airbags.deploymentHistory · GET /airbags/deployment-history · gate none · sandbox · answers AirbagsDeploymentHistory@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (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 — airbags.deploymentHistory
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.deploymentHistory({"vin":"5N1AZ2MHXGN152060"})
GET /airbags/deployment-history
curl 'https://apis.vin/airbags/deployment-history?vin=5N1AZ2MHXGN152060'

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:07.305Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsDeploymentHistory@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "deployed": false,
    "deployments": [],
    "basis": "one-compiled-report"
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "deployed": false,
    "deployments": [],
    "basis": "one-compiled-report"
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-install-bays-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

recallCheck

airbags.recallCheck · GET /airbags/recall-check · gate none · sandbox · answers AirbagsRecallCheck@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (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 — airbags.recallCheck
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.recallCheck({"vin":"5N1AZ2MHXGN152060"})
GET /airbags/recall-check
curl 'https://apis.vin/airbags/recall-check?vin=5N1AZ2MHXGN152060'

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:07.328Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsRecallCheck@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "recall": {
      "id": "CAMP-4334746b",
      "type": "safety-recall",
      "status": "open",
      "remedy": "inspect and replace the affected component"
    },
    "stopSale": "stop-sale-active"
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "recall": {
      "id": "CAMP-4334746b",
      "type": "safety-recall",
      "status": "open",
      "remedy": "inspect and replace the affected component"
    },
    "stopSale": "stop-sale-active"
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-install-bays-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

statusCheck

airbags.statusCheck · GET /airbags/status-check · gate none · sandbox · answers AirbagsStatusCheck@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /5N1AZ2MHXGN152060 (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 — airbags.statusCheck
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.statusCheck({"vin":"5N1AZ2MHXGN152060"})
GET /airbags/status-check
curl 'https://apis.vin/airbags/status-check?vin=5N1AZ2MHXGN152060'

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:07.328Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsStatusCheck@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "srs": {
      "moduleId": "SRM-26779429",
      "verdict": "pass",
      "deployed": false,
      "crashDataPresent": false,
      "recallOpen": true
    }
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "srs": {
      "moduleId": "SRM-26779429",
      "verdict": "pass",
      "deployed": false,
      "crashDataPresent": false,
      "recallOpen": true
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-install-bays-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Quote & price

quote

airbags.quote · POST /airbags/quote · gate offer · sandbox · answers AirbagsQuote@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) · /5N1AZ2MHXGN152060 (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.

EmitsAirbags.quoted@1.

the SDK — airbags.quote
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.quote({"vin":"5N1AZ2MHXGN152060"})
POST /airbags/quote
curl -X POST https://apis.vin/airbags/quote \
  -H 'content-type: application/json' \
  -d '{"vin":"5N1AZ2MHXGN152060"}'

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:07.325Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsQuote@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "quote": {
      "id": "ABQ-eee6583b",
      "verdict": "pass",
      "deployed": false,
      "amountCents": 9500,
      "currency": "USD",
      "status": "quoted"
    }
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "quote": {
      "id": "ABQ-eee6583b",
      "verdict": "pass",
      "deployed": false,
      "amountCents": 9500,
      "currency": "USD",
      "status": "quoted"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-install-bays-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Apply & book

order

airbags.order · POST /airbags/order · gate offer · sandbox · answers AirbagsOrder@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) · /5N1AZ2MHXGN152060 (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.

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

the SDK — airbags.order
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.order({"vin":"5N1AZ2MHXGN152060"})
POST /airbags/order
curl -X POST https://apis.vin/airbags/order \
  -H 'content-type: application/json' \
  -d '{"vin":"5N1AZ2MHXGN152060"}'

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:07.313Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsOrder@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "order": {
      "id": "ORD-0c4e5e23",
      "item": "restraint service",
      "status": "placed",
      "amountCents": 9500,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "order": {
      "id": "ORD-0c4e5e23",
      "item": "restraint service",
      "status": "placed",
      "amountCents": 9500,
      "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
  }
}

Pay & settle

pay

airbags.pay · POST /airbags/pay · gate offer · sandbox · answers AirbagsPay@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) · /5N1AZ2MHXGN152060 (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.

EmitsAirbags.charged@1 · ServiceOrder.settled@1.

the SDK — airbags.pay
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.pay({"vin":"5N1AZ2MHXGN152060"})
POST /airbags/pay
curl -X POST https://apis.vin/airbags/pay \
  -H 'content-type: application/json' \
  -d '{"vin":"5N1AZ2MHXGN152060"}'

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:07.322Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsPay@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "payment": {
      "id": "PAY-a4bd539d",
      "status": "settled",
      "amountCents": 9500,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "payment": {
      "id": "PAY-a4bd539d",
      "status": "settled",
      "amountCents": 9500,
      "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

diagnose

airbags.diagnose · POST /airbags/diagnose · gate offer · sandbox · answers AirbagsDiagnose@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) · /5N1AZ2MHXGN152060 (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.

EmitsAirbags.diagnosed@1.

the SDK — airbags.diagnose
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.diagnose({"vin":"5N1AZ2MHXGN152060"})
POST /airbags/diagnose
curl -X POST https://apis.vin/airbags/diagnose \
  -H 'content-type: application/json' \
  -d '{"vin":"5N1AZ2MHXGN152060"}'

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:07.309Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsDiagnose@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "diagnosis": {
      "verdict": "pass",
      "deployed": false,
      "faults": []
    },
    "basis": "wave-4-electrical-axis"
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "diagnosis": {
      "verdict": "pass",
      "deployed": false,
      "faults": []
    },
    "basis": "wave-4-electrical-axis"
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-install-bays-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

clockspringReplace

airbags.clockspringReplace · POST /airbags/clockspring-replace · gate offer · sandbox · answers AirbagsClockspringReplace@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) · /5N1AZ2MHXGN152060 (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.

EmitsAirbags.clockspringReplaced@1.

the SDK — airbags.clockspringReplace
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.clockspringReplace({"vin":"5N1AZ2MHXGN152060"})
POST /airbags/clockspring-replace
curl -X POST https://apis.vin/airbags/clockspring-replace \
  -H 'content-type: application/json' \
  -d '{"vin":"5N1AZ2MHXGN152060"}'

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:07.305Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsClockspringReplace@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "work": {
      "id": "WO-6b72c7a4",
      "operation": "clockspring-replacement",
      "status": "scheduled",
      "costCents": 32500,
      "currency": "USD"
    }
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "work": {
      "id": "WO-6b72c7a4",
      "operation": "clockspring-replacement",
      "status": "scheduled",
      "costCents": 32500,
      "currency": "USD"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-install-bays-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

moduleReplace

airbags.moduleReplace · POST /airbags/module-replace · gate offer · sandbox · answers AirbagsModuleReplace@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) · /5N1AZ2MHXGN152060 (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.

EmitsAirbags.moduleReplaced@1.

the SDK — airbags.moduleReplace
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.moduleReplace({"vin":"5N1AZ2MHXGN152060"})
POST /airbags/module-replace
curl -X POST https://apis.vin/airbags/module-replace \
  -H 'content-type: application/json' \
  -d '{"vin":"5N1AZ2MHXGN152060"}'

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:07.310Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsModuleReplace@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "work": {
      "operation": "module-replacement",
      "status": "not-indicated",
      "reason": "module-healthy",
      "verdict": "pass"
    }
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "work": {
      "operation": "module-replacement",
      "status": "not-indicated",
      "reason": "module-healthy",
      "verdict": "pass"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-install-bays-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

More actions

clearCrashData

airbags.clearCrashData · POST /airbags/clear-crash-data · gate offer · sandbox · answers AirbagsClearCrashData@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) · /5N1AZ2MHXGN152060 (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.

EmitsAirbags.clearCrashDataed@1.

the SDK — airbags.clearCrashData
import { airbags } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await airbags.clearCrashData({"vin":"5N1AZ2MHXGN152060"})
POST /airbags/clear-crash-data
curl -X POST https://apis.vin/airbags/clear-crash-data \
  -H 'content-type: application/json' \
  -d '{"vin":"5N1AZ2MHXGN152060"}'

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:07.305Z · HTTP 200
{
  "type": "OK",
  "answers": "AirbagsClearCrashData@1",
  "value": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "work": {
      "operation": "crash-data-clear",
      "status": "no-crash-data-on-file",
      "moduleId": "SRM-26779429"
    }
  },
  "evidence": {
    "vin": "5N1AZ2MHXGN152060",
    "noun": "airbags",
    "asOf": "2026-08-10",
    "roId": "RO-1cc4fda8",
    "work": {
      "operation": "crash-data-clear",
      "status": "no-crash-data-on-file",
      "moduleId": "SRM-26779429"
    }
  },
  "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.