docs.vin

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

Nouninterior
PillarServices (facets: 3 data · 7 services · 3 commerce)
Capabilities13 — 0 live · 13 sandbox · 0 declared
EntitiesReconditioning
Doorsaggregator.vin
SDKVin.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:

Discover & read

assess

interior.assess · GET /interiors/assess · gate none · sandbox · answers InteriorAssess@1

FieldTypeRequiredNotes
vinstringno

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

the SDK — interior.assess
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"})
GET /interiors/assess
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.

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

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

EmitsInterior.estimated@1.

the SDK — interior.estimate
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"})
POST /interiors/estimate
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.

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

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

EmitsInterior.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.

the SDK — interior.order
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"})
POST /interiors/order
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.

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

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

EmitsInterior.charged@1 · ServiceOrder.settled@1.

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

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

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

EmitsInterior.seatRepaired@1.

the SDK — interior.seatRepair
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"})
POST /interiors/seat-repair
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.

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

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

EmitsInterior.carpetReplaced@1.

the SDK — interior.carpetReplace
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"})
POST /interiors/carpet-replace
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.

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

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

EmitsInterior.trimReplaced@1.

the SDK — interior.trimReplace
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"})
POST /interiors/trim-replace
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — interior.condition
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"})
GET /interiors/condition
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.

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

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

EmitsInterior.dyed@1.

the SDK — interior.dye
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"})
POST /interiors/dye
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — interior.materialId
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"})
GET /interiors/material-id
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.

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

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

EmitsInterior.odorTreated@1.

the SDK — interior.odorTreat
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"})
POST /interiors/odor-treat
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.

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

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

EmitsInterior.patched@1.

the SDK — interior.patch
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"})
POST /interiors/patch
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.

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

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

EmitsInterior.rewelded@1.

the SDK — interior.reweld
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"})
POST /interiors/reweld
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.

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