docs.vin

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

NouncatalyticConverter
PillarData (facets: 5 data · 4 services · 5 commerce)
Capabilities14 — 0 live · 14 sandbox · 0 declared
EntitiesRepairOrder
Doorsaggregator.vin
SDKVin.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:

Discover & read

interchangeLookup

catalyticConverter.interchangeLookup · GET /catalytic-converters/interchange-lookup · gate none · sandbox · answers CatalyticConverterInterchangeLookup@1

No input — this capability takes no request body.

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

the SDK — catalyticConverter.interchangeLookup
import { catalyticConverter } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await catalyticConverter.interchangeLookup()
GET /catalytic-converters/interchange-lookup
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — catalyticConverter.valueLookup
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"})
GET /catalytic-converters/value-lookup
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — catalyticConverter.theftCheck
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"})
GET /catalytic-converters/theft-check
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — catalyticConverter.serialVerify
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"})
GET /catalytic-converters/serial-verify
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.

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

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

EmitsCatalyticConverter.quoted@1.

the SDK — catalyticConverter.quote
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"})
POST /catalytic-converters/quote
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.

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

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

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

the SDK — catalyticConverter.order
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"})
POST /catalytic-converters/order
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.

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

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

EmitsCatalyticConverter.charged@1 · ServiceOrder.settled@1.

the SDK — catalyticConverter.pay
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"})
POST /catalytic-converters/pay
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.

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

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

EmitsCatalyticConverter.purchased@1.

the SDK — catalyticConverter.buy
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"})
POST /catalytic-converters/buy
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.

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

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

EmitsCatalyticConverter.sold@1.

the SDK — catalyticConverter.sell
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"})
POST /catalytic-converters/sell
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.

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

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

EmitsCatalyticConverter.replaced@1.

the SDK — catalyticConverter.replace
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"})
POST /catalytic-converters/replace
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.

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

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

EmitsCatalyticConverter.assayed@1.

the SDK — catalyticConverter.assay
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"})
POST /catalytic-converters/assay
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.

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

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

EmitsCatalyticConverter.etched@1.

the SDK — catalyticConverter.etch
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"})
POST /catalytic-converters/etch
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.

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

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

EmitsCatalyticConverter.harvested@1.

the SDK — catalyticConverter.harvest
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"})
POST /catalytic-converters/harvest
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — catalyticConverter.identify
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"})
GET /catalytic-converters/identify
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.

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