tpms
The tpms noun — identity, lifecycle, events, and every capability as an anchored section: 13 capabilities, 0 live, 13 sandbox, 0 declared.
tpms is one of the estate's 317 automotive nouns — a job a car needs done. It carries 13 capabilities: 0 live, 13 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | tpms |
| Pillar | Data (facets: 6 data · 4 services · 3 commerce) |
| Capabilities | 13 — 0 live · 13 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin |
| SDK | Vin.tpms.* from apis.vin |
| Address | /catalog/tpms#{action} — the anchor IS the wire name minus tpms. |
Events
The vocabulary this noun can append to the record — 21 past-tense, versioned event types, each linked to the capability that emits it:
Order.placed@1— emitted byorderServiceOrder.settled@1— emitted byorder·payTpms.charged@1— emitted bypayTpms.completed@1— emitted byorderTpms.dispatched@1— emitted byorderTpms.ordered@1— emitted byorderTpms.paid@1— emitted bypayTpms.payFailed@1— emitted bypayTpms.payRequested@1— emitted bypayTpms.programFailed@1— emitted byprogramTpms.programRequested@1— emitted byprogramTpms.programmed@1— emitted byprogramTpms.quoteRequested@1— emitted byquoteTpms.quoted@1— emitted byquoteTpms.relearnRequested@1— emitted byrelearnTpms.relearned@1— emitted byrelearnTpms.reset@1— emitted byresetTpms.resetRequested@1— emitted byresetTpms.sensorReplaceFailed@1— emitted bysensorReplaceTpms.sensorReplaceRequested@1— emitted bysensorReplaceTpms.sensorReplaced@1— emitted bysensorReplace
Discover & read
read
tpms.read · GET /tpms/read · gate none · sandbox · answers TpmsRead@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GYKPNRL7SZ310153 (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 { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.read({"vin":"1GYKPNRL7SZ310153"})curl 'https://apis.vin/tpms/read?vin=1GYKPNRL7SZ310153'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": "TpmsRead@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"reading": {
"placardPsi": 35,
"pressuresPsi": {
"LF": 33,
"RF": 35,
"LR": 33,
"RR": 35
},
"lampOn": false,
"verdict": "pass"
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"reading": {
"placardPsi": 35,
"pressuresPsi": {
"LF": 33,
"RF": 35,
"LR": 33,
"RR": 35
},
"lampOn": false,
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}status
tpms.status · GET /tpms/status · gate none · sandbox · answers TpmsStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GYKPNRL7SZ310153 (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 { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.status({"vin":"1GYKPNRL7SZ310153"})curl 'https://apis.vin/tpms/status?vin=1GYKPNRL7SZ310153'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": "TpmsStatus@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"status": {
"system": "direct",
"lampOn": false,
"verdict": "pass",
"sensors": 4
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"status": {
"system": "direct",
"lampOn": false,
"verdict": "pass",
"sensors": 4
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}fitment
tpms.fitment · GET /tpms/fitment · gate none · sandbox · answers TpmsFitment@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GYKPNRL7SZ310153 (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 { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.fitment({"vin":"1GYKPNRL7SZ310153"})curl 'https://apis.vin/tpms/fitment?vin=1GYKPNRL7SZ310153'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": "TpmsFitment@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"system": "tires",
"component": "tire set",
"size": "225/60R17",
"loadIndex": 99,
"speedRating": "H",
"treadDepthNewMm": "8.7",
"tpms": "direct",
"fitment": {
"system": "direct",
"sensorsRequired": 4,
"wheelDiameterIn": 17
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"system": "tires",
"component": "tire set",
"size": "225/60R17",
"loadIndex": 99,
"speedRating": "H",
"treadDepthNewMm": "8.7",
"tpms": "direct",
"fitment": {
"system": "direct",
"sensorsRequired": 4,
"wheelDiameterIn": 17
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}sensorIdLookup
tpms.sensorIdLookup · GET /tpms/sensor-id-lookup · gate none · sandbox · answers TpmsSensorIdLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GYKPNRL7SZ310153 (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 { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.sensorIdLookup({"vin":"1GYKPNRL7SZ310153"})curl 'https://apis.vin/tpms/sensor-id-lookup?vin=1GYKPNRL7SZ310153'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": "TpmsSensorIdLookup@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"lookup": "sensorIdLookup",
"sensors": {
"LF": "TS-a2a0013e",
"RF": "TS-e2d67ff8",
"LR": "TS-b6a020ba",
"RR": "TS-f6d69f74"
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"lookup": "sensorIdLookup",
"sensors": {
"LF": "TS-a2a0013e",
"RF": "TS-e2d67ff8",
"LR": "TS-b6a020ba",
"RR": "TS-f6d69f74"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}sensorRead
tpms.sensorRead · GET /tpms/sensor-read · gate none · sandbox · answers TpmsSensorRead@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GYKPNRL7SZ310153 (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 { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.sensorRead({"vin":"1GYKPNRL7SZ310153"})curl 'https://apis.vin/tpms/sensor-read?vin=1GYKPNRL7SZ310153'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": "TpmsSensorRead@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"sensors": [
{
"corner": "LF",
"id": "TS-a2a0013e",
"pressurePsi": 33,
"battery": "ok"
},
{
"corner": "RF",
"id": "TS-e2d67ff8",
"pressurePsi": 35,
"battery": "low"
},
{
"corner": "LR",
"id": "TS-b6a020ba",
"pressurePsi": 33,
"battery": "ok"
},
{
"corner": "RR",
"id": "TS-f6d69f74",
"pressurePsi": 35,
"battery": "ok"
}
],
"lampOn": false
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"sensors": [
{
"corner": "LF",
"id": "TS-a2a0013e",
"pressurePsi": 33,
"battery": "ok"
},
{
"corner": "RF",
"id": "TS-e2d67ff8",
"pressurePsi": 35,
"battery": "low"
},
{
"corner": "LR",
"id": "TS-b6a020ba",
"pressurePsi": 33,
"battery": "ok"
},
{
"corner": "RR",
"id": "TS-f6d69f74",
"pressurePsi": 35,
"battery": "ok"
}
],
"lampOn": false
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}batteryStatus
tpms.batteryStatus · GET /tpms/battery-status · gate none · sandbox · answers TpmsBatteryStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GYKPNRL7SZ310153 (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 { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.batteryStatus({"vin":"1GYKPNRL7SZ310153"})curl 'https://apis.vin/tpms/battery-status?vin=1GYKPNRL7SZ310153'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": "TpmsBatteryStatus@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"batteries": [
{
"corner": "LF",
"id": "TS-a2a0013e",
"battery": "ok"
},
{
"corner": "RF",
"id": "TS-e2d67ff8",
"battery": "low"
},
{
"corner": "LR",
"id": "TS-b6a020ba",
"battery": "ok"
},
{
"corner": "RR",
"id": "TS-f6d69f74",
"battery": "ok"
}
]
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"batteries": [
{
"corner": "LF",
"id": "TS-a2a0013e",
"battery": "ok"
},
{
"corner": "RF",
"id": "TS-e2d67ff8",
"battery": "low"
},
{
"corner": "LR",
"id": "TS-b6a020ba",
"battery": "ok"
},
{
"corner": "RR",
"id": "TS-f6d69f74",
"battery": "ok"
}
]
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
tpms.quote · POST /tpms/quote · gate offer · sandbox · answers TpmsQuote@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) · /1GYKPNRL7SZ310153 (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 — Tpms.quoteRequested@1 · Tpms.quoted@1.
import { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.quote({"vin":"1GYKPNRL7SZ310153"})curl -X POST https://apis.vin/tpms/quote \
-H 'content-type: application/json' \
-d '{"vin":"1GYKPNRL7SZ310153"}'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": "TpmsQuote@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"quote": {
"id": "TQ-4cdcfac8",
"kind": "relearn-service",
"amountCents": 2500,
"currency": "USD",
"status": "extended",
"verdict": "pass"
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"quote": {
"id": "TQ-4cdcfac8",
"kind": "relearn-service",
"amountCents": 2500,
"currency": "USD",
"status": "extended",
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
tpms.order · POST /tpms/order · gate offer · sandbox · answers TpmsOrder@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) · /1GYKPNRL7SZ310153 (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 — Order.placed@1 · ServiceOrder.settled@1 · Tpms.completed@1 · Tpms.dispatched@1 · Tpms.ordered@1.
import { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.order({"vin":"1GYKPNRL7SZ310153"})curl -X POST https://apis.vin/tpms/order \
-H 'content-type: application/json' \
-d '{"vin":"1GYKPNRL7SZ310153"}'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": "TpmsOrder@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"order": {
"id": "ORD-c8c31944",
"item": "tpms sensor",
"status": "placed",
"amountCents": 6500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"order": {
"id": "ORD-c8c31944",
"item": "tpms sensor",
"status": "placed",
"amountCents": 6500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
tpms.pay · POST /tpms/pay · gate offer · sandbox · answers TpmsPay@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) · /1GYKPNRL7SZ310153 (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 — ServiceOrder.settled@1 · Tpms.charged@1 · Tpms.paid@1 · Tpms.payFailed@1 · Tpms.payRequested@1.
import { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.pay({"vin":"1GYKPNRL7SZ310153"})curl -X POST https://apis.vin/tpms/pay \
-H 'content-type: application/json' \
-d '{"vin":"1GYKPNRL7SZ310153"}'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": "TpmsPay@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-383cf742",
"status": "settled",
"amountCents": 2500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-383cf742",
"status": "settled",
"amountCents": 2500,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
program
tpms.program · POST /tpms/program · gate offer · sandbox · answers TpmsProgram@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) · /1GYKPNRL7SZ310153 (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 — Tpms.programFailed@1 · Tpms.programRequested@1 · Tpms.programmed@1.
import { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.program({"vin":"1GYKPNRL7SZ310153"})curl -X POST https://apis.vin/tpms/program \
-H 'content-type: application/json' \
-d '{"vin":"1GYKPNRL7SZ310153"}'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": "TpmsProgram@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"work": {
"id": "WO-1d60fe48",
"operation": "program",
"sensors": {
"LF": "TS-a2a0013e",
"RF": "TS-e2d67ff8",
"LR": "TS-b6a020ba",
"RR": "TS-f6d69f74"
},
"status": "programmed"
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"work": {
"id": "WO-1d60fe48",
"operation": "program",
"sensors": {
"LF": "TS-a2a0013e",
"RF": "TS-e2d67ff8",
"LR": "TS-b6a020ba",
"RR": "TS-f6d69f74"
},
"status": "programmed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}sensorReplace
tpms.sensorReplace · POST /tpms/sensor-replace · gate offer · sandbox · answers TpmsSensorReplace@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) · /1GYKPNRL7SZ310153 (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 — Tpms.sensorReplaceFailed@1 · Tpms.sensorReplaceRequested@1 · Tpms.sensorReplaced@1.
import { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.sensorReplace({"vin":"1GYKPNRL7SZ310153"})curl -X POST https://apis.vin/tpms/sensor-replace \
-H 'content-type: application/json' \
-d '{"vin":"1GYKPNRL7SZ310153"}'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": "TpmsSensorReplace@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"replacement": {
"status": "no-replacement-needed",
"verdict": "pass"
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"replacement": {
"status": "no-replacement-needed",
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
reset
tpms.reset · POST /tpms/reset · gate offer · sandbox · answers TpmsReset@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) · /1GYKPNRL7SZ310153 (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 — Tpms.reset@1 · Tpms.resetRequested@1.
import { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.reset({"vin":"1GYKPNRL7SZ310153"})curl -X POST https://apis.vin/tpms/reset \
-H 'content-type: application/json' \
-d '{"vin":"1GYKPNRL7SZ310153"}'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": "TpmsReset@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"work": {
"id": "WO-fae29a7b",
"operation": "reset",
"status": "reset",
"lampOn": false,
"verdict": "pass"
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"work": {
"id": "WO-fae29a7b",
"operation": "reset",
"status": "reset",
"lampOn": false,
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
relearn
tpms.relearn · POST /tpms/relearn · gate offer · sandbox · answers TpmsRelearn@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) · /1GYKPNRL7SZ310153 (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 — Tpms.relearnRequested@1 · Tpms.relearned@1.
import { tpms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await tpms.relearn({"vin":"1GYKPNRL7SZ310153"})curl -X POST https://apis.vin/tpms/relearn \
-H 'content-type: application/json' \
-d '{"vin":"1GYKPNRL7SZ310153"}'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": "TpmsRelearn@1",
"value": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"system": "tires",
"verdict": "pass",
"workOrder": {
"id": "WO-0a07204e",
"operation": "tpmsRelearn",
"status": "scheduled",
"costCents": 44000,
"currency": "USD"
}
},
"evidence": {
"vin": "1GYKPNRL7SZ310153",
"noun": "tpms",
"asOf": "2026-08-10",
"system": "tires",
"verdict": "pass",
"workOrder": {
"id": "WO-0a07204e",
"operation": "tpmsRelearn",
"status": "scheduled",
"costCents": 44000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "cabin-tech-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.