fluids
The fluids noun — identity, lifecycle, events, and every capability as an anchored section: 16 capabilities, 0 live, 16 sandbox, 0 declared.
fluids is one of the estate's 317 automotive nouns — a job a car needs done. It carries 16 capabilities: 0 live, 16 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | fluids |
| Pillar | Services (facets: 6 data · 7 services · 3 commerce) |
| Capabilities | 16 — 0 live · 16 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin |
| SDK | Vin.fluids.* from apis.vin |
| Address | /catalog/fluids#{action} — the anchor IS the wire name minus fluids. |
Events
The vocabulary this noun can append to the record — 25 past-tense, versioned event types, each linked to the capability that emits it:
Fluids.charged@1— emitted bypayFluids.completed@1— emitted byorderFluids.dispatched@1— emitted byorderFluids.disposed@1— emitted bydisposeFluids.drained@1— emitted bydrainFluids.filled@1— emitted byfillFluids.flushFailed@1— emitted byflushFluids.flushRequested@1— emitted byflushFluids.flushed@1— emitted byflushFluids.inspectRequested@1— emitted byinspectFluids.inspected@1— emitted byinspectFluids.ordered@1— emitted byorderFluids.paid@1— emitted bypayFluids.payFailed@1— emitted bypayFluids.payRequested@1— emitted bypayFluids.quoteRequested@1— emitted byquoteFluids.quoted@1— emitted byquoteFluids.replaceFailed@1— emitted byreplaceFluids.replaceRequested@1— emitted byreplaceFluids.replaced@1— emitted byreplaceFluids.topOffRequested@1— emitted bytopOffFluids.topOffed@1— emitted bytopOffFluids.toppedOff@1— emitted bytopOffOrder.placed@1— emitted byorderServiceOrder.settled@1— emitted byorder·pay
Discover & read
spec
fluids.spec · GET /fluids/spec · gate none · sandbox · answers FluidsSpec@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3TYLC5LN9ST047217 (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 { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.spec({"vin":"3TYLC5LN9ST047217"})curl 'https://apis.vin/fluids/spec?vin=3TYLC5LN9ST047217'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": "FluidsSpec@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"spec": {
"oilGrade": "0W-20",
"oilCapacityTenthsQt": 48,
"coolant": "long-life",
"atf": "ATF-LV",
"intervalMiles": 7500
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"spec": {
"oilGrade": "0W-20",
"oilCapacityTenthsQt": 48,
"coolant": "long-life",
"atf": "ATF-LV",
"intervalMiles": 7500
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}capacityLookup
fluids.capacityLookup · GET /fluids/capacity-lookup · gate none · sandbox · answers FluidsCapacityLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3TYLC5LN9ST047217 (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 { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.capacityLookup({"vin":"3TYLC5LN9ST047217"})curl 'https://apis.vin/fluids/capacity-lookup?vin=3TYLC5LN9ST047217'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": "FluidsCapacityLookup@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"capacity": {
"oilTenthsQt": 48,
"coolantTenthsQt": 72,
"atfTenthsQt": 69,
"washerTenthsQt": 45
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"capacity": {
"oilTenthsQt": 48,
"coolantTenthsQt": 72,
"atfTenthsQt": 69,
"washerTenthsQt": 45
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}specLookup
fluids.specLookup · GET /fluids/spec-lookup · gate none · sandbox · answers FluidsSpecLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3TYLC5LN9ST047217 (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 { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.specLookup({"vin":"3TYLC5LN9ST047217"})curl 'https://apis.vin/fluids/spec-lookup?vin=3TYLC5LN9ST047217'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": "FluidsSpecLookup@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"spec": {
"oilGrade": "0W-20",
"oilCapacityTenthsQt": 48,
"coolant": "long-life",
"atf": "ATF-LV",
"intervalMiles": 7500
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"spec": {
"oilGrade": "0W-20",
"oilCapacityTenthsQt": 48,
"coolant": "long-life",
"atf": "ATF-LV",
"intervalMiles": 7500
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}conditionCheck
fluids.conditionCheck · GET /fluids/condition-check · gate none · sandbox · answers FluidsConditionCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3TYLC5LN9ST047217 (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 { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.conditionCheck({"vin":"3TYLC5LN9ST047217"})curl 'https://apis.vin/fluids/condition-check?vin=3TYLC5LN9ST047217'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": "FluidsConditionCheck@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"condition": {
"status": "aged",
"recommendation": "resample at next service"
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"condition": {
"status": "aged",
"recommendation": "resample at next service"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}dueCheck
fluids.dueCheck · GET /fluids/due-check · gate none · sandbox · answers FluidsDueCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3TYLC5LN9ST047217 (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 { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.dueCheck({"vin":"3TYLC5LN9ST047217"})curl 'https://apis.vin/fluids/due-check?vin=3TYLC5LN9ST047217'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": "FluidsDueCheck@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"due": {
"dueNow": false,
"intervalMiles": 7500,
"currentMiles": 86072,
"nextServiceMiles": 90000,
"milesToNext": 3928
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"due": {
"dueNow": false,
"intervalMiles": 7500,
"currentMiles": 86072,
"nextServiceMiles": 90000,
"milesToNext": 3928
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}levelCheck
fluids.levelCheck · GET /fluids/level-check · gate none · sandbox · answers FluidsLevelCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3TYLC5LN9ST047217 (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 { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.levelCheck({"vin":"3TYLC5LN9ST047217"})curl 'https://apis.vin/fluids/level-check?vin=3TYLC5LN9ST047217'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": "FluidsLevelCheck@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"level": {
"status": "slightly-low",
"withinSpec": false
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"level": {
"status": "slightly-low",
"withinSpec": false
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
fluids.quote · POST /fluids/quote · gate offer · sandbox · answers FluidsQuote@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) · /3TYLC5LN9ST047217 (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 — Fluids.quoteRequested@1 · Fluids.quoted@1.
import { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.quote({"vin":"3TYLC5LN9ST047217"})curl -X POST https://apis.vin/fluids/quote \
-H 'content-type: application/json' \
-d '{"vin":"3TYLC5LN9ST047217"}'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": "FluidsQuote@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"quote": {
"id": "FQ-8763343b",
"amountCents": 12500,
"currency": "USD",
"status": "extended"
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"quote": {
"id": "FQ-8763343b",
"amountCents": 12500,
"currency": "USD",
"status": "extended"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
fluids.order · POST /fluids/order · gate offer · sandbox · answers FluidsOrder@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) · /3TYLC5LN9ST047217 (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 — Fluids.completed@1 · Fluids.dispatched@1 · Fluids.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.
import { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.order({"vin":"3TYLC5LN9ST047217"})curl -X POST https://apis.vin/fluids/order \
-H 'content-type: application/json' \
-d '{"vin":"3TYLC5LN9ST047217"}'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": "FluidsOrder@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"order": {
"id": "ORD-a4cb3a23",
"service": "fluid service",
"status": "placed",
"amountCents": 12500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"order": {
"id": "ORD-a4cb3a23",
"service": "fluid service",
"status": "placed",
"amountCents": 12500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
fluids.pay · POST /fluids/pay · gate offer · sandbox · answers FluidsPay@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) · /3TYLC5LN9ST047217 (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 — Fluids.charged@1 · Fluids.paid@1 · Fluids.payFailed@1 · Fluids.payRequested@1 · ServiceOrder.settled@1.
import { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.pay({"vin":"3TYLC5LN9ST047217"})curl -X POST https://apis.vin/fluids/pay \
-H 'content-type: application/json' \
-d '{"vin":"3TYLC5LN9ST047217"}'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": "FluidsPay@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"payment": {
"id": "PAY-c61fcf9d",
"status": "settled",
"amountCents": 12500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"payment": {
"id": "PAY-c61fcf9d",
"status": "settled",
"amountCents": 12500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
replace
fluids.replace · POST /fluids/replace · gate offer · sandbox · answers FluidsReplace@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) · /3TYLC5LN9ST047217 (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 — Fluids.replaceFailed@1 · Fluids.replaceRequested@1 · Fluids.replaced@1.
import { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.replace({"vin":"3TYLC5LN9ST047217"})curl -X POST https://apis.vin/fluids/replace \
-H 'content-type: application/json' \
-d '{"vin":"3TYLC5LN9ST047217"}'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": "FluidsReplace@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"work": {
"id": "FW-45358dcf",
"operation": "replace",
"status": "nothing-due"
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"work": {
"id": "FW-45358dcf",
"operation": "replace",
"status": "nothing-due"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}inspect
fluids.inspect · POST /fluids/inspect · gate offer · sandbox · answers FluidsInspect@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) · /3TYLC5LN9ST047217 (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 — Fluids.inspectRequested@1 · Fluids.inspected@1.
import { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.inspect({"vin":"3TYLC5LN9ST047217"})curl -X POST https://apis.vin/fluids/inspect \
-H 'content-type: application/json' \
-d '{"vin":"3TYLC5LN9ST047217"}'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": "FluidsInspect@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"condition": {
"status": "aged",
"recommendation": "resample at next service"
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"condition": {
"status": "aged",
"recommendation": "resample at next service"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
dispose
fluids.dispose · POST /fluids/dispose · gate offer · sandbox · answers FluidsDispose@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) · /3TYLC5LN9ST047217 (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 — Fluids.disposed@1.
import { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.dispose({"vin":"3TYLC5LN9ST047217"})curl -X POST https://apis.vin/fluids/dispose \
-H 'content-type: application/json' \
-d '{"vin":"3TYLC5LN9ST047217"}'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": "FluidsDispose@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"disposal": {
"id": "FD-371aa512",
"status": "accepted",
"gallonsTenths": 14,
"manifest": "MAN-325323d8"
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"disposal": {
"id": "FD-371aa512",
"status": "accepted",
"gallonsTenths": 14,
"manifest": "MAN-325323d8"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
drain
fluids.drain · POST /fluids/drain · gate offer · sandbox · answers FluidsDrain@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) · /3TYLC5LN9ST047217 (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 — Fluids.drained@1.
import { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.drain({"vin":"3TYLC5LN9ST047217"})curl -X POST https://apis.vin/fluids/drain \
-H 'content-type: application/json' \
-d '{"vin":"3TYLC5LN9ST047217"}'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": "FluidsDrain@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"work": {
"id": "FW-07bbcc9d",
"operation": "drain",
"status": "nothing-due"
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"work": {
"id": "FW-07bbcc9d",
"operation": "drain",
"status": "nothing-due"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}fill
fluids.fill · POST /fluids/fill · gate offer · sandbox · answers FluidsFill@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) · /3TYLC5LN9ST047217 (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 — Fluids.filled@1.
import { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.fill({"vin":"3TYLC5LN9ST047217"})curl -X POST https://apis.vin/fluids/fill \
-H 'content-type: application/json' \
-d '{"vin":"3TYLC5LN9ST047217"}'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": "FluidsFill@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"work": {
"id": "FW-e124100c",
"operation": "fill",
"status": "nothing-due"
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"work": {
"id": "FW-e124100c",
"operation": "fill",
"status": "nothing-due"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}flush
fluids.flush · POST /fluids/flush · gate offer · sandbox · answers FluidsFlush@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) · /3TYLC5LN9ST047217 (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 — Fluids.flushFailed@1 · Fluids.flushRequested@1 · Fluids.flushed@1.
import { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.flush({"vin":"3TYLC5LN9ST047217"})curl -X POST https://apis.vin/fluids/flush \
-H 'content-type: application/json' \
-d '{"vin":"3TYLC5LN9ST047217"}'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": "FluidsFlush@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"work": {
"id": "FW-f777e389",
"operation": "flush",
"status": "nothing-due"
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"work": {
"id": "FW-f777e389",
"operation": "flush",
"status": "nothing-due"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}topOff
fluids.topOff · POST /fluids/top-off · gate offer · sandbox · answers FluidsTopOff@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) · /3TYLC5LN9ST047217 (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 — Fluids.topOffRequested@1 · Fluids.topOffed@1 · Fluids.toppedOff@1.
import { fluids } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fluids.topOff({"vin":"3TYLC5LN9ST047217"})curl -X POST https://apis.vin/fluids/top-off \
-H 'content-type: application/json' \
-d '{"vin":"3TYLC5LN9ST047217"}'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": "FluidsTopOff@1",
"value": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"topOff": {
"status": "topped-off",
"addedTenthsQt": 5
}
},
"evidence": {
"vin": "3TYLC5LN9ST047217",
"noun": "fluids",
"asOf": "2026-08-10",
"dueNow": false,
"topOff": {
"status": "topped-off",
"addedTenthsQt": 5
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "condition-care-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.
financialStatement
The financialStatement noun — identity, lifecycle, events, and every capability as an anchored section: 3 capabilities, 0 live, 3 sandbox, 0 declared.
form8300
The form8300 noun — identity, lifecycle, events, and every capability as an anchored section: 5 capabilities, 0 live, 5 sandbox, 0 declared.