bay
The bay noun — identity, lifecycle, events, and every capability as an anchored section: 11 capabilities, 0 live, 11 sandbox, 0 declared.
bay is one of the estate's 317 automotive nouns — a job a car needs done. It carries 11 capabilities: 0 live, 11 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | bay |
| Pillar | Services (facets: 4 data · 5 services · 2 commerce) |
| Capabilities | 11 — 0 live · 11 sandbox · 0 declared |
| Entities | Appointment |
| Doors | aggregator.vin |
| SDK | Vin.bay.* from apis.vin |
| Address | /catalog/bay#{action} — the anchor IS the wire name minus bay. |
Events
The vocabulary this noun can append to the record — 16 past-tense, versioned event types, each linked to the capability that emits it:
Bay.assignRequested@1— emitted byassignBay.assigned@1— emitted byassignBay.occupied@1— emitted byoccupyBay.occupyRequested@1— emitted byoccupyBay.paid@1— emitted bypayBay.payFailed@1— emitted bypayBay.payRequested@1— emitted bypayBay.releaseFailed@1— emitted byreleaseBay.releaseRequested@1— emitted byreleaseBay.released@1— emitted byreleaseBay.rentRequested@1— emitted byrentBay.rented@1— emitted byrentBay.reserveRequested@1— emitted byreserveBay.reserved@1— emitted byreserveBay.scheduleRequested@1— emitted byscheduleBay.scheduled@1— emitted byschedule
Discover & read
status
bay.status · GET /bays/status · gate none · sandbox · answers BayStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH8MJ066576 (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 { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.status({"vin":"JTEAAAAH8MJ066576"})curl 'https://apis.vin/bays/status?vin=JTEAAAAH8MJ066576'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": "BayStatus@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"stall": {
"bay": "BAY-11",
"standing": "open"
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"stall": {
"bay": "BAY-11",
"standing": "open"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}availability
bay.availability · GET /bays/availability · gate none · sandbox · answers BayAvailability@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH8MJ066576 (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 { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.availability({"vin":"JTEAAAAH8MJ066576"})curl 'https://apis.vin/bays/availability?vin=JTEAAAAH8MJ066576'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": "BayAvailability@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"availability": {
"slotsOpen": 5,
"nextSlotDate": "2026-08-12",
"bays": 12
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"availability": {
"slotsOpen": 5,
"nextSlotDate": "2026-08-12",
"bays": 12
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}utilization
bay.utilization · GET /bays/utilization · gate none · sandbox · answers BayUtilization@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH8MJ066576 (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 { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.utilization({"vin":"JTEAAAAH8MJ066576"})curl 'https://apis.vin/bays/utilization?vin=JTEAAAAH8MJ066576'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": "BayUtilization@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"utilization": {
"bays": 12,
"occupied": 5,
"utilizationPct": 42,
"basis": "open-workorder-census"
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"utilization": {
"bays": 12,
"occupied": 5,
"utilizationPct": 42,
"basis": "open-workorder-census"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}typeLookup
bay.typeLookup · GET /bays/type-lookup · gate none · sandbox · answers BayTypeLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH8MJ066576 (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 { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.typeLookup({"vin":"JTEAAAAH8MJ066576"})curl 'https://apis.vin/bays/type-lookup?vin=JTEAAAAH8MJ066576'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": "BayTypeLookup@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"bayTypes": {
"count": 12,
"type": "service-lift",
"basis": "posted-sheet"
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"bayTypes": {
"count": 12,
"type": "service-lift",
"basis": "posted-sheet"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
schedule
bay.schedule · POST /bays/schedule · gate offer · sandbox · answers BaySchedule@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) · /JTEAAAAH8MJ066576 (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 — Bay.scheduleRequested@1 · Bay.scheduled@1.
import { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.schedule({"vin":"JTEAAAAH8MJ066576"})curl -X POST https://apis.vin/bays/schedule \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH8MJ066576"}'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": "BaySchedule@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"reservation": {
"id": "APT-a3d80873",
"date": "2026-08-12",
"bay": "BAY-11",
"status": "scheduled"
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"reservation": {
"id": "APT-a3d80873",
"date": "2026-08-12",
"bay": "BAY-11",
"status": "scheduled"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}reserve
bay.reserve · POST /bays/reserve · gate offer · sandbox · answers BayReserve@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) · /JTEAAAAH8MJ066576 (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 — Bay.reserveRequested@1 · Bay.reserved@1.
import { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.reserve({"vin":"JTEAAAAH8MJ066576"})curl -X POST https://apis.vin/bays/reserve \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH8MJ066576"}'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": "BayReserve@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"reservation": {
"id": "APT-a3d80873",
"date": "2026-08-12",
"bay": "BAY-11",
"status": "reserved"
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"reservation": {
"id": "APT-a3d80873",
"date": "2026-08-12",
"bay": "BAY-11",
"status": "reserved"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}assign
bay.assign · POST /bays/assign · gate offer · sandbox · answers BayAssign@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) · /JTEAAAAH8MJ066576 (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 — Bay.assignRequested@1 · Bay.assigned@1.
import { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.assign({"vin":"JTEAAAAH8MJ066576"})curl -X POST https://apis.vin/bays/assign \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH8MJ066576"}'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": "BayAssign@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"assignment": {
"bay": "BAY-11",
"roId": "RO-9dd4e95f",
"status": "assigned"
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"assignment": {
"bay": "BAY-11",
"roId": "RO-9dd4e95f",
"status": "assigned"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
bay.pay · POST /bays/pay · gate offer · sandbox · answers BayPay@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) · /JTEAAAAH8MJ066576 (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 — Bay.paid@1 · Bay.payFailed@1 · Bay.payRequested@1.
import { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.pay({"vin":"JTEAAAAH8MJ066576"})curl -X POST https://apis.vin/bays/pay \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH8MJ066576"}'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": "BayPay@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"payment": {
"id": "PAY-41f31191",
"rentalId": "BR-a4b045cf",
"amountCents": 3300,
"currency": "USD",
"status": "settled"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"payment": {
"id": "PAY-41f31191",
"rentalId": "BR-a4b045cf",
"amountCents": 3300,
"currency": "USD",
"status": "settled"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
release
bay.release · POST /bays/release · gate offer · sandbox · answers BayRelease@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) · /JTEAAAAH8MJ066576 (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 — Bay.releaseFailed@1 · Bay.releaseRequested@1 · Bay.released@1.
import { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.release({"vin":"JTEAAAAH8MJ066576"})curl -X POST https://apis.vin/bays/release \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH8MJ066576"}'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": "BayRelease@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"release": {
"bay": "BAY-11",
"status": "not-occupied"
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"release": {
"bay": "BAY-11",
"status": "not-occupied"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
occupy
bay.occupy · POST /bays/occupy · gate offer · sandbox · answers BayOccupy@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) · /JTEAAAAH8MJ066576 (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 — Bay.occupied@1 · Bay.occupyRequested@1.
import { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.occupy({"vin":"JTEAAAAH8MJ066576"})curl -X POST https://apis.vin/bays/occupy \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH8MJ066576"}'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": "BayOccupy@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"occupancy": {
"bay": "BAY-11",
"status": "no-visit-on-calendar"
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"occupancy": {
"bay": "BAY-11",
"status": "no-visit-on-calendar"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}rent
bay.rent · POST /bays/rent · gate offer · sandbox · answers BayRent@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) · /JTEAAAAH8MJ066576 (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 — Bay.rentRequested@1 · Bay.rented@1.
import { bay } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bay.rent({"vin":"JTEAAAAH8MJ066576"})curl -X POST https://apis.vin/bays/rent \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH8MJ066576"}'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": "BayRent@1",
"value": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"rental": {
"id": "BR-a4b045cf",
"bay": "BAY-11",
"rateCentsPerHour": 3300,
"currency": "USD",
"date": "2026-08-12",
"status": "rented",
"basis": "labor-rate-fifth"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "JTEAAAAH8MJ066576",
"noun": "bay",
"asOf": "2026-08-10",
"appointment": {
"status": "no-appointment-on-file"
},
"rental": {
"id": "BR-a4b045cf",
"bay": "BAY-11",
"rateCentsPerHour": 3300,
"currency": "USD",
"date": "2026-08-12",
"status": "rented",
"basis": "labor-rate-fifth"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "service-lane-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.
Appointment
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.
battery
The battery noun — identity, lifecycle, events, and every capability as an anchored section: 18 capabilities, 0 live, 18 sandbox, 0 declared.
bhphAccount
The bhphAccount noun — identity, lifecycle, events, and every capability as an anchored section: 10 capabilities, 0 live, 10 sandbox, 0 declared.