docs.vin

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

Nounrepair
PillarCommerce (facets: 7 data · 7 services · 8 commerce)
Capabilities22 — 0 live · 22 sandbox · 0 declared
EntitiesRepairOrder
Doorsaggregator.vin · repair.vin
SDKVin.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:

Discover & read

history

repair.history · GET /repairs/history · gate none · sandbox · answers RepairHistory@1

FieldTypeRequiredNotes
vinstringno

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

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

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — repair.status
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"})
GET /repairs/status
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.

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

FieldTypeRequiredNotes
vinstringno
systemstringnoone of brakes, engine, suspension, collision, electrical; Repair system whose labor operations to list (LaborTimeGuide.lookupOperations).

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

the SDK — repair.laborTimeLookup
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"})
GET /repairs/labor-time-lookup
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.

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

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.

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

EmitsRepair.quoteRequested@1 · Repair.quoted@1.

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

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

FieldTypeRequiredNotes
vinstringno

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

EmitsRepair.estimated@1.

the SDK — repair.estimate
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"})
GET /repairs/estimate
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.

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

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

EmitsRepair.installmentOffered@1.

the SDK — repair.installmentOffer
import { repair } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await repair.installmentOffer()
POST /repairs/installment-offer
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.

receipt · executed 2026-08-16T14:50:10.012Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringyes
concernsarray<string>yessymptoms or DTCs
payTypestringnoone of customer, warranty, internal
authoritystringno

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.

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

EmitsRepair.completed@1 · Repair.dispatched@1 · Repair.ordered@1 · RepairOrder.completed@1 · RepairOrder.opened@1 · ServiceOrder.settled@1.

the SDK — repair.order
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":[]})
POST /repairs/order
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.

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

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.

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

EmitsRepair.scheduleRequested@1 · Repair.scheduled@1.

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

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

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.

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

EmitsRepair.paid@1 · Repair.payFailed@1 · Repair.payRequested@1.

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

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

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.

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

EmitsRepair.invoiceFailed@1 · Repair.invoiceRequested@1 · Repair.invoiced@1.

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

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

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.

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

EmitsRepair.financeRequested@1 · Repair.financed@1.

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

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

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.

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

EmitsRepair.warrantyBillRequested@1 · Repair.warrantyBilled@1.

the SDK — repair.warrantyBill
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"})
POST /repairs/warranty-bill
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.

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

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.

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

EmitsRepair.performFailed@1 · Repair.performRequested@1 · Repair.performed@1.

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

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

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.

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

EmitsRepair.diagnoseRequested@1 · Repair.diagnosed@1.

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

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

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.

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

EmitsRepair.completeRequested@1 · Repair.completed@1.

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

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

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.

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

EmitsRepair.approveRequested@1 · Repair.approved@1.

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

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — repair.warrantyCheck
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"})
GET /repairs/warranty-check
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.

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

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.

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

EmitsRepair.comebackRequested@1 · Repair.comebacked@1.

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

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

FieldTypeRequiredNotes
vinstringyes
opCodestringno
laborRatestringno
complaintstringno

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

the SDK — repair.estimatics
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"})
GET /repairs/estimatics
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.

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

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.

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

EmitsRepair.qcRequested@1 · Repair.qced@1.

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

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — repair.recallCross
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"})
GET /repairs/recall-cross
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.

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

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.

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

EmitsRepair.testDriveRequested@1 · Repair.testDrived@1.

the SDK — repair.testDrive
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"})
POST /repairs/test-drive
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.

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