interior
The interior noun — identity, lifecycle, events, and every capability as an anchored section: 13 capabilities, 0 live, 13 sandbox, 0 declared.
interior is one of the estate's 317 automotive nouns — a job a car needs done. It carries 13 capabilities: 0 live, 13 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | interior |
| Pillar | Services (facets: 3 data · 7 services · 3 commerce) |
| Capabilities | 13 — 0 live · 13 sandbox · 0 declared |
| Entities | Reconditioning |
| Doors | aggregator.vin |
| SDK | Vin.interior.* from apis.vin |
| Address | /catalog/interior#{action} — the anchor IS the wire name minus interior. |
Events
The vocabulary this noun can append to the record — 12 past-tense, versioned event types, each linked to the capability that emits it:
Interior.carpetReplaced@1— emitted bycarpetReplaceInterior.charged@1— emitted bypayInterior.dyed@1— emitted bydyeInterior.estimated@1— emitted byestimateInterior.odorTreated@1— emitted byodorTreatInterior.ordered@1— emitted byorderInterior.patched@1— emitted bypatchInterior.rewelded@1— emitted byreweldInterior.seatRepaired@1— emitted byseatRepairInterior.trimReplaced@1— emitted bytrimReplaceOrder.placed@1— emitted byorderServiceOrder.settled@1— emitted byorder·pay
Discover & read
assess
interior.assess · GET /interiors/assess · gate none · sandbox · answers InteriorAssess@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.assess({"vin":"5YJSA1E11HF214764"})curl 'https://apis.vin/interiors/assess?vin=5YJSA1E11HF214764'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": "InteriorAssess@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"assessment": {
"condition": "heavy-wear",
"work": "full-recondition",
"material": "cloth",
"lines": 7,
"consistentWithGrade": true
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"assessment": {
"condition": "heavy-wear",
"work": "full-recondition",
"material": "cloth",
"lines": 7,
"consistentWithGrade": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
estimate
interior.estimate · POST /interiors/estimate · gate offer · sandbox · answers InteriorEstimate@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 — Interior.estimated@1.
import { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.estimate({"vin":"5YJSA1E11HF214764"})curl -X POST https://apis.vin/interiors/estimate \
-H 'content-type: application/json' \
-d '{"vin":"5YJSA1E11HF214764"}'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": "InteriorEstimate@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"estimate": {
"id": "IE-59e1abf5",
"jobId": "INT-acb2c5b6",
"work": "full-recondition",
"lines": [
{
"code": "seat-repair",
"label": "Seat bolster repair",
"amountCents": 18000
},
{
"code": "patch",
"label": "Upholstery patch",
"amountCents": 9000
},
{
"code": "odor-treat",
"label": "Odor treatment",
"amountCents": 6000
},
{
"code": "carpet-replace",
"label": "Carpet replacement",
"amountCents": 24000
},
{
"code": "trim-replace",
"label": "Trim replacement",
"amountCents": 16000
},
{
"code": "dye",
"label": "Surface re-dye",
"amountCents": 12000
},
{
"code": "reweld",
"label": "Seat-frame reweld",
"amountCents": 8000
}
],
"totalCents": 93000,
"currency": "USD"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"estimate": {
"id": "IE-59e1abf5",
"jobId": "INT-acb2c5b6",
"work": "full-recondition",
"lines": [
{
"code": "seat-repair",
"label": "Seat bolster repair",
"amountCents": 18000
},
{
"code": "patch",
"label": "Upholstery patch",
"amountCents": 9000
},
{
"code": "odor-treat",
"label": "Odor treatment",
"amountCents": 6000
},
{
"code": "carpet-replace",
"label": "Carpet replacement",
"amountCents": 24000
},
{
"code": "trim-replace",
"label": "Trim replacement",
"amountCents": 16000
},
{
"code": "dye",
"label": "Surface re-dye",
"amountCents": 12000
},
{
"code": "reweld",
"label": "Seat-frame reweld",
"amountCents": 8000
}
],
"totalCents": 93000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
interior.order · POST /interiors/order · gate offer · sandbox · answers InteriorOrder@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 — Interior.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.
import { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.order({"vin":"5YJSA1E11HF214764"})curl -X POST https://apis.vin/interiors/order \
-H 'content-type: application/json' \
-d '{"vin":"5YJSA1E11HF214764"}'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": "InteriorOrder@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"order": {
"id": "ORD-f673d021",
"jobId": "INT-acb2c5b6",
"work": "full-recondition",
"status": "placed",
"amountCents": 93000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"order": {
"id": "ORD-f673d021",
"jobId": "INT-acb2c5b6",
"work": "full-recondition",
"status": "placed",
"amountCents": 93000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
interior.pay · POST /interiors/pay · gate offer · sandbox · answers InteriorPay@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 — Interior.charged@1 · ServiceOrder.settled@1.
import { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.pay({"vin":"5YJSA1E11HF214764"})curl -X POST https://apis.vin/interiors/pay \
-H 'content-type: application/json' \
-d '{"vin":"5YJSA1E11HF214764"}'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": "InteriorPay@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"payment": {
"id": "PAY-bb449ac7",
"jobId": "INT-acb2c5b6",
"status": "settled",
"amountCents": 93000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"payment": {
"id": "PAY-bb449ac7",
"jobId": "INT-acb2c5b6",
"status": "settled",
"amountCents": 93000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
seatRepair
interior.seatRepair · POST /interiors/seat-repair · gate offer · sandbox · answers InteriorSeatRepair@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 — Interior.seatRepaired@1.
import { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.seatRepair({"vin":"5YJSA1E11HF214764"})curl -X POST https://apis.vin/interiors/seat-repair \
-H 'content-type: application/json' \
-d '{"vin":"5YJSA1E11HF214764"}'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": "InteriorSeatRepair@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "seatRepair",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 18000,
"currency": "USD"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "seatRepair",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 18000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}carpetReplace
interior.carpetReplace · POST /interiors/carpet-replace · gate offer · sandbox · answers InteriorCarpetReplace@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 — Interior.carpetReplaced@1.
import { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.carpetReplace({"vin":"5YJSA1E11HF214764"})curl -X POST https://apis.vin/interiors/carpet-replace \
-H 'content-type: application/json' \
-d '{"vin":"5YJSA1E11HF214764"}'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": "InteriorCarpetReplace@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "carpetReplace",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 24000,
"currency": "USD"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "carpetReplace",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 24000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}trimReplace
interior.trimReplace · POST /interiors/trim-replace · gate offer · sandbox · answers InteriorTrimReplace@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 — Interior.trimReplaced@1.
import { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.trimReplace({"vin":"5YJSA1E11HF214764"})curl -X POST https://apis.vin/interiors/trim-replace \
-H 'content-type: application/json' \
-d '{"vin":"5YJSA1E11HF214764"}'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": "InteriorTrimReplace@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "trimReplace",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 16000,
"currency": "USD"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "trimReplace",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 16000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
condition
interior.condition · GET /interiors/condition · gate none · sandbox · answers InteriorCondition@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.condition({"vin":"5YJSA1E11HF214764"})curl 'https://apis.vin/interiors/condition?vin=5YJSA1E11HF214764'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": "InteriorCondition@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"interior": {
"condition": "heavy-wear",
"consistentWithGrade": true,
"basis": "condition-grade"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"interior": {
"condition": "heavy-wear",
"consistentWithGrade": true,
"basis": "condition-grade"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}dye
interior.dye · POST /interiors/dye · gate offer · sandbox · answers InteriorDye@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 — Interior.dyed@1.
import { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.dye({"vin":"5YJSA1E11HF214764"})curl -X POST https://apis.vin/interiors/dye \
-H 'content-type: application/json' \
-d '{"vin":"5YJSA1E11HF214764"}'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": "InteriorDye@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "dye",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 12000,
"currency": "USD"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "dye",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 12000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}materialId
interior.materialId · GET /interiors/material-id · gate none · sandbox · answers InteriorMaterialId@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.materialId({"vin":"5YJSA1E11HF214764"})curl 'https://apis.vin/interiors/material-id?vin=5YJSA1E11HF214764'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": "InteriorMaterialId@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"material": {
"surface": "cloth",
"candidates": [
"leather",
"cloth",
"synthetic-leather"
]
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"material": {
"surface": "cloth",
"candidates": [
"leather",
"cloth",
"synthetic-leather"
]
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}odorTreat
interior.odorTreat · POST /interiors/odor-treat · gate offer · sandbox · answers InteriorOdorTreat@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 — Interior.odorTreated@1.
import { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.odorTreat({"vin":"5YJSA1E11HF214764"})curl -X POST https://apis.vin/interiors/odor-treat \
-H 'content-type: application/json' \
-d '{"vin":"5YJSA1E11HF214764"}'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": "InteriorOdorTreat@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "odorTreat",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 6000,
"currency": "USD"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "odorTreat",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 6000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}patch
interior.patch · POST /interiors/patch · gate offer · sandbox · answers InteriorPatch@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 — Interior.patched@1.
import { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.patch({"vin":"5YJSA1E11HF214764"})curl -X POST https://apis.vin/interiors/patch \
-H 'content-type: application/json' \
-d '{"vin":"5YJSA1E11HF214764"}'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": "InteriorPatch@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "patch",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 9000,
"currency": "USD"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "patch",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 9000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}reweld
interior.reweld · POST /interiors/reweld · gate offer · sandbox · answers InteriorReweld@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /5YJSA1E11HF214764 (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 — Interior.rewelded@1.
import { interior } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interior.reweld({"vin":"5YJSA1E11HF214764"})curl -X POST https://apis.vin/interiors/reweld \
-H 'content-type: application/json' \
-d '{"vin":"5YJSA1E11HF214764"}'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": "InteriorReweld@1",
"value": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "reweld",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 8000,
"currency": "USD"
}
},
"evidence": {
"vin": "5YJSA1E11HF214764",
"noun": "interior",
"asOf": "2026-08-10",
"grade": "poor",
"step": {
"operation": "reweld",
"status": "performed",
"jobId": "INT-acb2c5b6",
"amountCents": 8000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "curb-appeal-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.
insurer
The insurer noun — identity, lifecycle, events, and every capability as an anchored section: 19 capabilities, 0 live, 19 sandbox, 0 declared.
interiorRepair
The interiorRepair noun — identity, lifecycle, events, and every capability as an anchored section: 12 capabilities, 0 live, 12 sandbox, 0 declared.