catalyticConverter
The catalyticConverter noun — identity, lifecycle, events, and every capability as an anchored section: 14 capabilities, 0 live, 14 sandbox, 0 declared.
catalyticConverter is one of the estate's 317 automotive nouns — a job a car needs done. It carries 14 capabilities: 0 live, 14 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | catalyticConverter |
| Pillar | Data (facets: 5 data · 4 services · 5 commerce) |
| Capabilities | 14 — 0 live · 14 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin |
| SDK | Vin.catalyticConverter.* from apis.vin |
| Address | /catalog/catalyticConverter#{action} — the anchor IS the wire name minus catalyticConverter. |
Events
The vocabulary this noun can append to the record — 11 past-tense, versioned event types, each linked to the capability that emits it:
CatalyticConverter.assayed@1— emitted byassayCatalyticConverter.charged@1— emitted bypayCatalyticConverter.etched@1— emitted byetchCatalyticConverter.harvested@1— emitted byharvestCatalyticConverter.ordered@1— emitted byorderCatalyticConverter.purchased@1— emitted bybuyCatalyticConverter.quoted@1— emitted byquoteCatalyticConverter.replaced@1— emitted byreplaceCatalyticConverter.sold@1— emitted bysellOrder.placed@1— emitted byorderServiceOrder.settled@1— emitted byorder·pay
Discover & read
interchangeLookup
catalyticConverter.interchangeLookup · GET /catalytic-converters/interchange-lookup · gate none · sandbox · answers CatalyticConverterInterchangeLookup@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GT4UVEY7TF345111 (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 { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.interchangeLookup()curl 'https://apis.vin/catalytic-converters/interchange-lookup'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": "CatalyticConverterInterchangeLookup@1",
"value": {
"vin": "1HGCM82633A004352",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"lookup": "interchangeLookup",
"serial": "CAT-cfadcaaa",
"interchange": "1C-1a90a90c"
},
"evidence": {
"vin": "1HGCM82633A004352",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"lookup": "interchangeLookup",
"serial": "CAT-cfadcaaa",
"interchange": "1C-1a90a90c"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}valueLookup
catalyticConverter.valueLookup · GET /catalytic-converters/value-lookup · gate none · sandbox · answers CatalyticConverterValueLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GT4UVEY7TF345111 (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 { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.valueLookup({"vin":"1GT4UVEY7TF345111"})curl 'https://apis.vin/catalytic-converters/value-lookup?vin=1GT4UVEY7TF345111'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": "CatalyticConverterValueLookup@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"value": {
"serial": "CAT-d47a9300",
"grade": "A",
"amountCents": 22000,
"currency": "USD"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"value": {
"serial": "CAT-d47a9300",
"grade": "A",
"amountCents": 22000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}theftCheck
catalyticConverter.theftCheck · GET /catalytic-converters/theft-check · gate none · sandbox · answers CatalyticConverterTheftCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GT4UVEY7TF345111 (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 { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.theftCheck({"vin":"1GT4UVEY7TF345111"})curl 'https://apis.vin/catalytic-converters/theft-check?vin=1GT4UVEY7TF345111'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": "CatalyticConverterTheftCheck@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"theftCheck": {
"status": "no-theft-indicator",
"verdict": "pass"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"theftCheck": {
"status": "no-theft-indicator",
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}serialVerify
catalyticConverter.serialVerify · GET /catalytic-converters/serial-verify · gate none · sandbox · answers CatalyticConverterSerialVerify@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GT4UVEY7TF345111 (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 { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.serialVerify({"vin":"1GT4UVEY7TF345111"})curl 'https://apis.vin/catalytic-converters/serial-verify?vin=1GT4UVEY7TF345111'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": "CatalyticConverterSerialVerify@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"verification": {
"serial": "CAT-d47a9300",
"status": "verified",
"etched": true
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"verification": {
"serial": "CAT-d47a9300",
"status": "verified",
"etched": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
catalyticConverter.quote · POST /catalytic-converters/quote · gate offer · sandbox · answers CatalyticConverterQuote@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) · /1GT4UVEY7TF345111 (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 — CatalyticConverter.quoted@1.
import { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.quote({"vin":"1GT4UVEY7TF345111"})curl -X POST https://apis.vin/catalytic-converters/quote \
-H 'content-type: application/json' \
-d '{"vin":"1GT4UVEY7TF345111"}'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": "CatalyticConverterQuote@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"quote": {
"id": "CQ-5a187178",
"serial": "CAT-d47a9300",
"grade": "A",
"amountCents": 22000,
"currency": "USD",
"status": "extended"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"quote": {
"id": "CQ-5a187178",
"serial": "CAT-d47a9300",
"grade": "A",
"amountCents": 22000,
"currency": "USD",
"status": "extended"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
catalyticConverter.order · POST /catalytic-converters/order · gate offer · sandbox · answers CatalyticConverterOrder@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) · /1GT4UVEY7TF345111 (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 — CatalyticConverter.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.
import { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.order({"vin":"1GT4UVEY7TF345111"})curl -X POST https://apis.vin/catalytic-converters/order \
-H 'content-type: application/json' \
-d '{"vin":"1GT4UVEY7TF345111"}'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": "CatalyticConverterOrder@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"order": {
"id": "ORD-4e170694",
"item": "catalytic converter",
"grade": "A",
"status": "placed",
"amountCents": 22000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"order": {
"id": "ORD-4e170694",
"item": "catalytic converter",
"grade": "A",
"status": "placed",
"amountCents": 22000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
catalyticConverter.pay · POST /catalytic-converters/pay · gate offer · sandbox · answers CatalyticConverterPay@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) · /1GT4UVEY7TF345111 (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 — CatalyticConverter.charged@1 · ServiceOrder.settled@1.
import { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.pay({"vin":"1GT4UVEY7TF345111"})curl -X POST https://apis.vin/catalytic-converters/pay \
-H 'content-type: application/json' \
-d '{"vin":"1GT4UVEY7TF345111"}'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": "CatalyticConverterPay@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-74873252",
"status": "settled",
"amountCents": 22000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-74873252",
"status": "settled",
"amountCents": 22000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}buy
catalyticConverter.buy · POST /catalytic-converters/buy · gate offer · sandbox · answers CatalyticConverterBuy@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) · /1GT4UVEY7TF345111 (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 — CatalyticConverter.purchased@1.
import { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.buy({"vin":"1GT4UVEY7TF345111"})curl -X POST https://apis.vin/catalytic-converters/buy \
-H 'content-type: application/json' \
-d '{"vin":"1GT4UVEY7TF345111"}'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": "CatalyticConverterBuy@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"order": {
"id": "ORD-19df452c",
"item": "catalytic converter",
"grade": "A",
"status": "placed",
"amountCents": 22000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"order": {
"id": "ORD-19df452c",
"item": "catalytic converter",
"grade": "A",
"status": "placed",
"amountCents": 22000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}sell
catalyticConverter.sell · POST /catalytic-converters/sell · gate offer · sandbox · answers CatalyticConverterSell@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) · /1GT4UVEY7TF345111 (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 — CatalyticConverter.sold@1.
import { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.sell({"vin":"1GT4UVEY7TF345111"})curl -X POST https://apis.vin/catalytic-converters/sell \
-H 'content-type: application/json' \
-d '{"vin":"1GT4UVEY7TF345111"}'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": "CatalyticConverterSell@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"sale": {
"status": "refused",
"reason": "no-donor-vehicle"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"sale": {
"status": "refused",
"reason": "no-donor-vehicle"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
replace
catalyticConverter.replace · POST /catalytic-converters/replace · gate offer · sandbox · answers CatalyticConverterReplace@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) · /1GT4UVEY7TF345111 (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 — CatalyticConverter.replaced@1.
import { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.replace({"vin":"1GT4UVEY7TF345111"})curl -X POST https://apis.vin/catalytic-converters/replace \
-H 'content-type: application/json' \
-d '{"vin":"1GT4UVEY7TF345111"}'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": "CatalyticConverterReplace@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"replacement": {
"status": "no-replacement-needed",
"verdict": "pass"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"replacement": {
"status": "no-replacement-needed",
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
assay
catalyticConverter.assay · POST /catalytic-converters/assay · gate offer · sandbox · answers CatalyticConverterAssay@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) · /1GT4UVEY7TF345111 (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 — CatalyticConverter.assayed@1.
import { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.assay({"vin":"1GT4UVEY7TF345111"})curl -X POST https://apis.vin/catalytic-converters/assay \
-H 'content-type: application/json' \
-d '{"vin":"1GT4UVEY7TF345111"}'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": "CatalyticConverterAssay@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"assay": {
"id": "AS-b28bc977",
"serial": "CAT-d47a9300",
"grade": "A",
"metals": {
"platinumG": 3,
"palladiumG": 6,
"rhodiumG": 3
},
"valueCents": 22000,
"currency": "USD"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"assay": {
"id": "AS-b28bc977",
"serial": "CAT-d47a9300",
"grade": "A",
"metals": {
"platinumG": 3,
"palladiumG": 6,
"rhodiumG": 3
},
"valueCents": 22000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}etch
catalyticConverter.etch · POST /catalytic-converters/etch · gate offer · sandbox · answers CatalyticConverterEtch@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) · /1GT4UVEY7TF345111 (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 — CatalyticConverter.etched@1.
import { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.etch({"vin":"1GT4UVEY7TF345111"})curl -X POST https://apis.vin/catalytic-converters/etch \
-H 'content-type: application/json' \
-d '{"vin":"1GT4UVEY7TF345111"}'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": "CatalyticConverterEtch@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"etch": {
"serial": "CAT-d47a9300",
"status": "etched"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"etch": {
"serial": "CAT-d47a9300",
"status": "etched"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}harvest
catalyticConverter.harvest · POST /catalytic-converters/harvest · gate offer · sandbox · answers CatalyticConverterHarvest@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) · /1GT4UVEY7TF345111 (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 — CatalyticConverter.harvested@1.
import { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.harvest({"vin":"1GT4UVEY7TF345111"})curl -X POST https://apis.vin/catalytic-converters/harvest \
-H 'content-type: application/json' \
-d '{"vin":"1GT4UVEY7TF345111"}'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": "CatalyticConverterHarvest@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"harvest": {
"status": "refused",
"reason": "no-donor-vehicle"
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"harvest": {
"status": "refused",
"reason": "no-donor-vehicle"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}identify
catalyticConverter.identify · GET /catalytic-converters/identify · gate none · sandbox · answers CatalyticConverterIdentify@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GT4UVEY7TF345111 (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 { catalyticConverter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.identify({"vin":"1GT4UVEY7TF345111"})curl 'https://apis.vin/catalytic-converters/identify?vin=1GT4UVEY7TF345111'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": "CatalyticConverterIdentify@1",
"value": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"converter": {
"serial": "CAT-d47a9300",
"grade": "A",
"metals": {
"platinumG": 3,
"palladiumG": 6,
"rhodiumG": 3
}
}
},
"evidence": {
"vin": "1GT4UVEY7TF345111",
"noun": "catalyticConverter",
"asOf": "2026-08-10",
"converter": {
"serial": "CAT-d47a9300",
"grade": "A",
"metals": {
"platinumG": 3,
"palladiumG": 6,
"rhodiumG": 3
}
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-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.
cashPayment
The cashPayment noun — identity, lifecycle, events, and every capability as an anchored section: 3 capabilities, 0 live, 3 sandbox, 0 declared.
charger
The charger noun — identity, lifecycle, events, and every capability as an anchored section: 14 capabilities, 0 live, 14 sandbox, 0 declared.