repair
The repair noun — identity, lifecycle, events, and every capability as an anchored section: 22 capabilities, 0 live, 22 sandbox, 0 declared.
repair is one of the estate's 317 automotive nouns — a job a car needs done. It carries 22 capabilities: 0 live, 22 sandbox, 0 declared · doors repair.vin · aggregator.vin.
Identity
| Noun | repair |
| Pillar | Commerce (facets: 7 data · 7 services · 8 commerce) |
| Capabilities | 22 — 0 live · 22 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin · repair.vin |
| SDK | Vin.repair.* from apis.vin |
| Address | /catalog/repair#{action} — the anchor IS the wire name minus repair. |
Events
The vocabulary this noun can append to the record — 36 past-tense, versioned event types, each linked to the capability that emits it:
Repair.approveRequested@1— emitted byapproveRepair.approved@1— emitted byapproveRepair.comebackRequested@1— emitted bycomebackRepair.comebacked@1— emitted bycomebackRepair.completeRequested@1— emitted bycompleteRepair.completed@1— emitted bycomplete·orderRepair.diagnoseRequested@1— emitted bydiagnoseRepair.diagnosed@1— emitted bydiagnoseRepair.dispatched@1— emitted byorderRepair.estimated@1— emitted byestimateRepair.financeRequested@1— emitted byfinanceRepair.financed@1— emitted byfinanceRepair.installmentOffered@1— emitted byinstallmentOfferRepair.invoiceFailed@1— emitted byinvoiceRepair.invoiceRequested@1— emitted byinvoiceRepair.invoiced@1— emitted byinvoiceRepair.ordered@1— emitted byorderRepair.paid@1— emitted bypayRepair.payFailed@1— emitted bypayRepair.payRequested@1— emitted bypayRepair.performFailed@1— emitted byperformRepair.performRequested@1— emitted byperformRepair.performed@1— emitted byperformRepair.qcRequested@1— emitted byqcRepair.qced@1— emitted byqcRepair.quoteRequested@1— emitted byquoteRepair.quoted@1— emitted byquoteRepair.scheduleRequested@1— emitted byscheduleRepair.scheduled@1— emitted byscheduleRepair.testDriveRequested@1— emitted bytestDriveRepair.testDrived@1— emitted bytestDriveRepair.warrantyBillRequested@1— emitted bywarrantyBillRepair.warrantyBilled@1— emitted bywarrantyBillRepairOrder.completed@1— emitted byorderRepairOrder.opened@1— emitted byorderServiceOrder.settled@1— emitted byorder
Discover & read
history
repair.history · GET /repairs/history · gate none · sandbox · answers RepairHistory@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.history({"vin":"2C4RC1S72RR102921"})curl 'https://apis.vin/repairs/history?vin=2C4RC1S72RR102921'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": "RepairHistory@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"events": [
{
"date": "2024-03-14",
"kind": "routine",
"description": "routine repair order record"
},
{
"date": "2024-11-02",
"kind": "routine",
"description": "routine repair order record"
}
]
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"events": [
{
"date": "2024-03-14",
"kind": "routine",
"description": "routine repair order record"
},
{
"date": "2024-11-02",
"kind": "routine",
"description": "routine repair order record"
}
]
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}status
repair.status · GET /repairs/status · gate none · sandbox · answers RepairStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.status({"vin":"2C4RC1S72RR102921"})curl 'https://apis.vin/repairs/status?vin=2C4RC1S72RR102921'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": "RepairStatus@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"repair": {
"open": true,
"totalCents": 86265,
"currency": "USD"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"repair": {
"open": true,
"totalCents": 86265,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}laborTimeLookup
repair.laborTimeLookup · GET /repairs/labor-time-lookup · gate none · sandbox · answers RepairLaborTimeLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
system | string | no | one of brakes, engine, suspension, collision, electrical; Repair system whose labor operations to list (LaborTimeGuide.lookupOperations). |
Door — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.laborTimeLookup({"vin":"2C4RC1S72RR102921","system":"brakes"})curl 'https://apis.vin/repairs/labor-time-lookup?vin=2C4RC1S72RR102921&system=brakes'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": "RepairLaborTimeLookup@1",
"value": {
"vin": "2C4RC1S72RR102921",
"system": "brakes",
"operations": [
{
"operationId": "MOT-BRK-0100",
"system": "brakes",
"description": "Front brake pads — replace",
"standardHours": 1.3,
"warrantyHours": 0.9,
"skillLevel": "B",
"combos": [
"MOT-BRK-0110"
]
},
{
"operationId": "MOT-BRK-0110",
"system": "brakes",
"description": "Front brake rotors — replace (with pads)",
"standardHours": 0.6,
"warrantyHours": 0.4,
"skillLevel": "B",
"combos": [
"MOT-BRK-0100"
]
},
{
"operationId": "MOT-BRK-0200",
"system": "brakes",
"description": "Brake system — bleed / flush",
"standardHours": 0.8,
"warrantyHours": 0.6,
"skillLevel": "C",
"combos": []
}
]
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"system": "brakes",
"operations": [
{
"operationId": "MOT-BRK-0100",
"system": "brakes",
"description": "Front brake pads — replace",
"standardHours": 1.3,
"warrantyHours": 0.9,
"skillLevel": "B",
"combos": [
"MOT-BRK-0110"
]
},
{
"operationId": "MOT-BRK-0110",
"system": "brakes",
"description": "Front brake rotors — replace (with pads)",
"standardHours": 0.6,
"warrantyHours": 0.4,
"skillLevel": "B",
"combos": [
"MOT-BRK-0100"
]
},
{
"operationId": "MOT-BRK-0200",
"system": "brakes",
"description": "Brake system — bleed / flush",
"standardHours": 0.8,
"warrantyHours": 0.6,
"skillLevel": "C",
"combos": []
}
]
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "labor-time-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
repair.quote · POST /repairs/quote · gate offer · sandbox · answers RepairQuote@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.quoteRequested@1 · Repair.quoted@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.quote({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/quote \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairQuote@1",
"value": {
"vin": "2C4RC1S72RR102921",
"quoteId": "DQ-1",
"serviceType": "repair",
"costCents": 51564,
"priceCents": 67033,
"marginCents": 15469,
"currency": "USD",
"etaMinDays": 1,
"etaMaxDays": 5,
"rush": false,
"expires": "2026-08-17T00:00:00.000Z"
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"quoteId": "DQ-1",
"serviceType": "repair",
"costCents": 51564,
"priceCents": 67033,
"marginCents": 15469,
"currency": "USD",
"etaMinDays": 1,
"etaMaxDays": 5,
"rush": false,
"expires": "2026-08-17T00:00:00.000Z"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "field-services-rail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}estimate
repair.estimate · GET /repairs/estimate · gate key · sandbox · answers RepairEstimate@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.estimated@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.estimate({"vin":"2C4RC1S72RR102921"})curl 'https://apis.vin/repairs/estimate?vin=2C4RC1S72RR102921'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": "RepairEstimate@1",
"value": {
"vin": "2C4RC1S72RR102921",
"estimateId": "DQ-1",
"serviceType": "repair",
"laborCents": 30938,
"partsCents": 20626,
"subtotalCents": 51564,
"estimateCents": 67033,
"currency": "USD",
"etaMinDays": 1,
"etaMaxDays": 5
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"estimateId": "DQ-1",
"serviceType": "repair",
"laborCents": 30938,
"partsCents": 20626,
"subtotalCents": 51564,
"estimateCents": 67033,
"currency": "USD",
"etaMinDays": 1,
"etaMaxDays": 5
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "field-services-rail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}installmentOffer
repair.installmentOffer · POST /repairs/installment-offer · gate key · sandbox · answers RepairInstallmentOffer@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.installmentOffered@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.installmentOffer()curl -X POST https://apis.vin/repairs/installment-offer \
-H 'content-type: application/json' \
-d '{}'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": "RepairInstallmentOffer@1",
"value": {
"vin": "1HGCM82633A004352",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-1f2a3746",
"position": "Open",
"offer": {
"id": "RF-18ea92e2",
"principalCents": 59000,
"months": 6,
"monthlyCents": 9834,
"currency": "USD",
"status": "extended"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1HGCM82633A004352",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-1f2a3746",
"position": "Open",
"offer": {
"id": "RF-18ea92e2",
"principalCents": 59000,
"months": 6,
"monthlyCents": 9834,
"currency": "USD",
"status": "extended"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
repair.order · POST /repairs/order · gate offer · sandbox · answers RepairOrder@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | yes | — |
concerns | array<string> | yes | symptoms or DTCs |
payType | string | no | one of customer, warranty, internal |
authority | 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.
Delegated calls require a typed Mandate — { ceiling, perAction, expires, tripwires }; the ceiling is a field, not a conversation.
Door — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.completed@1 · Repair.dispatched@1 · Repair.ordered@1 · RepairOrder.completed@1 · RepairOrder.opened@1 · ServiceOrder.settled@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.order({"vin":"2C4RC1S72RR102921","concerns":[]})curl -X POST https://apis.vin/repairs/order \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921","concerns":[]}'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": "RepairOrder@1",
"value": {
"vin": "2C4RC1S72RR102921",
"orderId": "serviceorder_EMVh3MmY1dFQ",
"quoteId": "DQ-1",
"serviceType": "repair",
"status": "Active",
"priceCents": 67033,
"currency": "USD"
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"orderId": "serviceorder_EMVh3MmY1dFQ",
"quoteId": "DQ-1",
"serviceType": "repair",
"status": "Active",
"priceCents": 67033,
"currency": "USD"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "field-services-rail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}schedule
repair.schedule · POST /repairs/schedule · gate offer · sandbox · answers RepairSchedule@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.scheduleRequested@1 · Repair.scheduled@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.schedule({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/schedule \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairSchedule@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"appointment": {
"id": "APT-9d728ed1",
"date": "2026-08-12",
"status": "scheduled"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"appointment": {
"id": "APT-9d728ed1",
"date": "2026-08-12",
"status": "scheduled"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
repair.pay · POST /repairs/pay · gate offer · sandbox · answers RepairPay@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.paid@1 · Repair.payFailed@1 · Repair.payRequested@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.pay({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/pay \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairPay@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"payment": {
"id": "PAY-7f9340c8",
"status": "settled",
"amountCents": 86265,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"payment": {
"id": "PAY-7f9340c8",
"status": "settled",
"amountCents": 86265,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}invoice
repair.invoice · POST /repairs/invoice · gate offer · sandbox · answers RepairInvoice@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.invoiceFailed@1 · Repair.invoiceRequested@1 · Repair.invoiced@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.invoice({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/invoice \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairInvoice@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"invoice": {
"id": "INV-2e4b1c53",
"status": "pending-completion",
"amountCents": 86265,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"invoice": {
"id": "INV-2e4b1c53",
"status": "pending-completion",
"amountCents": 86265,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}finance
repair.finance · POST /repairs/finance · gate offer · sandbox · answers RepairFinance@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.financeRequested@1 · Repair.financed@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.finance({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/finance \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairFinance@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"financing": {
"id": "RF-17d77580",
"principalCents": 86265,
"months": 6,
"monthlyCents": 14378,
"currency": "USD",
"status": "financed"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"financing": {
"id": "RF-17d77580",
"principalCents": 86265,
"months": 6,
"monthlyCents": 14378,
"currency": "USD",
"status": "financed"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}warrantyBill
repair.warrantyBill · POST /repairs/warranty-bill · gate offer · sandbox · answers RepairWarrantyBill@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.warrantyBillRequested@1 · Repair.warrantyBilled@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.warrantyBill({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/warranty-bill \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairWarrantyBill@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"bill": {
"id": "RB-9e2bb966",
"status": "billed-to-warranty",
"amountCents": 86265,
"currency": "USD",
"billTo": "pty_0E4E9Q4",
"warranty": "active"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"bill": {
"id": "RB-9e2bb966",
"status": "billed-to-warranty",
"amountCents": 86265,
"currency": "USD",
"billTo": "pty_0E4E9Q4",
"warranty": "active"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
perform
repair.perform · POST /repairs/perform · gate offer · sandbox · answers RepairPerform@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.performFailed@1 · Repair.performRequested@1 · Repair.performed@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.perform({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/perform \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairPerform@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"work": {
"status": "in-progress"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"work": {
"status": "in-progress"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}diagnose
repair.diagnose · POST /repairs/diagnose · gate offer · sandbox · answers RepairDiagnose@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.diagnoseRequested@1 · Repair.diagnosed@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.diagnose({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/diagnose \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairDiagnose@1",
"value": {
"vin": "2C4RC1S72RR102921",
"serviceType": "repair",
"grade": "clean",
"damage": [],
"reconRequired": false,
"reconEstimateCents": 0,
"currency": "USD"
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"serviceType": "repair",
"grade": "clean",
"damage": [],
"reconRequired": false,
"reconEstimateCents": 0,
"currency": "USD"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "field-services-rail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}complete
repair.complete · POST /repairs/complete · gate offer · sandbox · answers RepairComplete@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.completeRequested@1 · Repair.completed@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.complete({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/complete \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairComplete@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"work": {
"status": "in-progress"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"work": {
"status": "in-progress"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Authorize & resolve
approve
repair.approve · POST /repairs/approve · gate offer · sandbox · answers RepairApprove@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.approveRequested@1 · Repair.approved@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.approve({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/approve \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairApprove@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"stance": "Approved",
"approval": {
"status": "approved"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"stance": "Approved",
"approval": {
"status": "approved"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}warrantyCheck
repair.warrantyCheck · GET /repairs/warranty-check · gate none · sandbox · answers RepairWarrantyCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.warrantyCheck({"vin":"2C4RC1S72RR102921"})curl 'https://apis.vin/repairs/warranty-check?vin=2C4RC1S72RR102921'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": "RepairWarrantyCheck@1",
"value": {
"vin": "2C4RC1S72RR102921",
"mileage": 45000,
"powertrainCovered": true,
"bumperToBumperCovered": false,
"coverageRemainingMiles": 15000
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"mileage": 45000,
"powertrainCovered": true,
"bumperToBumperCovered": false,
"coverageRemainingMiles": 15000
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
comeback
repair.comeback · POST /repairs/comeback · gate offer · sandbox · answers RepairComeback@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.comebackRequested@1 · Repair.comebacked@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.comeback({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/comeback \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairComeback@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"comeback": {
"status": "work-not-completed",
"position": "InProgress"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"comeback": {
"status": "work-not-completed",
"position": "InProgress"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}estimatics
repair.estimatics · GET /repairs/estimatics · gate key · sandbox · answers RepairEstimate@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | yes | — |
opCode | string | no | — |
laborRate | string | no | — |
complaint | string | no | — |
Door — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.estimatics({"vin":"2C4RC1S72RR102921"})curl 'https://apis.vin/repairs/estimatics?vin=2C4RC1S72RR102921'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": "RepairEstimate@1",
"value": {
"vin": "2C4RC1S72RR102921",
"kind": "repair",
"estimateId": "DQ-1",
"laborCents": 30938,
"partsCents": 20626,
"subtotalCents": 51564,
"estimateCents": 67033,
"currency": "USD",
"etaMinDays": 1,
"etaMaxDays": 5
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"kind": "repair",
"estimateId": "DQ-1",
"laborCents": 30938,
"partsCents": 20626,
"subtotalCents": 51564,
"estimateCents": 67033,
"currency": "USD",
"etaMinDays": 1,
"etaMaxDays": 5
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "field-services-rail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}qc
repair.qc · POST /repairs/qc · gate offer · sandbox · answers RepairQc@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.qcRequested@1 · Repair.qced@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.qc({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/qc \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairQc@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"qc": {
"woId": "WO-ded359ff",
"status": "not-reached"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"qc": {
"woId": "WO-ded359ff",
"status": "not-reached"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}recallCross
repair.recallCross · GET /repairs/recall-cross · gate none · sandbox · answers RepairRecallCross@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.recallCross({"vin":"2C4RC1S72RR102921"})curl 'https://apis.vin/repairs/recall-cross?vin=2C4RC1S72RR102921'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": "RepairRecallCross@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"crossReference": {
"related": false
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"crossReference": {
"related": false
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}testDrive
repair.testDrive · POST /repairs/test-drive · gate offer · sandbox · answers RepairTestDrive@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 — repair.vin serves this noun on its two routes: / (the landing) · /2C4RC1S72RR102921 (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 — Repair.testDriveRequested@1 · Repair.testDrived@1.
import { repair } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.testDrive({"vin":"2C4RC1S72RR102921"})curl -X POST https://apis.vin/repairs/test-drive \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1S72RR102921"}'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": "RepairTestDrive@1",
"value": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"test": {
"id": "RT-e89d8baa",
"reproduced": true,
"verdict": "attention"
}
},
"evidence": {
"vin": "2C4RC1S72RR102921",
"noun": "repair",
"asOf": "2026-08-10",
"roId": "RO-22b603ed",
"position": "InProgress",
"test": {
"id": "RT-e89d8baa",
"reproduced": true,
"verdict": "attention"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "wrench-wear-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.