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
| Noun | hazmatDisposal |
| Pillar | Services (facets: 4 data · 5 services · 4 commerce) |
| Capabilities | 13 — 0 live · 13 sandbox · 0 declared |
| Entities | ServiceOrder |
| Doors | aggregator.vin |
| SDK | Vin.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:
HazmatDisposal.classified@1— emitted byclassifyHazmatDisposal.collectRequested@1— emitted bycollectHazmatDisposal.collected@1— emitted bycollectHazmatDisposal.creditRequested@1— emitted bycreditHazmatDisposal.credited@1— emitted bycreditHazmatDisposal.disposeRequested@1— emitted bydisposeHazmatDisposal.disposed@1— emitted bydisposeHazmatDisposal.feeCharged@1— emitted byfeeHazmatDisposal.feeRequested@1— emitted byfeeHazmatDisposal.manifestSignRequested@1— emitted bymanifestSignHazmatDisposal.manifestSigned@1— emitted bymanifestSignHazmatDisposal.paid@1— emitted bypayHazmatDisposal.payFailed@1— emitted bypayHazmatDisposal.payRequested@1— emitted bypayHazmatDisposal.quoteRequested@1— emitted byquoteHazmatDisposal.quoted@1— emitted byquoteHazmatDisposal.recycleFailed@1— emitted byrecycleHazmatDisposal.recycleRequested@1— emitted byrecycleHazmatDisposal.recycled@1— emitted byrecycleHazmatDisposal.transportRequested@1— emitted bytransportHazmatDisposal.transported@1— emitted bytransport
Discover & read
status
hazmatDisposal.status · GET /hazmat-disposals/status · gate none · sandbox · answers HazmatDisposalStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.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.
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"})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.
{
"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
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.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.
Emits — HazmatDisposal.classified@1.
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"})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.
{
"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
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.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.
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"})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.
{
"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
| 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) · /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.
Emits — HazmatDisposal.quoteRequested@1 · HazmatDisposal.quoted@1.
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"})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.
{
"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
| 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) · /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.
Emits — HazmatDisposal.feeCharged@1 · HazmatDisposal.feeRequested@1.
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"})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.
{
"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
| 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) · /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.
Emits — HazmatDisposal.paid@1 · HazmatDisposal.payFailed@1 · HazmatDisposal.payRequested@1.
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"})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.
{
"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
| 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) · /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.
Emits — HazmatDisposal.collectRequested@1 · HazmatDisposal.collected@1.
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"})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.
{
"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
| 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) · /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.
Emits — HazmatDisposal.transportRequested@1 · HazmatDisposal.transported@1.
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"})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.
{
"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
| 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) · /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.
Emits — HazmatDisposal.manifestSignRequested@1 · HazmatDisposal.manifestSigned@1.
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"})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.
{
"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
| 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) · /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.
Emits — HazmatDisposal.disposeRequested@1 · HazmatDisposal.disposed@1.
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"})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.
{
"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
| 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) · /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.
Emits — HazmatDisposal.creditRequested@1 · HazmatDisposal.credited@1.
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"})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.
{
"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
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.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.
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"})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.
{
"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
| 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) · /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.
Emits — HazmatDisposal.recycleFailed@1 · HazmatDisposal.recycleRequested@1 · HazmatDisposal.recycled@1.
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"})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.
{
"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.