docs.vin

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

Noundamage
PillarData (facets: 7 data · 5 services · 4 commerce)
Capabilities16 — 0 live · 16 sandbox · 0 declared
EntitiesConditionReport
Doorsaggregator.vin
SDKVin.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:

Discover & read

history

damage.history · GET /damages/history · gate none · sandbox · answers DamageHistory@1

FieldTypeRequiredNotes
vinstringno

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

the SDK — damage.history
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"})
GET /damages/history
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — damage.locate
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"})
GET /damages/locate
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.

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

FieldTypeRequiredNotes
vinstringno

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

EmitsDamage.detected@1.

the SDK — damage.detect
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"})
GET /damages/detect
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.

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

FieldTypeRequiredNotes
vinstringno

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

EmitsDamage.classified@1.

the SDK — damage.classify
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"})
GET /damages/classify
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.

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

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

EmitsDamage.chargeRequested@1 · Damage.charged@1.

the SDK — damage.charge
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"})
POST /damages/charge
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.

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

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

EmitsDamage.captureFailed@1 · Damage.captureRequested@1 · Damage.captured@1.

the SDK — damage.capture
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"})
POST /damages/capture
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.

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

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

EmitsDamage.settleFailed@1 · Damage.settleRequested@1 · Damage.settled@1.

the SDK — damage.settle
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"})
POST /damages/settle
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.

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

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

EmitsDamage.repairFailed@1 · Damage.repairRequested@1 · Damage.repaired@1.

the SDK — damage.repair
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"})
POST /damages/repair
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.

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

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

EmitsDamage.annotateRequested@1 · Damage.annotated@1.

the SDK — damage.annotate
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"})
POST /damages/annotate
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.

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

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

EmitsDamage.claimFailed@1 · Damage.claimRequested@1 · Damage.claimed@1.

the SDK — damage.claim
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"})
POST /damages/claim
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.

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

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

EmitsDamage.waiveRequested@1 · Damage.waived@1.

the SDK — damage.waive
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"})
POST /damages/waive
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.

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

FieldTypeRequiredNotes
vinstringno

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

EmitsDamage.diffed@1.

the SDK — damage.diff
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"})
GET /damages/diff
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.

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

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

EmitsDamage.documentRequested@1 · Damage.documented@1.

the SDK — damage.document
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"})
POST /damages/document
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.

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

FieldTypeRequiredNotes
vinstringno

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

EmitsDamage.estimateCosted@1.

the SDK — damage.estimateCost
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"})
GET /damages/estimate-cost
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.

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

FieldTypeRequiredNotes
vinstringno

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

EmitsDamage.severitied@1.

the SDK — damage.severity
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"})
GET /damages/severity
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.

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

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

EmitsDamage.verifyFixedRequested@1 · Damage.verifyFixeded@1.

the SDK — damage.verifyFixed
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"})
POST /damages/verify-fixed
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.

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