docs.vin

interiorRepair

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

interiorRepair is one of the estate's 317 automotive nouns — a job a car needs done. It carries 12 capabilities: 0 live, 12 sandbox, 0 declared · doors aggregator.vin.

Identity

NouninteriorRepair
PillarServices (facets: 3 data · 6 services · 3 commerce)
Capabilities12 — 0 live · 12 sandbox · 0 declared
EntitiesReconditioning
Doorsaggregator.vin
SDKVin.interiorRepair.* from apis.vin
Address/catalog/interiorRepair#{action} — the anchor IS the wire name minus interiorRepair.

Events

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

Discover & read

status

interiorRepair.status · GET /interior-repairs/status · gate none · sandbox · answers InteriorRepairStatus@1

FieldTypeRequiredNotes
vinstringno

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

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interiorRepair.status({"vin":"3GTUUGEL5NG521929"})
GET /interior-repairs/status
curl 'https://apis.vin/interior-repairs/status?vin=3GTUUGEL5NG521929'

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:12.914Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairStatus@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "repair": {
      "jobId": "INT-0a3b35ea",
      "stage": "not-in-recon",
      "material": "synthetic-leather",
      "lines": 0,
      "totalCents": 0,
      "currency": "USD"
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "repair": {
      "jobId": "INT-0a3b35ea",
      "stage": "not-in-recon",
      "material": "synthetic-leather",
      "lines": 0,
      "totalCents": 0,
      "currency": "USD"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

assess

interiorRepair.assess · GET /interior-repairs/assess · gate key · sandbox · answers InteriorRepairAssess@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3GTUUGEL5NG521929 (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.

EmitsInteriorRepair.assessed@1.

the SDK — interiorRepair.assess
import { interiorRepair } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interiorRepair.assess({"vin":"3GTUUGEL5NG521929"})
GET /interior-repairs/assess
curl 'https://apis.vin/interior-repairs/assess?vin=3GTUUGEL5NG521929'

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:12.878Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairAssess@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "assessment": {
      "condition": "excellent",
      "work": "none-needed",
      "material": "synthetic-leather",
      "lines": 0,
      "consistentWithGrade": true
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "assessment": {
      "condition": "excellent",
      "work": "none-needed",
      "material": "synthetic-leather",
      "lines": 0,
      "consistentWithGrade": true
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Quote & price

estimate

interiorRepair.estimate · POST /interior-repairs/estimate · gate offer · sandbox · answers InteriorRepairEstimate@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3GTUUGEL5NG521929 (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.

EmitsInteriorRepair.estimateRequested@1 · InteriorRepair.estimated@1.

the SDK — interiorRepair.estimate
import { interiorRepair } from 'apis.vin'

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

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:12.879Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairEstimate@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "estimate": {
      "status": "no-interior-work-needed",
      "amountCents": 0,
      "currency": "USD"
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "estimate": {
      "status": "no-interior-work-needed",
      "amountCents": 0,
      "currency": "USD"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Apply & book

order

interiorRepair.order · POST /interior-repairs/order · gate offer · sandbox · answers InteriorRepairOrder@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3GTUUGEL5NG521929 (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.

EmitsInteriorRepair.completed@1 · InteriorRepair.dispatched@1 · InteriorRepair.ordered@1 · ServiceOrder.settled@1.

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

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

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:12.880Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairOrder@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "order": {
      "status": "no-interior-work-needed",
      "amountCents": 0,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "order": {
      "status": "no-interior-work-needed",
      "amountCents": 0,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

schedule

interiorRepair.schedule · POST /interior-repairs/schedule · gate offer · sandbox · answers InteriorRepairSchedule@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3GTUUGEL5NG521929 (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.

EmitsInteriorRepair.scheduleRequested@1 · InteriorRepair.scheduled@1.

the SDK — interiorRepair.schedule
import { interiorRepair } from 'apis.vin'

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

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:12.881Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairSchedule@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "appointment": {
      "status": "nothing-to-schedule"
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "appointment": {
      "status": "nothing-to-schedule"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Pay & settle

pay

interiorRepair.pay · POST /interior-repairs/pay · gate offer · sandbox · answers InteriorRepairPay@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3GTUUGEL5NG521929 (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.

EmitsInteriorRepair.paid@1 · InteriorRepair.payFailed@1 · InteriorRepair.payRequested@1.

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

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

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:12.880Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairPay@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "payment": {
      "status": "nothing-billed",
      "amountCents": 0,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "payment": {
      "status": "nothing-billed",
      "amountCents": 0,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Fulfill & operate

complete

interiorRepair.complete · POST /interior-repairs/complete · gate offer · sandbox · answers InteriorRepairComplete@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3GTUUGEL5NG521929 (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.

EmitsInteriorRepair.completeRequested@1 · InteriorRepair.completed@1.

the SDK — interiorRepair.complete
import { interiorRepair } from 'apis.vin'

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

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:12.878Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairComplete@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "completion": {
      "status": "no-interior-work-needed"
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "completion": {
      "status": "no-interior-work-needed"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

More actions

dye

interiorRepair.dye · POST /interior-repairs/dye · gate offer · sandbox · answers InteriorRepairDye@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3GTUUGEL5NG521929 (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.

EmitsInteriorRepair.dyeFailed@1 · InteriorRepair.dyeRequested@1 · InteriorRepair.dyed@1.

the SDK — interiorRepair.dye
import { interiorRepair } from 'apis.vin'

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

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:12.879Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairDye@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "step": {
      "operation": "dye",
      "status": "no-interior-work-needed"
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "step": {
      "operation": "dye",
      "status": "no-interior-work-needed"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

materialId

interiorRepair.materialId · GET /interior-repairs/material-id · gate none · sandbox · answers InteriorRepairMaterialId@1

FieldTypeRequiredNotes
vinstringno

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

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interiorRepair.materialId({"vin":"3GTUUGEL5NG521929"})
GET /interior-repairs/material-id
curl 'https://apis.vin/interior-repairs/material-id?vin=3GTUUGEL5NG521929'

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:12.879Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairMaterialId@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "material": {
      "surface": "synthetic-leather",
      "candidates": [
        "leather",
        "cloth",
        "synthetic-leather"
      ]
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "material": {
      "surface": "synthetic-leather",
      "candidates": [
        "leather",
        "cloth",
        "synthetic-leather"
      ]
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

patch

interiorRepair.patch · POST /interior-repairs/patch · gate offer · sandbox · answers InteriorRepairPatch@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3GTUUGEL5NG521929 (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.

EmitsInteriorRepair.patchRequested@1 · InteriorRepair.patched@1.

the SDK — interiorRepair.patch
import { interiorRepair } from 'apis.vin'

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

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:12.880Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairPatch@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "step": {
      "operation": "patch",
      "status": "no-interior-work-needed"
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "step": {
      "operation": "patch",
      "status": "no-interior-work-needed"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

replaceCarpet

interiorRepair.replaceCarpet · POST /interior-repairs/replace-carpet · gate offer · sandbox · answers InteriorRepairReplaceCarpet@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3GTUUGEL5NG521929 (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.

EmitsInteriorRepair.replaceCarpetRequested@1 · InteriorRepair.replaceCarpeted@1.

the SDK — interiorRepair.replaceCarpet
import { interiorRepair } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interiorRepair.replaceCarpet({"vin":"3GTUUGEL5NG521929"})
POST /interior-repairs/replace-carpet
curl -X POST https://apis.vin/interior-repairs/replace-carpet \
  -H 'content-type: application/json' \
  -d '{"vin":"3GTUUGEL5NG521929"}'

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:12.881Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairReplaceCarpet@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "step": {
      "operation": "replaceCarpet",
      "status": "no-interior-work-needed"
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "step": {
      "operation": "replaceCarpet",
      "status": "no-interior-work-needed"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

reweld

interiorRepair.reweld · POST /interior-repairs/reweld · gate offer · sandbox · answers InteriorRepairReweld@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3GTUUGEL5NG521929 (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.

EmitsInteriorRepair.reweldRequested@1 · InteriorRepair.rewelded@1.

the SDK — interiorRepair.reweld
import { interiorRepair } from 'apis.vin'

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

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:12.881Z · HTTP 200
{
  "type": "OK",
  "answers": "InteriorRepairReweld@1",
  "value": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "step": {
      "operation": "reweld",
      "status": "no-interior-work-needed"
    }
  },
  "evidence": {
    "vin": "3GTUUGEL5NG521929",
    "noun": "interiorRepair",
    "asOf": "2026-08-10",
    "condition": "excellent",
    "work": "none-needed",
    "step": {
      "operation": "reweld",
      "status": "no-interior-work-needed"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "recon-film-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.

Reconditioning


Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.