chargerInstall
The chargerInstall noun — identity, lifecycle, events, and every capability as an anchored section: 13 capabilities, 0 live, 13 sandbox, 0 declared.
chargerInstall 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 | chargerInstall |
| Pillar | Services (facets: 4 data · 5 services · 4 commerce) |
| Capabilities | 13 — 0 live · 13 sandbox · 0 declared |
| Entities | ServiceOrder |
| Doors | aggregator.vin |
| SDK | Vin.chargerInstall.* from apis.vin |
| Address | /catalog/chargerInstall#{action} — the anchor IS the wire name minus chargerInstall. |
Events
The vocabulary this noun can append to the record — 24 past-tense, versioned event types, each linked to the capability that emits it:
ChargerInstall.assessed@1— emitted byassessChargerInstall.commissionRequested@1— emitted bycommissionChargerInstall.commissioned@1— emitted bycommissionChargerInstall.completed@1— emitted byorderChargerInstall.dispatched@1— emitted byorderChargerInstall.inspectRequested@1— emitted byinspectChargerInstall.inspected@1— emitted byinspectChargerInstall.installFailed@1— emitted byinstallChargerInstall.installRequested@1— emitted byinstallChargerInstall.installed@1— emitted byinstallChargerInstall.loadCalced@1— emitted byloadCalcChargerInstall.ordered@1— emitted byorderChargerInstall.paid@1— emitted bypayChargerInstall.payFailed@1— emitted bypayChargerInstall.payRequested@1— emitted bypayChargerInstall.quoteRequested@1— emitted byquoteChargerInstall.quoted@1— emitted byquoteChargerInstall.rebateRequested@1— emitted byrebateChargerInstall.rebated@1— emitted byrebateChargerInstall.scheduleRequested@1— emitted byscheduleChargerInstall.scheduled@1— emitted byscheduleChargerInstall.surveyRequested@1— emitted bysurveyChargerInstall.surveyed@1— emitted bysurveyServiceOrder.settled@1— emitted byorder
Discover & read
spec
chargerInstall.spec · GET /charger-installs/spec · gate none · sandbox · answers ChargerInstallSpec@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C3CDZC97GH217460 (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 { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.spec({"vin":"2C3CDZC97GH217460"})curl 'https://apis.vin/charger-installs/spec?vin=2C3CDZC97GH217460'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": "ChargerInstallSpec@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"spec": {
"chargerId": "CHG-f24546ac",
"maxRateKw": 150,
"connectors": {
"dc": "CCS",
"ac": "J1772"
},
"circuitAmps": 60,
"continuousAmps": 48,
"hardwareCents": 240000,
"currency": "USD"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"spec": {
"chargerId": "CHG-f24546ac",
"maxRateKw": 150,
"connectors": {
"dc": "CCS",
"ac": "J1772"
},
"circuitAmps": 60,
"continuousAmps": 48,
"hardwareCents": 240000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}assess
chargerInstall.assess · GET /charger-installs/assess · gate key · sandbox · answers ChargerInstallAssess@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C3CDZC97GH217460 (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 — ChargerInstall.assessed@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.assess({"vin":"2C3CDZC97GH217460"})curl 'https://apis.vin/charger-installs/assess?vin=2C3CDZC97GH217460'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": "ChargerInstallAssess@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"site": {
"jobId": "CI-d1cb85b2",
"panelAmps": 200,
"baseLoadAmps": 99,
"availableAmps": 101,
"circuitAmps": 60,
"verdict": "fits"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"site": {
"jobId": "CI-d1cb85b2",
"panelAmps": 200,
"baseLoadAmps": 99,
"availableAmps": 101,
"circuitAmps": 60,
"verdict": "fits"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}permitCheck
chargerInstall.permitCheck · GET /charger-installs/permit-check · gate none · sandbox · answers ChargerInstallPermitCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C3CDZC97GH217460 (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 { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.permitCheck({"vin":"2C3CDZC97GH217460"})curl 'https://apis.vin/charger-installs/permit-check?vin=2C3CDZC97GH217460'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": "ChargerInstallPermitCheck@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"permit": {
"jobId": "CI-d1cb85b2",
"jurisdiction": "local-electrical-authority",
"permitRequired": true,
"permitId": "PMT-45ec9bb0",
"status": "ready-to-file"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"permit": {
"jobId": "CI-d1cb85b2",
"jurisdiction": "local-electrical-authority",
"permitRequired": true,
"permitId": "PMT-45ec9bb0",
"status": "ready-to-file"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
chargerInstall.quote · POST /charger-installs/quote · gate offer · sandbox · answers ChargerInstallQuote@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) · /2C3CDZC97GH217460 (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 — ChargerInstall.quoteRequested@1 · ChargerInstall.quoted@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.quote({"vin":"2C3CDZC97GH217460"})curl -X POST https://apis.vin/charger-installs/quote \
-H 'content-type: application/json' \
-d '{"vin":"2C3CDZC97GH217460"}'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": "ChargerInstallQuote@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"quote": {
"jobId": "CI-d1cb85b2",
"lines": [
{
"item": "charger-hardware",
"amountCents": 240000
},
{
"item": "install-labor",
"amountCents": 65000
}
],
"totalCents": 305000,
"currency": "USD",
"status": "quoted"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"quote": {
"jobId": "CI-d1cb85b2",
"lines": [
{
"item": "charger-hardware",
"amountCents": 240000
},
{
"item": "install-labor",
"amountCents": 65000
}
],
"totalCents": 305000,
"currency": "USD",
"status": "quoted"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}rebate
chargerInstall.rebate · POST /charger-installs/rebate · gate offer · sandbox · answers ChargerInstallRebate@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) · /2C3CDZC97GH217460 (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 — ChargerInstall.rebateRequested@1 · ChargerInstall.rebated@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.rebate({"vin":"2C3CDZC97GH217460"})curl -X POST https://apis.vin/charger-installs/rebate \
-H 'content-type: application/json' \
-d '{"vin":"2C3CDZC97GH217460"}'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": "ChargerInstallRebate@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"rebate": {
"jobId": "CI-d1cb85b2",
"program": "utility-ev-infrastructure-program",
"amountCents": 50000,
"currency": "USD",
"status": "eligible"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"rebate": {
"jobId": "CI-d1cb85b2",
"program": "utility-ev-infrastructure-program",
"amountCents": 50000,
"currency": "USD",
"status": "eligible"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}loadCalc
chargerInstall.loadCalc · GET /charger-installs/load-calc · gate key · sandbox · answers ChargerInstallLoadCalc@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C3CDZC97GH217460 (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 — ChargerInstall.loadCalced@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.loadCalc({"vin":"2C3CDZC97GH217460"})curl 'https://apis.vin/charger-installs/load-calc?vin=2C3CDZC97GH217460'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": "ChargerInstallLoadCalc@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"loadCalc": {
"jobId": "CI-d1cb85b2",
"panelAmps": 200,
"baseLoadAmps": 99,
"availableAmps": 101,
"circuitAmps": 60,
"verdict": "fits",
"continuousAmps": 48,
"serviceUpgradeCents": 0,
"currency": "USD"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"loadCalc": {
"jobId": "CI-d1cb85b2",
"panelAmps": 200,
"baseLoadAmps": 99,
"availableAmps": 101,
"circuitAmps": 60,
"verdict": "fits",
"continuousAmps": 48,
"serviceUpgradeCents": 0,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
chargerInstall.order · POST /charger-installs/order · gate offer · sandbox · answers ChargerInstallOrder@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) · /2C3CDZC97GH217460 (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 — ChargerInstall.completed@1 · ChargerInstall.dispatched@1 · ChargerInstall.ordered@1 · ServiceOrder.settled@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.order({"vin":"2C3CDZC97GH217460"})curl -X POST https://apis.vin/charger-installs/order \
-H 'content-type: application/json' \
-d '{"vin":"2C3CDZC97GH217460"}'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": "ChargerInstallOrder@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"order": {
"jobId": "CI-d1cb85b2",
"item": "charger-hardware",
"amountCents": 240000,
"currency": "USD",
"status": "placed"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"order": {
"jobId": "CI-d1cb85b2",
"item": "charger-hardware",
"amountCents": 240000,
"currency": "USD",
"status": "placed"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}schedule
chargerInstall.schedule · POST /charger-installs/schedule · gate offer · sandbox · answers ChargerInstallSchedule@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) · /2C3CDZC97GH217460 (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 — ChargerInstall.scheduleRequested@1 · ChargerInstall.scheduled@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.schedule({"vin":"2C3CDZC97GH217460"})curl -X POST https://apis.vin/charger-installs/schedule \
-H 'content-type: application/json' \
-d '{"vin":"2C3CDZC97GH217460"}'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": "ChargerInstallSchedule@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"appointment": {
"id": "CIA-be2b1cc2",
"date": "2026-08-13",
"status": "scheduled",
"jobId": "CI-d1cb85b2"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"appointment": {
"id": "CIA-be2b1cc2",
"date": "2026-08-13",
"status": "scheduled",
"jobId": "CI-d1cb85b2"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}commission
chargerInstall.commission · POST /charger-installs/commission · gate offer · sandbox · answers ChargerInstallCommission@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) · /2C3CDZC97GH217460 (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 — ChargerInstall.commissionRequested@1 · ChargerInstall.commissioned@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.commission({"vin":"2C3CDZC97GH217460"})curl -X POST https://apis.vin/charger-installs/commission \
-H 'content-type: application/json' \
-d '{"vin":"2C3CDZC97GH217460"}'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": "ChargerInstallCommission@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"commissioning": {
"jobId": "CI-d1cb85b2",
"status": "commissioned",
"chargerId": "CHG-f24546ac",
"firmware": "3.9.7",
"energizedAt": "2026-08-10"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"commissioning": {
"jobId": "CI-d1cb85b2",
"status": "commissioned",
"chargerId": "CHG-f24546ac",
"firmware": "3.9.7",
"energizedAt": "2026-08-10"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
chargerInstall.pay · POST /charger-installs/pay · gate offer · sandbox · answers ChargerInstallPay@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) · /2C3CDZC97GH217460 (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 — ChargerInstall.paid@1 · ChargerInstall.payFailed@1 · ChargerInstall.payRequested@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.pay({"vin":"2C3CDZC97GH217460"})curl -X POST https://apis.vin/charger-installs/pay \
-H 'content-type: application/json' \
-d '{"vin":"2C3CDZC97GH217460"}'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": "ChargerInstallPay@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-5349b22b",
"amountCents": 305000,
"currency": "USD",
"status": "settled"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-5349b22b",
"amountCents": 305000,
"currency": "USD",
"status": "settled"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
install
chargerInstall.install · POST /charger-installs/install · gate offer · sandbox · answers ChargerInstallInstall@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) · /2C3CDZC97GH217460 (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 — ChargerInstall.installFailed@1 · ChargerInstall.installRequested@1 · ChargerInstall.installed@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.install({"vin":"2C3CDZC97GH217460"})curl -X POST https://apis.vin/charger-installs/install \
-H 'content-type: application/json' \
-d '{"vin":"2C3CDZC97GH217460"}'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": "ChargerInstallInstall@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"install": {
"jobId": "CI-d1cb85b2",
"status": "installed",
"chargerId": "CHG-f24546ac",
"circuitAmps": 60
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"install": {
"jobId": "CI-d1cb85b2",
"status": "installed",
"chargerId": "CHG-f24546ac",
"circuitAmps": 60
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}inspect
chargerInstall.inspect · POST /charger-installs/inspect · gate offer · sandbox · answers ChargerInstallInspect@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) · /2C3CDZC97GH217460 (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 — ChargerInstall.inspectRequested@1 · ChargerInstall.inspected@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.inspect({"vin":"2C3CDZC97GH217460"})curl -X POST https://apis.vin/charger-installs/inspect \
-H 'content-type: application/json' \
-d '{"vin":"2C3CDZC97GH217460"}'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": "ChargerInstallInspect@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"inspection": {
"jobId": "CI-d1cb85b2",
"status": "passed",
"authority": "local-electrical-authority",
"inspectedAt": "2026-08-10"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"inspection": {
"jobId": "CI-d1cb85b2",
"status": "passed",
"authority": "local-electrical-authority",
"inspectedAt": "2026-08-10"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
survey
chargerInstall.survey · POST /charger-installs/survey · gate offer · sandbox · answers ChargerInstallSurvey@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) · /2C3CDZC97GH217460 (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 — ChargerInstall.surveyRequested@1 · ChargerInstall.surveyed@1.
import { chargerInstall } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await chargerInstall.survey({"vin":"2C3CDZC97GH217460"})curl -X POST https://apis.vin/charger-installs/survey \
-H 'content-type: application/json' \
-d '{"vin":"2C3CDZC97GH217460"}'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": "ChargerInstallSurvey@1",
"value": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"site": {
"jobId": "CI-d1cb85b2",
"panelAmps": 200,
"baseLoadAmps": 99,
"availableAmps": 101,
"circuitAmps": 60,
"verdict": "fits"
}
},
"evidence": {
"vin": "2C3CDZC97GH217460",
"noun": "chargerInstall",
"asOf": "2026-08-10",
"site": {
"jobId": "CI-d1cb85b2",
"panelAmps": 200,
"baseLoadAmps": 99,
"availableAmps": 101,
"circuitAmps": 60,
"verdict": "fits"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "lot-services-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.
ServiceOrder
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.
certificateOfDestruction
The certificateOfDestruction noun — identity, lifecycle, events, and every capability as an anchored section: 1 capability, 0 live, 1 sandbox, 0 declared.
collision
The collision noun — identity, lifecycle, events, and every capability as an anchored section: 22 capabilities, 0 live, 22 sandbox, 0 declared.