docs.vin

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

NounchargerInstall
PillarServices (facets: 4 data · 5 services · 4 commerce)
Capabilities13 — 0 live · 13 sandbox · 0 declared
EntitiesServiceOrder
Doorsaggregator.vin
SDKVin.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:

Discover & read

spec

chargerInstall.spec · GET /charger-installs/spec · gate none · sandbox · answers ChargerInstallSpec@1

FieldTypeRequiredNotes
vinstringno

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

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

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

FieldTypeRequiredNotes
vinstringno

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

EmitsChargerInstall.assessed@1.

the SDK — chargerInstall.assess
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"})
GET /charger-installs/assess
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.

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — chargerInstall.permitCheck
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"})
GET /charger-installs/permit-check
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.

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

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) · /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.

EmitsChargerInstall.quoteRequested@1 · ChargerInstall.quoted@1.

the SDK — chargerInstall.quote
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"})
POST /charger-installs/quote
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.

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

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) · /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.

EmitsChargerInstall.rebateRequested@1 · ChargerInstall.rebated@1.

the SDK — chargerInstall.rebate
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"})
POST /charger-installs/rebate
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.

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

FieldTypeRequiredNotes
vinstringno

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

EmitsChargerInstall.loadCalced@1.

the SDK — chargerInstall.loadCalc
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"})
GET /charger-installs/load-calc
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.

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

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) · /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.

EmitsChargerInstall.completed@1 · ChargerInstall.dispatched@1 · ChargerInstall.ordered@1 · ServiceOrder.settled@1.

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

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

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) · /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.

EmitsChargerInstall.scheduleRequested@1 · ChargerInstall.scheduled@1.

the SDK — chargerInstall.schedule
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"})
POST /charger-installs/schedule
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.

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

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) · /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.

EmitsChargerInstall.commissionRequested@1 · ChargerInstall.commissioned@1.

the SDK — chargerInstall.commission
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"})
POST /charger-installs/commission
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.

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

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) · /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.

EmitsChargerInstall.paid@1 · ChargerInstall.payFailed@1 · ChargerInstall.payRequested@1.

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

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

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) · /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.

EmitsChargerInstall.installFailed@1 · ChargerInstall.installRequested@1 · ChargerInstall.installed@1.

the SDK — chargerInstall.install
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"})
POST /charger-installs/install
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.

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

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) · /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.

EmitsChargerInstall.inspectRequested@1 · ChargerInstall.inspected@1.

the SDK — chargerInstall.inspect
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"})
POST /charger-installs/inspect
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.

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

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) · /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.

EmitsChargerInstall.surveyRequested@1 · ChargerInstall.surveyed@1.

the SDK — chargerInstall.survey
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"})
POST /charger-installs/survey
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.

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