windowTint
The windowTint noun — identity, lifecycle, events, and every capability as an anchored section: 9 capabilities, 0 live, 9 sandbox, 0 declared.
windowTint is one of the estate's 317 automotive nouns — a job a car needs done. It carries 9 capabilities: 0 live, 9 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | windowTint |
| Pillar | Services (facets: 2 data · 4 services · 3 commerce) |
| Capabilities | 9 — 0 live · 9 sandbox · 0 declared |
| Entities | Reconditioning |
| Doors | aggregator.vin |
| SDK | Vin.windowTint.* from apis.vin |
| Address | /catalog/windowTint#{action} — the anchor IS the wire name minus windowTint. |
Events
The vocabulary this noun can append to the record — 17 past-tense, versioned event types, each linked to the capability that emits it:
ServiceOrder.settled@1— emitted byorderWindowTint.applied@1— emitted byapplyWindowTint.applyFailed@1— emitted byapplyWindowTint.applyRequested@1— emitted byapplyWindowTint.completeRequested@1— emitted bycompleteWindowTint.completed@1— emitted bycomplete·orderWindowTint.dispatched@1— emitted byorderWindowTint.ordered@1— emitted byorderWindowTint.paid@1— emitted bypayWindowTint.payFailed@1— emitted bypayWindowTint.payRequested@1— emitted bypayWindowTint.quoteRequested@1— emitted byquoteWindowTint.quoted@1— emitted byquoteWindowTint.removeRequested@1— emitted byremoveWindowTint.removed@1— emitted byremoveWindowTint.scheduleRequested@1— emitted byscheduleWindowTint.scheduled@1— emitted byschedule
Discover & read
spec
windowTint.spec · GET /window-tints/spec · gate none · sandbox · answers WindowTintSpec@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1N6AA1ED3RN102909 (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 { windowTint } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await windowTint.spec({"vin":"1N6AA1ED3RN102909"})curl 'https://apis.vin/window-tints/spec?vin=1N6AA1ED3RN102909'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": "WindowTintSpec@1",
"value": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"film": {
"id": "WTF-54dadb9f",
"vltPct": 20,
"classes": [
70,
50,
35,
20,
5
]
},
"spec": {
"material": "ceramic-film",
"layers": [
"scratch-resistant-topcoat",
"ceramic-particle-film",
"pressure-sensitive-adhesive"
],
"uvRejectionPct": 99,
"warrantyYears": 10
}
},
"evidence": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"film": {
"id": "WTF-54dadb9f",
"vltPct": 20,
"classes": [
70,
50,
35,
20,
5
]
},
"spec": {
"material": "ceramic-film",
"layers": [
"scratch-resistant-topcoat",
"ceramic-particle-film",
"pressure-sensitive-adhesive"
],
"uvRejectionPct": 99,
"warrantyYears": 10
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "finish-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}legalLimitLookup
windowTint.legalLimitLookup · GET /window-tints/legal-limit-lookup · gate none · sandbox · answers WindowTintLegalLimitLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1N6AA1ED3RN102909 (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 { windowTint } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await windowTint.legalLimitLookup({"vin":"1N6AA1ED3RN102909"})curl 'https://apis.vin/window-tints/legal-limit-lookup?vin=1N6AA1ED3RN102909'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": "WindowTintLegalLimitLookup@1",
"value": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"installFloor": {
"frontSideVltPct": 35,
"basis": "shop-posted-install-floor"
},
"statute": {
"status": "no-statute-book-posted"
},
"film": {
"vltPct": 20,
"frontSideInstallable": false
}
},
"evidence": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"installFloor": {
"frontSideVltPct": 35,
"basis": "shop-posted-install-floor"
},
"statute": {
"status": "no-statute-book-posted"
},
"film": {
"vltPct": 20,
"frontSideInstallable": false
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "finish-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
windowTint.quote · POST /window-tints/quote · gate offer · sandbox · answers WindowTintQuote@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) · /1N6AA1ED3RN102909 (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 — WindowTint.quoteRequested@1 · WindowTint.quoted@1.
import { windowTint } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await windowTint.quote({"vin":"1N6AA1ED3RN102909"})curl -X POST https://apis.vin/window-tints/quote \
-H 'content-type: application/json' \
-d '{"vin":"1N6AA1ED3RN102909"}'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": "WindowTintQuote@1",
"value": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"quote": {
"status": "no-tint-menu-posted"
}
},
"evidence": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"quote": {
"status": "no-tint-menu-posted"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "finish-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
apply
windowTint.apply · POST /window-tints/apply · gate offer · sandbox · answers WindowTintApply@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) · /1N6AA1ED3RN102909 (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 — WindowTint.applied@1 · WindowTint.applyFailed@1 · WindowTint.applyRequested@1.
import { windowTint } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await windowTint.apply({"vin":"1N6AA1ED3RN102909"})curl -X POST https://apis.vin/window-tints/apply \
-H 'content-type: application/json' \
-d '{"vin":"1N6AA1ED3RN102909"}'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": "WindowTintApply@1",
"value": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"work": {
"id": "WTJ-dd05d658",
"operation": "apply",
"status": "scheduled",
"vltPct": 20,
"filmId": "WTF-54dadb9f"
}
},
"evidence": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"work": {
"id": "WTJ-dd05d658",
"operation": "apply",
"status": "scheduled",
"vltPct": 20,
"filmId": "WTF-54dadb9f"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "finish-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}order
windowTint.order · POST /window-tints/order · gate offer · sandbox · answers WindowTintOrder@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) · /1N6AA1ED3RN102909 (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 · WindowTint.completed@1 · WindowTint.dispatched@1 · WindowTint.ordered@1.
import { windowTint } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await windowTint.order({"vin":"1N6AA1ED3RN102909"})curl -X POST https://apis.vin/window-tints/order \
-H 'content-type: application/json' \
-d '{"vin":"1N6AA1ED3RN102909"}'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": "WindowTintOrder@1",
"value": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"order": {
"status": "no-tint-menu-posted"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"order": {
"status": "no-tint-menu-posted"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "finish-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}schedule
windowTint.schedule · POST /window-tints/schedule · gate offer · sandbox · answers WindowTintSchedule@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) · /1N6AA1ED3RN102909 (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 — WindowTint.scheduleRequested@1 · WindowTint.scheduled@1.
import { windowTint } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await windowTint.schedule({"vin":"1N6AA1ED3RN102909"})curl -X POST https://apis.vin/window-tints/schedule \
-H 'content-type: application/json' \
-d '{"vin":"1N6AA1ED3RN102909"}'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": "WindowTintSchedule@1",
"value": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"appointment": {
"id": "APT-b8a867f8",
"standing": "booked",
"date": "2026-08-12",
"status": "scheduled",
"bay": "tint-bay"
}
},
"evidence": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"appointment": {
"id": "APT-b8a867f8",
"standing": "booked",
"date": "2026-08-12",
"status": "scheduled",
"bay": "tint-bay"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "finish-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
windowTint.pay · POST /window-tints/pay · gate offer · sandbox · answers WindowTintPay@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) · /1N6AA1ED3RN102909 (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 — WindowTint.paid@1 · WindowTint.payFailed@1 · WindowTint.payRequested@1.
import { windowTint } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await windowTint.pay({"vin":"1N6AA1ED3RN102909"})curl -X POST https://apis.vin/window-tints/pay \
-H 'content-type: application/json' \
-d '{"vin":"1N6AA1ED3RN102909"}'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": "WindowTintPay@1",
"value": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"payment": {
"status": "no-tint-menu-posted"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"payment": {
"status": "no-tint-menu-posted"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "finish-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
remove
windowTint.remove · POST /window-tints/remove · gate offer · sandbox · answers WindowTintRemove@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) · /1N6AA1ED3RN102909 (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 — WindowTint.removeRequested@1 · WindowTint.removed@1.
import { windowTint } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await windowTint.remove({"vin":"1N6AA1ED3RN102909"})curl -X POST https://apis.vin/window-tints/remove \
-H 'content-type: application/json' \
-d '{"vin":"1N6AA1ED3RN102909"}'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": "WindowTintRemove@1",
"value": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"work": {
"operation": "remove",
"status": "no-film-on-file"
}
},
"evidence": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"work": {
"operation": "remove",
"status": "no-film-on-file"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "finish-bays-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}complete
windowTint.complete · POST /window-tints/complete · gate offer · sandbox · answers WindowTintComplete@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) · /1N6AA1ED3RN102909 (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 — WindowTint.completeRequested@1 · WindowTint.completed@1.
import { windowTint } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await windowTint.complete({"vin":"1N6AA1ED3RN102909"})curl -X POST https://apis.vin/window-tints/complete \
-H 'content-type: application/json' \
-d '{"vin":"1N6AA1ED3RN102909"}'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": "WindowTintComplete@1",
"value": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"completion": {
"jobId": "WTJ-dd05d658",
"stage": "not-in-recon",
"status": "not-started"
}
},
"evidence": {
"vin": "1N6AA1ED3RN102909",
"noun": "windowTint",
"asOf": "2026-08-10",
"glass": "intact",
"reconditioning": {
"status": "no-reconditioning-on-file"
},
"completion": {
"jobId": "WTJ-dd05d658",
"stage": "not-in-recon",
"status": "not-started"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "finish-bays-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.
Reconditioning
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.
wholesaleQuote
The wholesaleQuote noun — identity, lifecycle, events, and every capability as an anchored section: 12 capabilities, 0 live, 12 sandbox, 0 declared.
workorder
The workorder noun — identity, lifecycle, events, and every capability as an anchored section: 20 capabilities, 0 live, 20 sandbox, 0 declared.