docs.vin

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

Nounbay
PillarServices (facets: 4 data · 5 services · 2 commerce)
Capabilities11 — 0 live · 11 sandbox · 0 declared
EntitiesAppointment
Doorsaggregator.vin
SDKVin.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:

Discover & read

status

bay.status · GET /bays/status · gate none · sandbox · answers BayStatus@1

FieldTypeRequiredNotes
vinstringno

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

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

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — bay.availability
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"})
GET /bays/availability
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.

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

FieldTypeRequiredNotes
vinstringno

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

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

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

FieldTypeRequiredNotes
vinstringno

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

the SDK — bay.typeLookup
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"})
GET /bays/type-lookup
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.

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

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

EmitsBay.scheduleRequested@1 · Bay.scheduled@1.

the SDK — bay.schedule
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"})
POST /bays/schedule
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.

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

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

EmitsBay.reserveRequested@1 · Bay.reserved@1.

the SDK — bay.reserve
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"})
POST /bays/reserve
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.

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

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

EmitsBay.assignRequested@1 · Bay.assigned@1.

the SDK — bay.assign
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"})
POST /bays/assign
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.

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

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

EmitsBay.paid@1 · Bay.payFailed@1 · Bay.payRequested@1.

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

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

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

EmitsBay.releaseFailed@1 · Bay.releaseRequested@1 · Bay.released@1.

the SDK — bay.release
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"})
POST /bays/release
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.

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

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

EmitsBay.occupied@1 · Bay.occupyRequested@1.

the SDK — bay.occupy
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"})
POST /bays/occupy
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.

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

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

EmitsBay.rentRequested@1 · Bay.rented@1.

the SDK — bay.rent
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"})
POST /bays/rent
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.

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