damage
The damage noun — identity, lifecycle, events, and every capability as an anchored section: 16 capabilities, 0 live, 16 sandbox, 0 declared.
damage is one of the estate's 317 automotive nouns — a job a car needs done. It carries 16 capabilities: 0 live, 16 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | damage |
| Pillar | Data (facets: 7 data · 5 services · 4 commerce) |
| Capabilities | 16 — 0 live · 16 sandbox · 0 declared |
| Entities | ConditionReport |
| Doors | aggregator.vin |
| SDK | Vin.damage.* from apis.vin |
| Address | /catalog/damage#{action} — the anchor IS the wire name minus damage. |
Events
The vocabulary this noun can append to the record — 27 past-tense, versioned event types, each linked to the capability that emits it:
Damage.annotateRequested@1— emitted byannotateDamage.annotated@1— emitted byannotateDamage.captureFailed@1— emitted bycaptureDamage.captureRequested@1— emitted bycaptureDamage.captured@1— emitted bycaptureDamage.chargeRequested@1— emitted bychargeDamage.charged@1— emitted bychargeDamage.claimFailed@1— emitted byclaimDamage.claimRequested@1— emitted byclaimDamage.claimed@1— emitted byclaimDamage.classified@1— emitted byclassifyDamage.detected@1— emitted bydetectDamage.diffed@1— emitted bydiffDamage.documentRequested@1— emitted bydocumentDamage.documented@1— emitted bydocumentDamage.estimateCosted@1— emitted byestimateCostDamage.repairFailed@1— emitted byrepairDamage.repairRequested@1— emitted byrepairDamage.repaired@1— emitted byrepairDamage.settleFailed@1— emitted bysettleDamage.settleRequested@1— emitted bysettleDamage.settled@1— emitted bysettleDamage.severitied@1— emitted byseverityDamage.verifyFixedRequested@1— emitted byverifyFixedDamage.verifyFixeded@1— emitted byverifyFixedDamage.waiveRequested@1— emitted bywaiveDamage.waived@1— emitted bywaive
Discover & read
history
damage.history · GET /damages/history · gate none · sandbox · answers DamageHistory@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6RR7LT6LS140467 (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 { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.history({"vin":"1C6RR7LT6LS140467"})curl 'https://apis.vin/damages/history?vin=1C6RR7LT6LS140467'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": "DamageHistory@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"events": [
{
"date": "2024-03-14",
"kind": "routine",
"description": "routine damage record"
},
{
"date": "2024-11-02",
"kind": "routine",
"description": "routine damage record"
}
]
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"events": [
{
"date": "2024-03-14",
"kind": "routine",
"description": "routine damage record"
},
{
"date": "2024-11-02",
"kind": "routine",
"description": "routine damage record"
}
]
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}locate
damage.locate · GET /damages/locate · gate none · sandbox · answers DamageLocate@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6RR7LT6LS140467 (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 { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.locate({"vin":"1C6RR7LT6LS140467"})curl 'https://apis.vin/damages/locate?vin=1C6RR7LT6LS140467'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": "DamageLocate@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"locations": []
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"locations": []
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}detect
damage.detect · GET /damages/detect · gate key · sandbox · answers DamageDetect@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6RR7LT6LS140467 (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 — Damage.detected@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.detect({"vin":"1C6RR7LT6LS140467"})curl 'https://apis.vin/damages/detect?vin=1C6RR7LT6LS140467'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": "DamageDetect@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"damage": {
"found": false,
"count": 0,
"items": []
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"damage": {
"found": false,
"count": 0,
"items": []
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}classify
damage.classify · GET /damages/classify · gate key · sandbox · answers DamageClassify@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6RR7LT6LS140467 (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 — Damage.classified@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.classify({"vin":"1C6RR7LT6LS140467"})curl 'https://apis.vin/damages/classify?vin=1C6RR7LT6LS140467'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": "DamageClassify@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"classification": "no-damage"
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"classification": "no-damage"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
charge
damage.charge · POST /damages/charge · gate offer · sandbox · answers DamageCharge@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) · /1C6RR7LT6LS140467 (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 — Damage.chargeRequested@1 · Damage.charged@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.charge({"vin":"1C6RR7LT6LS140467"})curl -X POST https://apis.vin/damages/charge \
-H 'content-type: application/json' \
-d '{"vin":"1C6RR7LT6LS140467"}'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": "DamageCharge@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"charge": {
"status": "nothing-to-charge",
"amountCents": 0,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"charge": {
"status": "nothing-to-charge",
"amountCents": 0,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}capture
damage.capture · POST /damages/capture · gate offer · sandbox · answers DamageCapture@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) · /1C6RR7LT6LS140467 (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 — Damage.captureFailed@1 · Damage.captureRequested@1 · Damage.captured@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.capture({"vin":"1C6RR7LT6LS140467"})curl -X POST https://apis.vin/damages/capture \
-H 'content-type: application/json' \
-d '{"vin":"1C6RR7LT6LS140467"}'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": "DamageCapture@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"damage": {
"found": false,
"count": 0,
"items": []
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"damage": {
"found": false,
"count": 0,
"items": []
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}settle
damage.settle · POST /damages/settle · gate offer · sandbox · answers DamageSettle@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) · /1C6RR7LT6LS140467 (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 — Damage.settleFailed@1 · Damage.settleRequested@1 · Damage.settled@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.settle({"vin":"1C6RR7LT6LS140467"})curl -X POST https://apis.vin/damages/settle \
-H 'content-type: application/json' \
-d '{"vin":"1C6RR7LT6LS140467"}'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": "DamageSettle@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"settlement": {
"status": "nothing-to-settle",
"amountCents": 0,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"settlement": {
"status": "nothing-to-settle",
"amountCents": 0,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
repair
damage.repair · POST /damages/repair · gate offer · sandbox · answers DamageRepair@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) · /1C6RR7LT6LS140467 (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 — Damage.repairFailed@1 · Damage.repairRequested@1 · Damage.repaired@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.repair({"vin":"1C6RR7LT6LS140467"})curl -X POST https://apis.vin/damages/repair \
-H 'content-type: application/json' \
-d '{"vin":"1C6RR7LT6LS140467"}'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": "DamageRepair@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"repair": {
"status": "no-damage-to-repair"
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"repair": {
"status": "no-damage-to-repair"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}annotate
damage.annotate · POST /damages/annotate · gate offer · sandbox · answers DamageAnnotate@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) · /1C6RR7LT6LS140467 (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 — Damage.annotateRequested@1 · Damage.annotated@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.annotate({"vin":"1C6RR7LT6LS140467"})curl -X POST https://apis.vin/damages/annotate \
-H 'content-type: application/json' \
-d '{"vin":"1C6RR7LT6LS140467"}'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": "DamageAnnotate@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"documentation": {
"status": "no-damage-to-document",
"annotations": 0
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"documentation": {
"status": "no-damage-to-document",
"annotations": 0
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Authorize & resolve
claim
damage.claim · POST /damages/claim · gate offer · sandbox · answers DamageClaim@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) · /1C6RR7LT6LS140467 (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 — Damage.claimFailed@1 · Damage.claimRequested@1 · Damage.claimed@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.claim({"vin":"1C6RR7LT6LS140467"})curl -X POST https://apis.vin/damages/claim \
-H 'content-type: application/json' \
-d '{"vin":"1C6RR7LT6LS140467"}'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": "DamageClaim@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"claim": {
"status": "no-damage-to-claim"
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"claim": {
"status": "no-damage-to-claim"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}waive
damage.waive · POST /damages/waive · gate offer · sandbox · answers DamageWaive@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) · /1C6RR7LT6LS140467 (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 — Damage.waiveRequested@1 · Damage.waived@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.waive({"vin":"1C6RR7LT6LS140467"})curl -X POST https://apis.vin/damages/waive \
-H 'content-type: application/json' \
-d '{"vin":"1C6RR7LT6LS140467"}'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": "DamageWaive@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"waiver": {
"status": "nothing-to-waive",
"amountWaivedCents": 0,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"waiver": {
"status": "nothing-to-waive",
"amountWaivedCents": 0,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
diff
damage.diff · GET /damages/diff · gate key · sandbox · answers DamageDiff@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6RR7LT6LS140467 (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 — Damage.diffed@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.diff({"vin":"1C6RR7LT6LS140467"})curl 'https://apis.vin/damages/diff?vin=1C6RR7LT6LS140467'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": "DamageDiff@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"diff": {
"added": 0,
"resolved": 0,
"unchanged": 0
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"diff": {
"added": 0,
"resolved": 0,
"unchanged": 0
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}document
damage.document · POST /damages/document · gate offer · sandbox · answers DamageDocument@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) · /1C6RR7LT6LS140467 (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 — Damage.documentRequested@1 · Damage.documented@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.document({"vin":"1C6RR7LT6LS140467"})curl -X POST https://apis.vin/damages/document \
-H 'content-type: application/json' \
-d '{"vin":"1C6RR7LT6LS140467"}'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": "DamageDocument@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"documentation": {
"status": "no-damage-to-document",
"annotations": 0
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"documentation": {
"status": "no-damage-to-document",
"annotations": 0
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}estimateCost
damage.estimateCost · GET /damages/estimate-cost · gate key · sandbox · answers DamageEstimateCost@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6RR7LT6LS140467 (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 — Damage.estimateCosted@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.estimateCost({"vin":"1C6RR7LT6LS140467"})curl 'https://apis.vin/damages/estimate-cost?vin=1C6RR7LT6LS140467'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": "DamageEstimateCost@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"estimate": {
"status": "no-damage",
"amountCents": 0,
"currency": "USD"
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"estimate": {
"status": "no-damage",
"amountCents": 0,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}severity
damage.severity · GET /damages/severity · gate key · sandbox · answers DamageSeverity@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6RR7LT6LS140467 (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 — Damage.severitied@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.severity({"vin":"1C6RR7LT6LS140467"})curl 'https://apis.vin/damages/severity?vin=1C6RR7LT6LS140467'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": "DamageSeverity@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"severity": "none"
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"severity": "none"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}verifyFixed
damage.verifyFixed · POST /damages/verify-fixed · gate offer · sandbox · answers DamageVerifyFixed@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) · /1C6RR7LT6LS140467 (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 — Damage.verifyFixedRequested@1 · Damage.verifyFixeded@1.
import { damage } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await damage.verifyFixed({"vin":"1C6RR7LT6LS140467"})curl -X POST https://apis.vin/damages/verify-fixed \
-H 'content-type: application/json' \
-d '{"vin":"1C6RR7LT6LS140467"}'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": "DamageVerifyFixed@1",
"value": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"verification": {
"status": "no-damage-on-file",
"verified": false
}
},
"evidence": {
"vin": "1C6RR7LT6LS140467",
"noun": "damage",
"asOf": "2026-08-10",
"grade": "clean",
"verification": {
"status": "no-damage-on-file",
"verified": false
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-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.
ConditionReport
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.