fuel
The fuel noun — identity, lifecycle, events, and every capability as an anchored section: 12 capabilities, 0 live, 12 sandbox, 0 declared.
fuel is one of the estate's 317 automotive nouns — a job a car needs done. It carries 12 capabilities: 0 live, 12 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | fuel |
| Pillar | Data (facets: 5 data · 3 services · 4 commerce) |
| Capabilities | 12 — 0 live · 12 sandbox · 0 declared |
| Entities | Usage |
| Doors | aggregator.vin |
| SDK | Vin.fuel.* from apis.vin |
| Address | /catalog/fuel#{action} — the anchor IS the wire name minus fuel. |
Events
The vocabulary this noun can append to the record — 17 past-tense, versioned event types, each linked to the capability that emits it:
Fuel.cardSettleFailed@1— emitted bycardSettleFuel.cardSettleRequested@1— emitted bycardSettleFuel.cardSettled@1— emitted bycardSettleFuel.deliverFailed@1— emitted bydeliverFuel.deliverRequested@1— emitted bydeliverFuel.delivered@1— emitted bydeliverFuel.dispenseRequested@1— emitted bydispenseFuel.dispensed@1— emitted bydispenseFuel.fillRequested@1— emitted byfillFuel.filled@1— emitted byfillFuel.paid@1— emitted bypayFuel.payFailed@1— emitted bypayFuel.payRequested@1— emitted bypayFuel.quoteRequested@1— emitted byquoteFuel.quoted@1— emitted byquoteFuel.reimburseRequested@1— emitted byreimburseFuel.reimbursed@1— emitted byreimburse
Discover & read
history
fuel.history · GET /fuels/history · gate none · sandbox · answers FuelHistory@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GKS2EKL4PR359207 (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 { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.history({"vin":"1GKS2EKL4PR359207"})curl 'https://apis.vin/fuels/history?vin=1GKS2EKL4PR359207'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": "FuelHistory@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"fills": [
{
"date": "2026-07-20",
"grade": "regular-87",
"gallons": 12,
"amountCents": 4188,
"currency": "USD"
},
{
"date": "2026-07-27",
"grade": "regular-87",
"gallons": 12.8,
"amountCents": 4467,
"currency": "USD"
},
{
"date": "2026-08-03",
"grade": "regular-87",
"gallons": 10.4,
"amountCents": 3630,
"currency": "USD"
}
]
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"fills": [
{
"date": "2026-07-20",
"grade": "regular-87",
"gallons": 12,
"amountCents": 4188,
"currency": "USD"
},
{
"date": "2026-07-27",
"grade": "regular-87",
"gallons": 12.8,
"amountCents": 4467,
"currency": "USD"
},
{
"date": "2026-08-03",
"grade": "regular-87",
"gallons": 10.4,
"amountCents": 3630,
"currency": "USD"
}
]
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}gradeLookup
fuel.gradeLookup · GET /fuels/grade-lookup · gate none · sandbox · answers FuelGradeLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GKS2EKL4PR359207 (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 { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.gradeLookup({"vin":"1GKS2EKL4PR359207"})curl 'https://apis.vin/fuels/grade-lookup?vin=1GKS2EKL4PR359207'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": "FuelGradeLookup@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"grade": {
"required": "regular-87",
"fuel": "gasoline",
"tankCapacityGal": "14.8",
"basis": "wave-4-fuel-system-sheet"
}
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"grade": {
"required": "regular-87",
"fuel": "gasoline",
"tankCapacityGal": "14.8",
"basis": "wave-4-fuel-system-sheet"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}stationLocate
fuel.stationLocate · GET /fuels/station-locate · gate none · sandbox · answers FuelStationLocate@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GKS2EKL4PR359207 (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 { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.stationLocate({"vin":"1GKS2EKL4PR359207"})curl 'https://apis.vin/fuels/station-locate?vin=1GKS2EKL4PR359207'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": "FuelStationLocate@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"stations": [
{
"id": "FUEL-ISLAND",
"kind": "dealer-fuel-island",
"dealerId": "DLR-b9066ade",
"onSite": true,
"distanceMiles": 0
},
{
"id": "STN-1455498d",
"kind": "independent-station",
"onSite": false,
"distanceMiles": 3
}
]
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"stations": [
{
"id": "FUEL-ISLAND",
"kind": "dealer-fuel-island",
"dealerId": "DLR-b9066ade",
"onSite": true,
"distanceMiles": 0
},
{
"id": "STN-1455498d",
"kind": "independent-station",
"onSite": false,
"distanceMiles": 3
}
]
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
fuel.quote · POST /fuels/quote · gate offer · sandbox · answers FuelQuote@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) · /1GKS2EKL4PR359207 (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 — Fuel.quoteRequested@1 · Fuel.quoted@1.
import { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.quote({"vin":"1GKS2EKL4PR359207"})curl -X POST https://apis.vin/fuels/quote \
-H 'content-type: application/json' \
-d '{"vin":"1GKS2EKL4PR359207"}'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": "FuelQuote@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"quote": {
"id": "FQ-fd134699",
"grade": "regular-87",
"gallons": 12.3,
"levelPct": 17,
"pricePerGallonCents": 349,
"amountCents": 4293,
"currency": "USD",
"status": "quoted"
}
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"quote": {
"id": "FQ-fd134699",
"grade": "regular-87",
"gallons": 12.3,
"levelPct": 17,
"pricePerGallonCents": 349,
"amountCents": 4293,
"currency": "USD",
"status": "quoted"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}price
fuel.price · GET /fuels/price · gate none · sandbox · answers FuelPrice@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GKS2EKL4PR359207 (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 { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.price({"vin":"1GKS2EKL4PR359207"})curl 'https://apis.vin/fuels/price?vin=1GKS2EKL4PR359207'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": "FuelPrice@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"prices": {
"perGallonCents": {
"regular-87": 349,
"midgrade-89": 389,
"premium-91": 429,
"diesel": 419
},
"currency": "USD",
"unit": "per-gallon"
}
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"prices": {
"perGallonCents": {
"regular-87": 349,
"midgrade-89": 389,
"premium-91": 429,
"diesel": 419
},
"currency": "USD",
"unit": "per-gallon"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
fuel.pay · POST /fuels/pay · gate offer · sandbox · answers FuelPay@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) · /1GKS2EKL4PR359207 (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 — Fuel.paid@1 · Fuel.payFailed@1 · Fuel.payRequested@1.
import { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.pay({"vin":"1GKS2EKL4PR359207"})curl -X POST https://apis.vin/fuels/pay \
-H 'content-type: application/json' \
-d '{"vin":"1GKS2EKL4PR359207"}'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": "FuelPay@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-56397f67",
"status": "settled",
"amountCents": 4293,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-56397f67",
"status": "settled",
"amountCents": 4293,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}reimburse
fuel.reimburse · POST /fuels/reimburse · gate offer · sandbox · answers FuelReimburse@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) · /1GKS2EKL4PR359207 (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 — Fuel.reimburseRequested@1 · Fuel.reimbursed@1.
import { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.reimburse({"vin":"1GKS2EKL4PR359207"})curl -X POST https://apis.vin/fuels/reimburse \
-H 'content-type: application/json' \
-d '{"vin":"1GKS2EKL4PR359207"}'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": "FuelReimburse@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"reimbursement": {
"status": "denied",
"reason": "coverage-expired"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"reimbursement": {
"status": "denied",
"reason": "coverage-expired"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}cardSettle
fuel.cardSettle · POST /fuels/card-settle · gate offer · sandbox · answers FuelCardSettle@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) · /1GKS2EKL4PR359207 (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 — Fuel.cardSettleFailed@1 · Fuel.cardSettleRequested@1 · Fuel.cardSettled@1.
import { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.cardSettle({"vin":"1GKS2EKL4PR359207"})curl -X POST https://apis.vin/fuels/card-settle \
-H 'content-type: application/json' \
-d '{"vin":"1GKS2EKL4PR359207"}'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": "FuelCardSettle@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"settlement": {
"id": "FCS-e1832c26",
"instrument": "fleet-fuel-card",
"status": "settled",
"amountCents": 4293,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"settlement": {
"id": "FCS-e1832c26",
"instrument": "fleet-fuel-card",
"status": "settled",
"amountCents": 4293,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
deliver
fuel.deliver · POST /fuels/deliver · gate offer · sandbox · answers FuelDeliver@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) · /1GKS2EKL4PR359207 (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 — Fuel.deliverFailed@1 · Fuel.deliverRequested@1 · Fuel.delivered@1.
import { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.deliver({"vin":"1GKS2EKL4PR359207"})curl -X POST https://apis.vin/fuels/deliver \
-H 'content-type: application/json' \
-d '{"vin":"1GKS2EKL4PR359207"}'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": "FuelDeliver@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"delivery": {
"status": "delivered",
"gallons": 2,
"amountCents": 7500,
"currency": "USD",
"basis": "wave-18-roadside-service-figure"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"delivery": {
"status": "delivered",
"gallons": 2,
"amountCents": 7500,
"currency": "USD",
"basis": "wave-18-roadside-service-figure"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
consumption
fuel.consumption · GET /fuels/consumption · gate none · sandbox · answers FuelConsumption@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GKS2EKL4PR359207 (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 { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.consumption({"vin":"1GKS2EKL4PR359207"})curl 'https://apis.vin/fuels/consumption?vin=1GKS2EKL4PR359207'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": "FuelConsumption@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"consumption": {
"odometerMiles": 70730,
"mpg": 24,
"lifetimeGallons": 2947,
"basis": "one-mileage-law"
}
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"consumption": {
"odometerMiles": 70730,
"mpg": 24,
"lifetimeGallons": 2947,
"basis": "one-mileage-law"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}dispense
fuel.dispense · POST /fuels/dispense · gate offer · sandbox · answers FuelDispense@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) · /1GKS2EKL4PR359207 (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 — Fuel.dispenseRequested@1 · Fuel.dispensed@1.
import { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.dispense({"vin":"1GKS2EKL4PR359207"})curl -X POST https://apis.vin/fuels/dispense \
-H 'content-type: application/json' \
-d '{"vin":"1GKS2EKL4PR359207"}'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": "FuelDispense@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"work": {
"operation": "fuel-dispense",
"status": "dispensed",
"grade": "regular-87",
"gallons": 12.3,
"amountCents": 4293,
"currency": "USD",
"levelAfterPct": 100
}
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"work": {
"operation": "fuel-dispense",
"status": "dispensed",
"grade": "regular-87",
"gallons": 12.3,
"amountCents": 4293,
"currency": "USD",
"levelAfterPct": 100
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}fill
fuel.fill · POST /fuels/fill · gate offer · sandbox · answers FuelFill@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) · /1GKS2EKL4PR359207 (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 — Fuel.fillRequested@1 · Fuel.filled@1.
import { fuel } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await fuel.fill({"vin":"1GKS2EKL4PR359207"})curl -X POST https://apis.vin/fuels/fill \
-H 'content-type: application/json' \
-d '{"vin":"1GKS2EKL4PR359207"}'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": "FuelFill@1",
"value": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"work": {
"operation": "fuel-fill",
"status": "filled",
"grade": "regular-87",
"gallons": 12.3,
"amountCents": 4293,
"currency": "USD",
"levelAfterPct": 100
}
},
"evidence": {
"vin": "1GKS2EKL4PR359207",
"noun": "fuel",
"asOf": "2026-08-10",
"work": {
"operation": "fuel-fill",
"status": "filled",
"grade": "regular-87",
"gallons": 12.3,
"amountCents": 4293,
"currency": "USD",
"levelAfterPct": 100
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "courtesy-desk-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.
Usage
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.
fraudCase
The fraudCase noun — identity, lifecycle, events, and every capability as an anchored section: 9 capabilities, 0 live, 9 sandbox, 0 declared.
fuelEconomy
The fuelEconomy noun — identity, lifecycle, events, and every capability as an anchored section: 5 capabilities, 3 live, 2 sandbox, 0 declared.