wipers
The wipers noun — identity, lifecycle, events, and every capability as an anchored section: 8 capabilities, 0 live, 8 sandbox, 0 declared.
wipers is one of the estate's 317 automotive nouns — a job a car needs done. It carries 8 capabilities: 0 live, 8 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | wipers |
| Pillar | Data (facets: 3 data · 2 services · 3 commerce) |
| Capabilities | 8 — 0 live · 8 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin |
| SDK | Vin.wipers.* from apis.vin |
| Address | /catalog/wipers#{action} — the anchor IS the wire name minus wipers. |
Events
The vocabulary this noun can append to the record — 7 past-tense, versioned event types, each linked to the capability that emits it:
Order.placed@1— emitted byorderServiceOrder.settled@1— emitted byorder·payWipers.adjusted@1— emitted byadjustWipers.charged@1— emitted bypayWipers.ordered@1— emitted byorderWipers.quoted@1— emitted byquoteWipers.replaced@1— emitted byreplace
Discover & read
spec
wipers.spec · GET /wipers/spec · gate none · sandbox · answers WipersSpec@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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 { wipers } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.spec({"vin":"KL4CJGSB1HB048392"})curl 'https://apis.vin/wipers/spec?vin=KL4CJGSB1HB048392'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": "WipersSpec@1",
"value": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"spec": {
"partNumber": "P-0159c4e2",
"bladeIn": {
"driver": 26,
"passenger": 18
},
"basis": "oe-book"
}
},
"evidence": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"spec": {
"partNumber": "P-0159c4e2",
"bladeIn": {
"driver": 26,
"passenger": 18
},
"basis": "oe-book"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "soft-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}fitment
wipers.fitment · GET /wipers/fitment · gate none · sandbox · answers WipersFitment@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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 { wipers } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.fitment({"vin":"KL4CJGSB1HB048392"})curl 'https://apis.vin/wipers/fitment?vin=KL4CJGSB1HB048392'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": "WipersFitment@1",
"value": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"fitment": {
"fits": true,
"status": "fits",
"partNumber": "P-0159c4e2",
"basis": "oe-book"
}
},
"evidence": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"fitment": {
"fits": true,
"status": "fits",
"partNumber": "P-0159c4e2",
"basis": "oe-book"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "soft-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}conditionCheck
wipers.conditionCheck · GET /wipers/condition-check · gate none · sandbox · answers WipersConditionCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /KL4CJGSB1HB048392 (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 { wipers } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.conditionCheck({"vin":"KL4CJGSB1HB048392"})curl 'https://apis.vin/wipers/condition-check?vin=KL4CJGSB1HB048392'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": "WipersConditionCheck@1",
"value": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"condition": {
"verdict": "pass",
"status": "serviceable"
}
},
"evidence": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"condition": {
"verdict": "pass",
"status": "serviceable"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "soft-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
wipers.quote · POST /wipers/quote · gate offer · sandbox · answers WipersQuote@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) · /KL4CJGSB1HB048392 (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 — Wipers.quoted@1.
import { wipers } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.quote({"vin":"KL4CJGSB1HB048392"})curl -X POST https://apis.vin/wipers/quote \
-H 'content-type: application/json' \
-d '{"vin":"KL4CJGSB1HB048392"}'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": "WipersQuote@1",
"value": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"quote": {
"id": "WQ-342b3948",
"amountCents": 4050,
"partsCents": 2400,
"laborCents": 1650,
"currency": "USD",
"basis": "bin-unit-plus-tenth-hour-labor"
}
},
"evidence": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"quote": {
"id": "WQ-342b3948",
"amountCents": 4050,
"partsCents": 2400,
"laborCents": 1650,
"currency": "USD",
"basis": "bin-unit-plus-tenth-hour-labor"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "soft-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
wipers.order · POST /wipers/order · gate offer · sandbox · answers WipersOrder@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) · /KL4CJGSB1HB048392 (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 · Wipers.ordered@1.
import { wipers } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.order({"vin":"KL4CJGSB1HB048392"})curl -X POST https://apis.vin/wipers/order \
-H 'content-type: application/json' \
-d '{"vin":"KL4CJGSB1HB048392"}'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": "WipersOrder@1",
"value": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"order": {
"partNumber": "P-0159c4e2",
"amountCents": 2400,
"currency": "USD",
"status": "order-recorded"
}
},
"evidence": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"order": {
"partNumber": "P-0159c4e2",
"amountCents": 2400,
"currency": "USD",
"status": "order-recorded"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "soft-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
wipers.pay · POST /wipers/pay · gate offer · sandbox · answers WipersPay@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) · /KL4CJGSB1HB048392 (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 · Wipers.charged@1.
import { wipers } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.pay({"vin":"KL4CJGSB1HB048392"})curl -X POST https://apis.vin/wipers/pay \
-H 'content-type: application/json' \
-d '{"vin":"KL4CJGSB1HB048392"}'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": "WipersPay@1",
"value": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"payment": {
"status": "not-yet-billed",
"amountCents": 4050,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"payment": {
"status": "not-yet-billed",
"amountCents": 4050,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "soft-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
replace
wipers.replace · POST /wipers/replace · gate offer · sandbox · answers WipersReplace@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) · /KL4CJGSB1HB048392 (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 — Wipers.replaced@1.
import { wipers } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.replace({"vin":"KL4CJGSB1HB048392"})curl -X POST https://apis.vin/wipers/replace \
-H 'content-type: application/json' \
-d '{"vin":"KL4CJGSB1HB048392"}'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": "WipersReplace@1",
"value": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"work": {
"operation": "replace",
"status": "completed",
"verdict": "pass"
}
},
"evidence": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"work": {
"operation": "replace",
"status": "completed",
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "soft-wear-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
adjust
wipers.adjust · POST /wipers/adjust · gate offer · sandbox · answers WipersAdjust@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) · /KL4CJGSB1HB048392 (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 — Wipers.adjusted@1.
import { wipers } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await wipers.adjust({"vin":"KL4CJGSB1HB048392"})curl -X POST https://apis.vin/wipers/adjust \
-H 'content-type: application/json' \
-d '{"vin":"KL4CJGSB1HB048392"}'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": "WipersAdjust@1",
"value": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"work": {
"operation": "adjust",
"status": "completed",
"verdict": "pass"
}
},
"evidence": {
"vin": "KL4CJGSB1HB048392",
"noun": "wipers",
"asOf": "2026-08-10",
"id": "RO-a5557e98",
"concerns": [
{
"system": "brakes",
"verdict": "attention"
},
{
"system": "exhaust",
"verdict": "attention"
}
],
"payType": "customer-pay",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
}
],
"technicianId": "TECH-e53bb35c",
"estimateId": "EST-b87c8e7f",
"status": "Completed",
"work": {
"operation": "adjust",
"status": "completed",
"verdict": "pass"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "soft-wear-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.
windowSticker
The windowSticker noun — identity, lifecycle, events, and every capability as an anchored section: 8 capabilities, 4 live, 4 sandbox, 0 declared.
abandonedVehicle
The abandonedVehicle noun — identity, lifecycle, events, and every capability as an anchored section: 4 capabilities, 0 live, 4 sandbox, 0 declared.