docs.vin

hazmatDisposal

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

hazmatDisposal 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

NounhazmatDisposal
PillarServices (facets: 4 data · 5 services · 4 commerce)
Capabilities13 — 0 live · 13 sandbox · 0 declared
EntitiesServiceOrder
Doorsaggregator.vin
SDKVin.hazmatDisposal.* from apis.vin
Address/catalog/hazmatDisposal#{action} — the anchor IS the wire name minus hazmatDisposal.

Events

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

Discover & read

status

hazmatDisposal.status · GET /hazmat-disposals/status · gate none · sandbox · answers HazmatDisposalStatus@1

FieldTypeRequiredNotes
vinstringno

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

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.status({"vin":"1GYKPYRL1TZ310748"})
GET /hazmat-disposals/status
curl 'https://apis.vin/hazmat-disposals/status?vin=1GYKPYRL1TZ310748'

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.191Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalStatus@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "disposal": {
      "manifestId": "HM-12eda9c1",
      "profile": "routine-service",
      "streams": [
        "used-oil",
        "used-coolant"
      ],
      "site": "none",
      "manifested": false
    }
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "disposal": {
      "manifestId": "HM-12eda9c1",
      "profile": "routine-service",
      "streams": [
        "used-oil",
        "used-coolant"
      ],
      "site": "none",
      "manifested": false
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

classify

hazmatDisposal.classify · GET /hazmat-disposals/classify · gate key · sandbox · answers HazmatDisposalClassify@1

FieldTypeRequiredNotes
vinstringno

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

EmitsHazmatDisposal.classified@1.

the SDK — hazmatDisposal.classify
import { hazmatDisposal } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.classify({"vin":"1GYKPYRL1TZ310748"})
GET /hazmat-disposals/classify
curl 'https://apis.vin/hazmat-disposals/classify?vin=1GYKPYRL1TZ310748'

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.152Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalClassify@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "classification": [
      {
        "stream": "used-oil",
        "hazardClass": "recyclable-petroleum",
        "manifested": false,
        "disposition": "re-refined"
      },
      {
        "stream": "used-coolant",
        "hazardClass": "recyclable-glycol",
        "manifested": false,
        "disposition": "recycled"
      }
    ],
    "profile": "routine-service"
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "classification": [
      {
        "stream": "used-oil",
        "hazardClass": "recyclable-petroleum",
        "manifested": false,
        "disposition": "re-refined"
      },
      {
        "stream": "used-coolant",
        "hazardClass": "recyclable-glycol",
        "manifested": false,
        "disposition": "recycled"
      }
    ],
    "profile": "routine-service"
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

regulationLookup

hazmatDisposal.regulationLookup · GET /hazmat-disposals/regulation-lookup · gate none · sandbox · answers HazmatDisposalRegulationLookup@1

FieldTypeRequiredNotes
vinstringno

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

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.regulationLookup({"vin":"1GYKPYRL1TZ310748"})
GET /hazmat-disposals/regulation-lookup
curl 'https://apis.vin/hazmat-disposals/regulation-lookup?vin=1GYKPYRL1TZ310748'

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.187Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalRegulationLookup@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "regulation": {
      "authority": "environmental-authority",
      "generatorId": "DLR-b9066ade",
      "manifestRequired": [],
      "sheet": [
        {
          "stream": "used-oil",
          "hazardClass": "recyclable-petroleum"
        },
        {
          "stream": "used-coolant",
          "hazardClass": "recyclable-glycol"
        }
      ]
    }
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "regulation": {
      "authority": "environmental-authority",
      "generatorId": "DLR-b9066ade",
      "manifestRequired": [],
      "sheet": [
        {
          "stream": "used-oil",
          "hazardClass": "recyclable-petroleum"
        },
        {
          "stream": "used-coolant",
          "hazardClass": "recyclable-glycol"
        }
      ]
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Quote & price

quote

hazmatDisposal.quote · POST /hazmat-disposals/quote · gate offer · sandbox · answers HazmatDisposalQuote@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) · /1GYKPYRL1TZ310748 (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.

EmitsHazmatDisposal.quoteRequested@1 · HazmatDisposal.quoted@1.

the SDK — hazmatDisposal.quote
import { hazmatDisposal } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.quote({"vin":"1GYKPYRL1TZ310748"})
POST /hazmat-disposals/quote
curl -X POST https://apis.vin/hazmat-disposals/quote \
  -H 'content-type: application/json' \
  -d '{"vin":"1GYKPYRL1TZ310748"}'

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.179Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalQuote@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "quote": {
      "manifestId": "HM-12eda9c1",
      "totalCents": 2100,
      "currency": "USD",
      "status": "quoted",
      "streams": [
        "used-oil",
        "used-coolant"
      ]
    }
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "quote": {
      "manifestId": "HM-12eda9c1",
      "totalCents": 2100,
      "currency": "USD",
      "status": "quoted",
      "streams": [
        "used-oil",
        "used-coolant"
      ]
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

fee

hazmatDisposal.fee · POST /hazmat-disposals/fee · gate offer · sandbox · answers HazmatDisposalFee@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) · /1GYKPYRL1TZ310748 (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.

EmitsHazmatDisposal.feeCharged@1 · HazmatDisposal.feeRequested@1.

the SDK — hazmatDisposal.fee
import { hazmatDisposal } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.fee({"vin":"1GYKPYRL1TZ310748"})
POST /hazmat-disposals/fee
curl -X POST https://apis.vin/hazmat-disposals/fee \
  -H 'content-type: application/json' \
  -d '{"vin":"1GYKPYRL1TZ310748"}'

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.179Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalFee@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "fee": {
      "manifestId": "HM-12eda9c1",
      "lines": [
        {
          "stream": "used-oil",
          "amountCents": 1200
        },
        {
          "stream": "used-coolant",
          "amountCents": 900
        }
      ],
      "totalCents": 2100,
      "currency": "USD",
      "status": "assessed"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "fee": {
      "manifestId": "HM-12eda9c1",
      "lines": [
        {
          "stream": "used-oil",
          "amountCents": 1200
        },
        {
          "stream": "used-coolant",
          "amountCents": 900
        }
      ],
      "totalCents": 2100,
      "currency": "USD",
      "status": "assessed"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Pay & settle

pay

hazmatDisposal.pay · POST /hazmat-disposals/pay · gate offer · sandbox · answers HazmatDisposalPay@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) · /1GYKPYRL1TZ310748 (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.

EmitsHazmatDisposal.paid@1 · HazmatDisposal.payFailed@1 · HazmatDisposal.payRequested@1.

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

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

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.179Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalPay@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "payment": {
      "id": "PAY-93010efa",
      "amountCents": 2100,
      "currency": "USD",
      "status": "settled"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "payment": {
      "id": "PAY-93010efa",
      "amountCents": 2100,
      "currency": "USD",
      "status": "settled"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

collect

hazmatDisposal.collect · POST /hazmat-disposals/collect · gate offer · sandbox · answers HazmatDisposalCollect@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) · /1GYKPYRL1TZ310748 (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.

EmitsHazmatDisposal.collectRequested@1 · HazmatDisposal.collected@1.

the SDK — hazmatDisposal.collect
import { hazmatDisposal } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.collect({"vin":"1GYKPYRL1TZ310748"})
POST /hazmat-disposals/collect
curl -X POST https://apis.vin/hazmat-disposals/collect \
  -H 'content-type: application/json' \
  -d '{"vin":"1GYKPYRL1TZ310748"}'

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.173Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalCollect@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "collection": {
      "manifestId": "HM-12eda9c1",
      "status": "staged",
      "containers": [
        {
          "stream": "used-oil",
          "container": "bulk-tank"
        },
        {
          "stream": "used-coolant",
          "container": "bulk-tank"
        }
      ]
    }
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "collection": {
      "manifestId": "HM-12eda9c1",
      "status": "staged",
      "containers": [
        {
          "stream": "used-oil",
          "container": "bulk-tank"
        },
        {
          "stream": "used-coolant",
          "container": "bulk-tank"
        }
      ]
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Fulfill & operate

transport

hazmatDisposal.transport · POST /hazmat-disposals/transport · gate offer · sandbox · answers HazmatDisposalTransport@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) · /1GYKPYRL1TZ310748 (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.

EmitsHazmatDisposal.transportRequested@1 · HazmatDisposal.transported@1.

the SDK — hazmatDisposal.transport
import { hazmatDisposal } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.transport({"vin":"1GYKPYRL1TZ310748"})
POST /hazmat-disposals/transport
curl -X POST https://apis.vin/hazmat-disposals/transport \
  -H 'content-type: application/json' \
  -d '{"vin":"1GYKPYRL1TZ310748"}'

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.191Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalTransport@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "transport": {
      "manifestId": "HM-12eda9c1",
      "status": "scheduled",
      "pickupAt": "2026-08-12",
      "carrier": "licensed-hazmat-transporter",
      "custody": "transporter"
    }
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "transport": {
      "manifestId": "HM-12eda9c1",
      "status": "scheduled",
      "pickupAt": "2026-08-12",
      "carrier": "licensed-hazmat-transporter",
      "custody": "transporter"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Authorize & resolve

manifestSign

hazmatDisposal.manifestSign · POST /hazmat-disposals/manifest-sign · gate offer · sandbox · answers HazmatDisposalManifestSign@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) · /1GYKPYRL1TZ310748 (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.

EmitsHazmatDisposal.manifestSignRequested@1 · HazmatDisposal.manifestSigned@1.

the SDK — hazmatDisposal.manifestSign
import { hazmatDisposal } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.manifestSign({"vin":"1GYKPYRL1TZ310748"})
POST /hazmat-disposals/manifest-sign
curl -X POST https://apis.vin/hazmat-disposals/manifest-sign \
  -H 'content-type: application/json' \
  -d '{"vin":"1GYKPYRL1TZ310748"}'

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.179Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalManifestSign@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "signature": {
      "manifestId": "HM-12eda9c1",
      "status": "signed",
      "signedBy": "The Estate Store",
      "custodyChain": [
        "generator",
        "transporter",
        "disposal-facility"
      ],
      "signedAt": "2026-08-10"
    }
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "signature": {
      "manifestId": "HM-12eda9c1",
      "status": "signed",
      "signedBy": "The Estate Store",
      "custodyChain": [
        "generator",
        "transporter",
        "disposal-facility"
      ],
      "signedAt": "2026-08-10"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Lifecycle & state

dispose

hazmatDisposal.dispose · POST /hazmat-disposals/dispose · gate offer · sandbox · answers HazmatDisposalDispose@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) · /1GYKPYRL1TZ310748 (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.

EmitsHazmatDisposal.disposeRequested@1 · HazmatDisposal.disposed@1.

the SDK — hazmatDisposal.dispose
import { hazmatDisposal } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.dispose({"vin":"1GYKPYRL1TZ310748"})
POST /hazmat-disposals/dispose
curl -X POST https://apis.vin/hazmat-disposals/dispose \
  -H 'content-type: application/json' \
  -d '{"vin":"1GYKPYRL1TZ310748"}'

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.179Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalDispose@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "disposition": [
      {
        "stream": "used-oil",
        "status": "disposed",
        "path": "re-refined"
      },
      {
        "stream": "used-coolant",
        "status": "disposed",
        "path": "recycled"
      }
    ]
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "disposition": [
      {
        "stream": "used-oil",
        "status": "disposed",
        "path": "re-refined"
      },
      {
        "stream": "used-coolant",
        "status": "disposed",
        "path": "recycled"
      }
    ]
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

More actions

credit

hazmatDisposal.credit · POST /hazmat-disposals/credit · gate offer · sandbox · answers HazmatDisposalCredit@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) · /1GYKPYRL1TZ310748 (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.

EmitsHazmatDisposal.creditRequested@1 · HazmatDisposal.credited@1.

the SDK — hazmatDisposal.credit
import { hazmatDisposal } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.credit({"vin":"1GYKPYRL1TZ310748"})
POST /hazmat-disposals/credit
curl -X POST https://apis.vin/hazmat-disposals/credit \
  -H 'content-type: application/json' \
  -d '{"vin":"1GYKPYRL1TZ310748"}'

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.179Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalCredit@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "credit": {
      "manifestId": "HM-12eda9c1",
      "status": "no-credit-streams",
      "profile": "routine-service"
    }
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "credit": {
      "manifestId": "HM-12eda9c1",
      "status": "no-credit-streams",
      "profile": "routine-service"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

manifest

hazmatDisposal.manifest · GET /hazmat-disposals/manifest · gate none · sandbox · answers HazmatDisposalManifest@1

FieldTypeRequiredNotes
vinstringno

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

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.manifest({"vin":"1GYKPYRL1TZ310748"})
GET /hazmat-disposals/manifest
curl 'https://apis.vin/hazmat-disposals/manifest?vin=1GYKPYRL1TZ310748'

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.179Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalManifest@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "manifest": {
      "id": "HM-12eda9c1",
      "generator": {
        "id": "DLR-b9066ade",
        "name": "The Estate Store"
      },
      "site": "none",
      "lines": [
        {
          "stream": "used-oil",
          "hazardClass": "recyclable-petroleum",
          "manifested": false,
          "disposition": "re-refined"
        },
        {
          "stream": "used-coolant",
          "hazardClass": "recyclable-glycol",
          "manifested": false,
          "disposition": "recycled"
        }
      ],
      "status": "open"
    }
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "manifest": {
      "id": "HM-12eda9c1",
      "generator": {
        "id": "DLR-b9066ade",
        "name": "The Estate Store"
      },
      "site": "none",
      "lines": [
        {
          "stream": "used-oil",
          "hazardClass": "recyclable-petroleum",
          "manifested": false,
          "disposition": "re-refined"
        },
        {
          "stream": "used-coolant",
          "hazardClass": "recyclable-glycol",
          "manifested": false,
          "disposition": "recycled"
        }
      ],
      "status": "open"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

recycle

hazmatDisposal.recycle · POST /hazmat-disposals/recycle · gate offer · sandbox · answers HazmatDisposalRecycle@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) · /1GYKPYRL1TZ310748 (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.

EmitsHazmatDisposal.recycleFailed@1 · HazmatDisposal.recycleRequested@1 · HazmatDisposal.recycled@1.

the SDK — hazmatDisposal.recycle
import { hazmatDisposal } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await hazmatDisposal.recycle({"vin":"1GYKPYRL1TZ310748"})
POST /hazmat-disposals/recycle
curl -X POST https://apis.vin/hazmat-disposals/recycle \
  -H 'content-type: application/json' \
  -d '{"vin":"1GYKPYRL1TZ310748"}'

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.180Z · HTTP 200
{
  "type": "OK",
  "answers": "HazmatDisposalRecycle@1",
  "value": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "recycling": [
      {
        "stream": "used-oil",
        "status": "recycled",
        "path": "re-refined"
      },
      {
        "stream": "used-coolant",
        "status": "recycled",
        "path": "recycled"
      }
    ]
  },
  "evidence": {
    "vin": "1GYKPYRL1TZ310748",
    "noun": "hazmatDisposal",
    "asOf": "2026-08-10",
    "recycling": [
      {
        "stream": "used-oil",
        "status": "recycled",
        "path": "re-refined"
      },
      {
        "stream": "used-coolant",
        "status": "recycled",
        "path": "recycled"
      }
    ]
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "lot-services-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.

ServiceOrder


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