docs.vin

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

Nouncharger
PillarData (facets: 5 data · 5 services · 4 commerce)
Capabilities14 — 0 live · 14 sandbox · 0 declared
EntitiesServiceOrder
Doorsaggregator.vin
SDKVin.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:

Discover & read

spec

charger.spec · GET /chargers/spec · gate none · sandbox · answers ChargerSpec@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — charger.spec
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"})
GET /chargers/spec
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.

receipt · executed 2026-08-17T12:42:08.949Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — charger.status
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"})
GET /chargers/status
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.

receipt · executed 2026-08-17T12:42:08.949Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — charger.utilization
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"})
GET /chargers/utilization
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.

receipt · executed 2026-08-17T12:42:08.949Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsCharger.completed@1 · Charger.dispatched@1 · Charger.ordered@1 · ServiceOrder.settled@1.

the SDK — charger.order
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"})
POST /chargers/order
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.

receipt · executed 2026-08-17T12:42:08.909Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsCharger.provisionRequested@1 · Charger.provisioned@1.

the SDK — charger.provision
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"})
POST /chargers/provision
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.

receipt · executed 2026-08-17T12:42:08.934Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsCharger.paid@1 · Charger.payFailed@1 · Charger.payRequested@1.

the SDK — charger.pay
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"})
POST /chargers/pay
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.

receipt · executed 2026-08-17T12:42:08.920Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsCharger.repairFailed@1 · Charger.repairRequested@1 · Charger.repaired@1.

the SDK — charger.repair
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"})
POST /chargers/repair
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.

receipt · executed 2026-08-17T12:42:08.948Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsCharger.firmwareUpdateRequested@1 · Charger.firmwareUpdated@1.

the SDK — charger.firmwareUpdate
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"})
POST /chargers/firmware-update
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.

receipt · executed 2026-08-17T12:42:08.903Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsCharger.resetRequested@1 · Charger.reseted@1.

the SDK — charger.reset
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"})
POST /chargers/reset
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.

receipt · executed 2026-08-17T12:42:08.948Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — charger.fault
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"})
GET /chargers/fault
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.

receipt · executed 2026-08-17T12:42:08.903Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsCharger.leaseRequested@1 · Charger.leased@1.

the SDK — charger.lease
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"})
POST /chargers/lease
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.

receipt · executed 2026-08-17T12:42:08.905Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsCharger.maintainRequested@1 · Charger.maintained@1.

the SDK — charger.maintain
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"})
POST /chargers/maintain
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.

receipt · executed 2026-08-17T12:42:08.905Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsCharger.revenueShareRequested@1 · Charger.revenueShared@1.

the SDK — charger.revenueShare
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"})
POST /chargers/revenue-share
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.

receipt · executed 2026-08-17T12:42:08.949Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — charger.uptime
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"})
GET /chargers/uptime
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.

receipt · executed 2026-08-17T12:42:08.949Z · HTTP 200
{
  "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.