docs.vin

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

Nounfluids
PillarServices (facets: 6 data · 7 services · 3 commerce)
Capabilities16 — 0 live · 16 sandbox · 0 declared
EntitiesRepairOrder
Doorsaggregator.vin
SDKVin.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:

Discover & read

spec

fluids.spec · GET /fluids/spec · gate none · sandbox · answers FluidsSpec@1

FieldTypeRequiredNotes
vinstringno

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

the SDK — fluids.spec
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"})
GET /fluids/spec
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — fluids.capacityLookup
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"})
GET /fluids/capacity-lookup
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — fluids.specLookup
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"})
GET /fluids/spec-lookup
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — fluids.conditionCheck
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"})
GET /fluids/condition-check
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — fluids.dueCheck
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"})
GET /fluids/due-check
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — fluids.levelCheck
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"})
GET /fluids/level-check
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.

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

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

EmitsFluids.quoteRequested@1 · Fluids.quoted@1.

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

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

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

EmitsFluids.completed@1 · Fluids.dispatched@1 · Fluids.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.

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

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

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

EmitsFluids.charged@1 · Fluids.paid@1 · Fluids.payFailed@1 · Fluids.payRequested@1 · ServiceOrder.settled@1.

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

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

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

EmitsFluids.replaceFailed@1 · Fluids.replaceRequested@1 · Fluids.replaced@1.

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

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

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

EmitsFluids.inspectRequested@1 · Fluids.inspected@1.

the SDK — fluids.inspect
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"})
POST /fluids/inspect
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.

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

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

EmitsFluids.disposed@1.

the SDK — fluids.dispose
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"})
POST /fluids/dispose
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.

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

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

EmitsFluids.drained@1.

the SDK — fluids.drain
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"})
POST /fluids/drain
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.

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

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

EmitsFluids.filled@1.

the SDK — fluids.fill
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"})
POST /fluids/fill
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.

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

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

EmitsFluids.flushFailed@1 · Fluids.flushRequested@1 · Fluids.flushed@1.

the SDK — fluids.flush
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"})
POST /fluids/flush
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.

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

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

EmitsFluids.topOffRequested@1 · Fluids.topOffed@1 · Fluids.toppedOff@1.

the SDK — fluids.topOff
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"})
POST /fluids/top-off
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.

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