charger
The charger noun — identity, lifecycle, events, and every capability as an anchored section: 14 capabilities, 0 live, 14 sandbox, 0 declared.
charger is one of the estate's 317 automotive nouns — a job a car needs done. It carries 14 capabilities: 0 live, 14 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | charger |
| Pillar | Data (facets: 5 data · 5 services · 4 commerce) |
| Capabilities | 14 — 0 live · 14 sandbox · 0 declared |
| Entities | ServiceOrder |
| Doors | aggregator.vin |
| SDK | Vin.charger.* from apis.vin |
| Address | /catalog/charger#{action} — the anchor IS the wire name minus charger. |
Events
The vocabulary this noun can append to the record — 22 past-tense, versioned event types, each linked to the capability that emits it:
Charger.completed@1— emitted byorderCharger.dispatched@1— emitted byorderCharger.firmwareUpdateRequested@1— emitted byfirmwareUpdateCharger.firmwareUpdated@1— emitted byfirmwareUpdateCharger.leaseRequested@1— emitted byleaseCharger.leased@1— emitted byleaseCharger.maintainRequested@1— emitted bymaintainCharger.maintained@1— emitted bymaintainCharger.ordered@1— emitted byorderCharger.paid@1— emitted bypayCharger.payFailed@1— emitted bypayCharger.payRequested@1— emitted bypayCharger.provisionRequested@1— emitted byprovisionCharger.provisioned@1— emitted byprovisionCharger.repairFailed@1— emitted byrepairCharger.repairRequested@1— emitted byrepairCharger.repaired@1— emitted byrepairCharger.resetRequested@1— emitted byresetCharger.reseted@1— emitted byresetCharger.revenueShareRequested@1— emitted byrevenueShareCharger.revenueShared@1— emitted byrevenueShareServiceOrder.settled@1— emitted byorder
Discover & read
spec
charger.spec · GET /chargers/spec · gate none · sandbox · answers ChargerSpec@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJXSJ9RW354676 (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 { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.spec({"vin":"1C4RJXSJ9RW354676"})curl 'https://apis.vin/chargers/spec?vin=1C4RJXSJ9RW354676'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": "ChargerSpec@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"spec": {
"maxKw": 150,
"connectors": {
"dc": "CCS",
"ac": "J1772"
},
"stallsTotal": 12
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"spec": {
"maxKw": 150,
"connectors": {
"dc": "CCS",
"ac": "J1772"
},
"stallsTotal": 12
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}status
charger.status · GET /chargers/status · gate none · sandbox · answers ChargerStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJXSJ9RW354676 (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 { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.status({"vin":"1C4RJXSJ9RW354676"})curl 'https://apis.vin/chargers/status?vin=1C4RJXSJ9RW354676'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": "ChargerStatus@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"charger": {
"id": "CHG-0210fd8d",
"standing": "operational",
"maxKw": 150,
"firmwareVersion": "3.4.15",
"stallsTotal": 12
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"charger": {
"id": "CHG-0210fd8d",
"standing": "operational",
"maxKw": 150,
"firmwareVersion": "3.4.15",
"stallsTotal": 12
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}utilization
charger.utilization · GET /chargers/utilization · gate none · sandbox · answers ChargerUtilization@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJXSJ9RW354676 (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 { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.utilization({"vin":"1C4RJXSJ9RW354676"})curl 'https://apis.vin/chargers/utilization?vin=1C4RJXSJ9RW354676'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": "ChargerUtilization@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"utilization": {
"sessionsPerDay": 15,
"kwhPerSession": 29,
"windowDays": 30
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"utilization": {
"sessionsPerDay": 15,
"kwhPerSession": 29,
"windowDays": 30
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
charger.order · POST /chargers/order · gate offer · sandbox · answers ChargerOrder@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) · /1C4RJXSJ9RW354676 (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 — Charger.completed@1 · Charger.dispatched@1 · Charger.ordered@1 · ServiceOrder.settled@1.
import { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.order({"vin":"1C4RJXSJ9RW354676"})curl -X POST https://apis.vin/chargers/order \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJXSJ9RW354676"}'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": "ChargerOrder@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"order": {
"id": "ORD-b743a5c5",
"item": "charging station",
"status": "placed",
"amountCents": 240000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"order": {
"id": "ORD-b743a5c5",
"item": "charging station",
"status": "placed",
"amountCents": 240000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}provision
charger.provision · POST /chargers/provision · gate offer · sandbox · answers ChargerProvision@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) · /1C4RJXSJ9RW354676 (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 — Charger.provisionRequested@1 · Charger.provisioned@1.
import { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.provision({"vin":"1C4RJXSJ9RW354676"})curl -X POST https://apis.vin/chargers/provision \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJXSJ9RW354676"}'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": "ChargerProvision@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"action": {
"name": "provision",
"status": "completed"
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"action": {
"name": "provision",
"status": "completed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
charger.pay · POST /chargers/pay · gate offer · sandbox · answers ChargerPay@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) · /1C4RJXSJ9RW354676 (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 — Charger.paid@1 · Charger.payFailed@1 · Charger.payRequested@1.
import { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.pay({"vin":"1C4RJXSJ9RW354676"})curl -X POST https://apis.vin/chargers/pay \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJXSJ9RW354676"}'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": "ChargerPay@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"payment": {
"id": "PAY-6ea105f3",
"status": "settled",
"amountCents": 240000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"payment": {
"id": "PAY-6ea105f3",
"status": "settled",
"amountCents": 240000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
repair
charger.repair · POST /chargers/repair · gate offer · sandbox · answers ChargerRepair@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) · /1C4RJXSJ9RW354676 (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 — Charger.repairFailed@1 · Charger.repairRequested@1 · Charger.repaired@1.
import { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.repair({"vin":"1C4RJXSJ9RW354676"})curl -X POST https://apis.vin/chargers/repair \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJXSJ9RW354676"}'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": "ChargerRepair@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"repair": {
"status": "no-repair-needed"
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"repair": {
"status": "no-repair-needed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}firmwareUpdate
charger.firmwareUpdate · POST /chargers/firmware-update · gate offer · sandbox · answers ChargerFirmwareUpdate@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) · /1C4RJXSJ9RW354676 (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 — Charger.firmwareUpdateRequested@1 · Charger.firmwareUpdated@1.
import { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.firmwareUpdate({"vin":"1C4RJXSJ9RW354676"})curl -X POST https://apis.vin/chargers/firmware-update \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJXSJ9RW354676"}'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": "ChargerFirmwareUpdate@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"firmware": {
"target": "charger-hardware",
"version": "3.4.15",
"status": "applied"
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"firmware": {
"target": "charger-hardware",
"version": "3.4.15",
"status": "applied"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
reset
charger.reset · POST /chargers/reset · gate offer · sandbox · answers ChargerReset@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) · /1C4RJXSJ9RW354676 (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 — Charger.resetRequested@1 · Charger.reseted@1.
import { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.reset({"vin":"1C4RJXSJ9RW354676"})curl -X POST https://apis.vin/chargers/reset \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJXSJ9RW354676"}'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": "ChargerReset@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"action": {
"name": "reset",
"status": "completed"
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"action": {
"name": "reset",
"status": "completed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
fault
charger.fault · GET /chargers/fault · gate none · sandbox · answers ChargerFault@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJXSJ9RW354676 (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 { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.fault({"vin":"1C4RJXSJ9RW354676"})curl 'https://apis.vin/chargers/fault?vin=1C4RJXSJ9RW354676'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": "ChargerFault@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"fault": {
"status": "no-fault",
"readiness": "ready"
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"fault": {
"status": "no-fault",
"readiness": "ready"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}lease
charger.lease · POST /chargers/lease · gate offer · sandbox · answers ChargerLease@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) · /1C4RJXSJ9RW354676 (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 — Charger.leaseRequested@1 · Charger.leased@1.
import { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.lease({"vin":"1C4RJXSJ9RW354676"})curl -X POST https://apis.vin/chargers/lease \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJXSJ9RW354676"}'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": "ChargerLease@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"lease": {
"id": "LSE-05e92657",
"monthlyCents": 9500,
"termMonths": 36,
"currency": "USD",
"status": "active"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"lease": {
"id": "LSE-05e92657",
"monthlyCents": 9500,
"termMonths": 36,
"currency": "USD",
"status": "active"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}maintain
charger.maintain · POST /chargers/maintain · gate offer · sandbox · answers ChargerMaintain@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) · /1C4RJXSJ9RW354676 (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 — Charger.maintainRequested@1 · Charger.maintained@1.
import { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.maintain({"vin":"1C4RJXSJ9RW354676"})curl -X POST https://apis.vin/chargers/maintain \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJXSJ9RW354676"}'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": "ChargerMaintain@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"workOrder": {
"id": "MNT-970376ca",
"operation": "maintain",
"status": "scheduled",
"costCents": 12500,
"currency": "USD"
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"workOrder": {
"id": "MNT-970376ca",
"operation": "maintain",
"status": "scheduled",
"costCents": 12500,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}revenueShare
charger.revenueShare · POST /chargers/revenue-share · gate offer · sandbox · answers ChargerRevenueShare@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) · /1C4RJXSJ9RW354676 (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 — Charger.revenueShareRequested@1 · Charger.revenueShared@1.
import { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.revenueShare({"vin":"1C4RJXSJ9RW354676"})curl -X POST https://apis.vin/chargers/revenue-share \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJXSJ9RW354676"}'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": "ChargerRevenueShare@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"revenueShare": {
"grossCents": 548100,
"hostShareCents": 164430,
"networkShareCents": 383670,
"windowDays": 30,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"revenueShare": {
"grossCents": 548100,
"hostShareCents": 164430,
"networkShareCents": 383670,
"windowDays": 30,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}uptime
charger.uptime · GET /chargers/uptime · gate none · sandbox · answers ChargerUptime@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJXSJ9RW354676 (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 { charger } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await charger.uptime({"vin":"1C4RJXSJ9RW354676"})curl 'https://apis.vin/chargers/uptime?vin=1C4RJXSJ9RW354676'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": "ChargerUptime@1",
"value": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"uptime": {
"uptimePct": 97.9,
"windowDays": 30
}
},
"evidence": {
"vin": "1C4RJXSJ9RW354676",
"noun": "charger",
"asOf": "2026-08-10",
"readiness": "ready",
"chargerId": "CHG-0210fd8d",
"uptime": {
"uptimePct": 97.9,
"windowDays": 30
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "charge-connect-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.
catalyticConverter
The catalyticConverter noun — identity, lifecycle, events, and every capability as an anchored section: 14 capabilities, 0 live, 14 sandbox, 0 declared.
chargerHardware
The chargerHardware noun — identity, lifecycle, events, and every capability as an anchored section: 14 capabilities, 0 live, 14 sandbox, 0 declared.