schedule
The schedule noun — identity, lifecycle, events, and every capability as an anchored section: 13 capabilities, 0 live, 13 sandbox, 0 declared.
schedule 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
| Noun | schedule |
| Pillar | Data (facets: 5 data · 5 services · 3 commerce) |
| Capabilities | 13 — 0 live · 13 sandbox · 0 declared |
| Entities | Appointment |
| Doors | aggregator.vin |
| SDK | Vin.schedule.* from apis.vin |
| Address | /catalog/schedule#{action} — the anchor IS the wire name minus schedule. |
Events
The vocabulary this noun can append to the record — 20 past-tense, versioned event types, each linked to the capability that emits it:
Schedule.blockRequested@1— emitted byblockSchedule.blocked@1— emitted byblockSchedule.cancelFeeCharged@1— emitted bycancelFeeSchedule.cancelFeeRequested@1— emitted bycancelFeeSchedule.completed@1— emitted bybookSchedule.depositRequested@1— emitted bydepositSchedule.deposited@1— emitted bydepositSchedule.dispatched@1— emitted bybookSchedule.optimizeRequested@1— emitted byoptimizeSchedule.optimized@1— emitted byoptimizeSchedule.ordered@1— emitted bybookSchedule.paid@1— emitted bypaySchedule.payFailed@1— emitted bypaySchedule.payRequested@1— emitted bypaySchedule.releaseFailed@1— emitted byreleaseSchedule.releaseRequested@1— emitted byreleaseSchedule.released@1— emitted byreleaseSchedule.rescheduleRequested@1— emitted byrescheduleSchedule.rescheduled@1— emitted byrescheduleServiceOrder.settled@1— emitted bybook
Discover & read
status
schedule.status · GET /schedules/status · gate none · sandbox · answers ScheduleStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFCG6KC688250 (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 { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.status({"vin":"1C4RJFCG6KC688250"})curl 'https://apis.vin/schedules/status?vin=1C4RJFCG6KC688250'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": "ScheduleStatus@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"appointment": {
"status": "no-appointment-on-file"
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"appointment": {
"status": "no-appointment-on-file"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}availability
schedule.availability · GET /schedules/availability · gate none · sandbox · answers ScheduleAvailability@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFCG6KC688250 (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 { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.availability({"vin":"1C4RJFCG6KC688250"})curl 'https://apis.vin/schedules/availability?vin=1C4RJFCG6KC688250'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": "ScheduleAvailability@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"slotsOpen": 8,
"nextSlotDate": "2026-08-12"
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"slotsOpen": 8,
"nextSlotDate": "2026-08-12"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}capacity
schedule.capacity · GET /schedules/capacity · gate none · sandbox · answers ScheduleCapacity@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFCG6KC688250 (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 { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.capacity({"vin":"1C4RJFCG6KC688250"})curl 'https://apis.vin/schedules/capacity?vin=1C4RJFCG6KC688250'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": "ScheduleCapacity@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"capacity": {
"bays": 8,
"dailySlots": 24,
"booked": 1,
"checkedIn": 6,
"openSlots": 17
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"capacity": {
"bays": 8,
"dailySlots": 24,
"booked": 1,
"checkedIn": 6,
"openSlots": 17
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}utilization
schedule.utilization · GET /schedules/utilization · gate none · sandbox · answers ScheduleUtilization@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFCG6KC688250 (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 { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.utilization({"vin":"1C4RJFCG6KC688250"})curl 'https://apis.vin/schedules/utilization?vin=1C4RJFCG6KC688250'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": "ScheduleUtilization@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"utilization": {
"pct": 29,
"booked": 1,
"checkedIn": 6,
"dailySlots": 24
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"utilization": {
"pct": 29,
"booked": 1,
"checkedIn": 6,
"dailySlots": 24
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
cancelFee
schedule.cancelFee · POST /schedules/cancel-fee · gate offer · sandbox · answers ScheduleCancelFee@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) · /1C4RJFCG6KC688250 (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 — Schedule.cancelFeeCharged@1 · Schedule.cancelFeeRequested@1.
import { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.cancelFee({"vin":"1C4RJFCG6KC688250"})curl -X POST https://apis.vin/schedules/cancel-fee \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFCG6KC688250"}'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": "ScheduleCancelFee@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"cancelFee": {
"status": "no-appointment-on-file"
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"cancelFee": {
"status": "no-appointment-on-file"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
book
schedule.book · POST /schedules/book · gate offer · sandbox · answers ScheduleBook@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) · /1C4RJFCG6KC688250 (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 — Schedule.completed@1 · Schedule.dispatched@1 · Schedule.ordered@1 · ServiceOrder.settled@1.
import { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.book({"vin":"1C4RJFCG6KC688250"})curl -X POST https://apis.vin/schedules/book \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFCG6KC688250"}'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": "ScheduleBook@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"appointment": {
"id": "APT-4f857ea0",
"date": "2026-08-12",
"status": "booked"
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"appointment": {
"id": "APT-4f857ea0",
"date": "2026-08-12",
"status": "booked"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}reschedule
schedule.reschedule · POST /schedules/reschedule · gate offer · sandbox · answers ScheduleReschedule@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) · /1C4RJFCG6KC688250 (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 — Schedule.rescheduleRequested@1 · Schedule.rescheduled@1.
import { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.reschedule({"vin":"1C4RJFCG6KC688250"})curl -X POST https://apis.vin/schedules/reschedule \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFCG6KC688250"}'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": "ScheduleReschedule@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"appointment": {
"status": "no-appointment-on-file"
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"appointment": {
"status": "no-appointment-on-file"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
schedule.pay · POST /schedules/pay · gate offer · sandbox · answers SchedulePay@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) · /1C4RJFCG6KC688250 (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 — Schedule.paid@1 · Schedule.payFailed@1 · Schedule.payRequested@1.
import { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.pay({"vin":"1C4RJFCG6KC688250"})curl -X POST https://apis.vin/schedules/pay \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFCG6KC688250"}'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": "SchedulePay@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"payment": {
"id": "PAY-5531e419",
"amountCents": 5000,
"currency": "USD",
"status": "settled"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"payment": {
"id": "PAY-5531e419",
"amountCents": 5000,
"currency": "USD",
"status": "settled"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}deposit
schedule.deposit · POST /schedules/deposit · gate offer · sandbox · answers ScheduleDeposit@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) · /1C4RJFCG6KC688250 (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 — Schedule.depositRequested@1 · Schedule.deposited@1.
import { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.deposit({"vin":"1C4RJFCG6KC688250"})curl -X POST https://apis.vin/schedules/deposit \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFCG6KC688250"}'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": "ScheduleDeposit@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"deposit": {
"id": "DEP-f66bd375",
"amountCents": 5000,
"currency": "USD",
"status": "held"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"deposit": {
"id": "DEP-f66bd375",
"amountCents": 5000,
"currency": "USD",
"status": "held"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
release
schedule.release · POST /schedules/release · gate offer · sandbox · answers ScheduleRelease@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) · /1C4RJFCG6KC688250 (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 — Schedule.releaseFailed@1 · Schedule.releaseRequested@1 · Schedule.released@1.
import { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.release({"vin":"1C4RJFCG6KC688250"})curl -X POST https://apis.vin/schedules/release \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFCG6KC688250"}'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": "ScheduleRelease@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"release": {
"id": "BLK-56f0f0b2",
"status": "released"
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"release": {
"id": "BLK-56f0f0b2",
"status": "released"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
block
schedule.block · POST /schedules/block · gate offer · sandbox · answers ScheduleBlock@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) · /1C4RJFCG6KC688250 (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 — Schedule.blockRequested@1 · Schedule.blocked@1.
import { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.block({"vin":"1C4RJFCG6KC688250"})curl -X POST https://apis.vin/schedules/block \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFCG6KC688250"}'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": "ScheduleBlock@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"block": {
"id": "BLK-56f0f0b2",
"date": "2026-08-11",
"bays": 1,
"status": "blocked"
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"block": {
"id": "BLK-56f0f0b2",
"date": "2026-08-11",
"bays": 1,
"status": "blocked"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}conflicts
schedule.conflicts · GET /schedules/conflicts · gate none · sandbox · answers ScheduleConflicts@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C4RJFCG6KC688250 (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 { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.conflicts({"vin":"1C4RJFCG6KC688250"})curl 'https://apis.vin/schedules/conflicts?vin=1C4RJFCG6KC688250'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": "ScheduleConflicts@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"conflicts": []
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"conflicts": []
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}optimize
schedule.optimize · POST /schedules/optimize · gate offer · sandbox · answers ScheduleOptimize@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) · /1C4RJFCG6KC688250 (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 — Schedule.optimizeRequested@1 · Schedule.optimized@1.
import { schedule } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await schedule.optimize({"vin":"1C4RJFCG6KC688250"})curl -X POST https://apis.vin/schedules/optimize \
-H 'content-type: application/json' \
-d '{"vin":"1C4RJFCG6KC688250"}'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": "ScheduleOptimize@1",
"value": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"optimization": {
"utilizationPct": 29,
"recommendation": "consolidate-bays"
}
},
"evidence": {
"vin": "1C4RJFCG6KC688250",
"noun": "schedule",
"asOf": "2026-08-10",
"standing": "none",
"optimization": {
"utilizationPct": 29,
"recommendation": "consolidate-bays"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "stock-and-book-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
Modeled
The noun drawn out — its record shape, its lifecycle, and how it is exercised end to end. 2 diagrams, rendered from the estate model.
Schedule · Class model
Schedule · State machine
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.
salvage
The salvage noun — identity, lifecycle, events, and every capability as an anchored section: 20 capabilities, 0 live, 20 sandbox, 0 declared.
serviceRecord
The serviceRecord noun — identity, lifecycle, events, and every capability as an anchored section: 11 capabilities, 0 live, 11 sandbox, 0 declared.