docs.vin

courtesyTransport

The courtesyTransport noun — identity, lifecycle, events, and every capability as an anchored section: 12 capabilities, 0 live, 12 sandbox, 0 declared.

courtesyTransport is one of the estate's 317 automotive nouns — a job a car needs done. It carries 12 capabilities: 0 live, 12 sandbox, 0 declared · doors aggregator.vin.

Identity

NouncourtesyTransport
PillarServices (facets: 3 data · 5 services · 4 commerce)
Capabilities12 — 0 live · 12 sandbox · 0 declared
EntitiesRental
Doorsaggregator.vin
SDKVin.courtesyTransport.* from apis.vin
Address/catalog/courtesyTransport#{action} — the anchor IS the wire name minus courtesyTransport.

Events

The vocabulary this noun can append to the record — 19 past-tense, versioned event types, each linked to the capability that emits it:

Discover & read

status

courtesyTransport.status · GET /courtesy-transports/status · gate none · sandbox · answers CourtesyTransportStatus@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /1FT6W3LU2SWG29932 (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 — courtesyTransport.status
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.status({"vin":"1FT6W3LU2SWG29932"})
GET /courtesy-transports/status
curl 'https://apis.vin/courtesy-transports/status?vin=1FT6W3LU2SWG29932'

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.805Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportStatus@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "desk": {
      "kind": "retail-rental",
      "eligible": false,
      "stint": {
        "id": "RNT-189dae51",
        "position": "Quoted"
      }
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "desk": {
      "kind": "retail-rental",
      "eligible": false,
      "stint": {
        "id": "RNT-189dae51",
        "position": "Quoted"
      }
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

availability

courtesyTransport.availability · GET /courtesy-transports/availability · gate none · sandbox · answers CourtesyTransportAvailability@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /1FT6W3LU2SWG29932 (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 — courtesyTransport.availability
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.availability({"vin":"1FT6W3LU2SWG29932"})
GET /courtesy-transports/availability
curl 'https://apis.vin/courtesy-transports/availability?vin=1FT6W3LU2SWG29932'

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.772Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportAvailability@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "availability": {
      "loaner": {
        "available": true,
        "kind": "retail-rental",
        "dayRateCents": 11049,
        "currency": "USD"
      },
      "shuttle": {
        "available": true,
        "feeCents": 0
      },
      "rideshare": {
        "available": false,
        "reason": "no-open-repair-order"
      }
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "availability": {
      "loaner": {
        "available": true,
        "kind": "retail-rental",
        "dayRateCents": 11049,
        "currency": "USD"
      },
      "shuttle": {
        "available": true,
        "feeCents": 0
      },
      "rideshare": {
        "available": false,
        "reason": "no-open-repair-order"
      }
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

eligibility

courtesyTransport.eligibility · GET /courtesy-transports/eligibility · gate none · sandbox · answers CourtesyTransportEligibility@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /1FT6W3LU2SWG29932 (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 — courtesyTransport.eligibility
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.eligibility({"vin":"1FT6W3LU2SWG29932"})
GET /courtesy-transports/eligibility
curl 'https://apis.vin/courtesy-transports/eligibility?vin=1FT6W3LU2SWG29932'

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.787Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportEligibility@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "eligibility": {
      "eligible": false,
      "kind": "retail-rental",
      "reason": "no-open-repair-order"
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "eligibility": {
      "eligible": false,
      "kind": "retail-rental",
      "reason": "no-open-repair-order"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Quote & price

quote

courtesyTransport.quote · POST /courtesy-transports/quote · gate offer · sandbox · answers CourtesyTransportQuote@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) · /1FT6W3LU2SWG29932 (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.

EmitsCourtesyTransport.quoteRequested@1 · CourtesyTransport.quoted@1.

the SDK — courtesyTransport.quote
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.quote({"vin":"1FT6W3LU2SWG29932"})
POST /courtesy-transports/quote
curl -X POST https://apis.vin/courtesy-transports/quote \
  -H 'content-type: application/json' \
  -d '{"vin":"1FT6W3LU2SWG29932"}'

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.804Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportQuote@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "quote": {
      "id": "RNT-189dae51",
      "kind": "retail-rental",
      "status": "not-eligible-no-open-repair-order",
      "loanerDayRateCents": 11049,
      "shuttleFeeCents": 0,
      "rideshareCreditCents": 2500,
      "depositCents": 20000,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "quote": {
      "id": "RNT-189dae51",
      "kind": "retail-rental",
      "status": "not-eligible-no-open-repair-order",
      "loanerDayRateCents": 11049,
      "shuttleFeeCents": 0,
      "rideshareCreditCents": 2500,
      "depositCents": 20000,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Apply & book

reserve

courtesyTransport.reserve · POST /courtesy-transports/reserve · gate offer · sandbox · answers CourtesyTransportReserve@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) · /1FT6W3LU2SWG29932 (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.

EmitsCourtesyTransport.reserveRequested@1 · CourtesyTransport.reserved@1.

the SDK — courtesyTransport.reserve
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.reserve({"vin":"1FT6W3LU2SWG29932"})
POST /courtesy-transports/reserve
curl -X POST https://apis.vin/courtesy-transports/reserve \
  -H 'content-type: application/json' \
  -d '{"vin":"1FT6W3LU2SWG29932"}'

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.804Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportReserve@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "reservation": {
      "status": "reserved",
      "id": "RNT-189dae51",
      "renter": "Ava Good"
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "reservation": {
      "status": "reserved",
      "id": "RNT-189dae51",
      "renter": "Ava Good"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Pay & settle

pay

courtesyTransport.pay · POST /courtesy-transports/pay · gate offer · sandbox · answers CourtesyTransportPay@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) · /1FT6W3LU2SWG29932 (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.

EmitsCourtesyTransport.paid@1 · CourtesyTransport.payFailed@1 · CourtesyTransport.payRequested@1.

the SDK — courtesyTransport.pay
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.pay({"vin":"1FT6W3LU2SWG29932"})
POST /courtesy-transports/pay
curl -X POST https://apis.vin/courtesy-transports/pay \
  -H 'content-type: application/json' \
  -d '{"vin":"1FT6W3LU2SWG29932"}'

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.789Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportPay@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "payment": {
      "id": "PAY-2f5d8dfc",
      "status": "settled",
      "amountCents": 22098,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "payment": {
      "id": "PAY-2f5d8dfc",
      "status": "settled",
      "amountCents": 22098,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

bill

courtesyTransport.bill · POST /courtesy-transports/bill · gate offer · sandbox · answers CourtesyTransportBill@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) · /1FT6W3LU2SWG29932 (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.

EmitsCourtesyTransport.billRequested@1 · CourtesyTransport.billed@1.

the SDK — courtesyTransport.bill
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.bill({"vin":"1FT6W3LU2SWG29932"})
POST /courtesy-transports/bill
curl -X POST https://apis.vin/courtesy-transports/bill \
  -H 'content-type: application/json' \
  -d '{"vin":"1FT6W3LU2SWG29932"}'

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.772Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportBill@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "bill": {
      "id": "CTB-907aa753",
      "days": 2,
      "dayRateCents": 11049,
      "totalCents": 22098,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "bill": {
      "id": "CTB-907aa753",
      "days": 2,
      "dayRateCents": 11049,
      "totalCents": 22098,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Lifecycle & state

return

courtesyTransport.return · POST /courtesy-transports/return · gate offer · sandbox · answers CourtesyTransportReturn@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) · /1FT6W3LU2SWG29932 (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.

EmitsCourtesyTransport.returnRequested@1 · CourtesyTransport.returned@1.

the SDK — courtesyTransport.return
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.return({"vin":"1FT6W3LU2SWG29932"})
POST /courtesy-transports/return
curl -X POST https://apis.vin/courtesy-transports/return \
  -H 'content-type: application/json' \
  -d '{"vin":"1FT6W3LU2SWG29932"}'

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.804Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportReturn@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "checkIn": {
      "status": "not-checked-out",
      "id": "RNT-189dae51",
      "position": "Quoted"
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "checkIn": {
      "status": "not-checked-out",
      "id": "RNT-189dae51",
      "position": "Quoted"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

More actions

assignLoaner

courtesyTransport.assignLoaner · POST /courtesy-transports/assign-loaner · gate offer · sandbox · answers CourtesyTransportAssignLoaner@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) · /1FT6W3LU2SWG29932 (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.

EmitsCourtesyTransport.assignLoanerRequested@1 · CourtesyTransport.loanerAssigned@1.

the SDK — courtesyTransport.assignLoaner
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.assignLoaner({"vin":"1FT6W3LU2SWG29932"})
POST /courtesy-transports/assign-loaner
curl -X POST https://apis.vin/courtesy-transports/assign-loaner \
  -H 'content-type: application/json' \
  -d '{"vin":"1FT6W3LU2SWG29932"}'

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.769Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportAssignLoaner@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "assignment": {
      "status": "not-eligible-no-open-repair-order",
      "kind": "retail-rental",
      "basis": "wave-14-courtesy-story"
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "assignment": {
      "status": "not-eligible-no-open-repair-order",
      "kind": "retail-rental",
      "basis": "wave-14-courtesy-story"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

bookRideshare

courtesyTransport.bookRideshare · POST /courtesy-transports/book-rideshare · gate offer · sandbox · answers CourtesyTransportBookRideshare@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) · /1FT6W3LU2SWG29932 (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.

EmitsCourtesyTransport.bookRideshareRequested@1 · CourtesyTransport.rideshareBooked@1.

the SDK — courtesyTransport.bookRideshare
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.bookRideshare({"vin":"1FT6W3LU2SWG29932"})
POST /courtesy-transports/book-rideshare
curl -X POST https://apis.vin/courtesy-transports/book-rideshare \
  -H 'content-type: application/json' \
  -d '{"vin":"1FT6W3LU2SWG29932"}'

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.772Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportBookRideshare@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "ride": {
      "status": "not-eligible-no-open-repair-order",
      "kind": "retail-rental"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "ride": {
      "status": "not-eligible-no-open-repair-order",
      "kind": "retail-rental"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

dispatchShuttle

courtesyTransport.dispatchShuttle · POST /courtesy-transports/dispatch-shuttle · gate offer · sandbox · answers CourtesyTransportDispatchShuttle@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) · /1FT6W3LU2SWG29932 (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.

EmitsCourtesyTransport.dispatchShuttleRequested@1 · CourtesyTransport.shuttleDispatched@1.

the SDK — courtesyTransport.dispatchShuttle
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.dispatchShuttle({"vin":"1FT6W3LU2SWG29932"})
POST /courtesy-transports/dispatch-shuttle
curl -X POST https://apis.vin/courtesy-transports/dispatch-shuttle \
  -H 'content-type: application/json' \
  -d '{"vin":"1FT6W3LU2SWG29932"}'

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.786Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportDispatchShuttle@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "shuttle": {
      "status": "dispatched",
      "unit": "courtesy-shuttle",
      "appointmentId": "APT-dc3bb465",
      "standing": "booked",
      "etaMinutes": 19,
      "feeCents": 0
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "shuttle": {
      "status": "dispatched",
      "unit": "courtesy-shuttle",
      "appointmentId": "APT-dc3bb465",
      "standing": "booked",
      "etaMinutes": 19,
      "feeCents": 0
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

warrantyCover

courtesyTransport.warrantyCover · POST /courtesy-transports/warranty-cover · gate offer · sandbox · answers CourtesyTransportWarrantyCover@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) · /1FT6W3LU2SWG29932 (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.

EmitsCourtesyTransport.warrantyCoverRequested@1 · CourtesyTransport.warrantyCovered@1.

the SDK — courtesyTransport.warrantyCover
import { courtesyTransport } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await courtesyTransport.warrantyCover({"vin":"1FT6W3LU2SWG29932"})
POST /courtesy-transports/warranty-cover
curl -X POST https://apis.vin/courtesy-transports/warranty-cover \
  -H 'content-type: application/json' \
  -d '{"vin":"1FT6W3LU2SWG29932"}'

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.805Z · HTTP 200
{
  "type": "OK",
  "answers": "CourtesyTransportWarrantyCover@1",
  "value": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "coverage": {
      "covered": true,
      "modes": [
        "loaner",
        "shuttle",
        "rideshare-credit"
      ],
      "basis": "wave-6-claim-law"
    }
  },
  "evidence": {
    "vin": "1FT6W3LU2SWG29932",
    "noun": "courtesyTransport",
    "asOf": "2026-08-10",
    "roId": "RO-4b6cb0e9",
    "coverage": {
      "covered": true,
      "modes": [
        "loaner",
        "shuttle",
        "rideshare-credit"
      ],
      "basis": "wave-6-claim-law"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "courtesy-desk-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.

Rental


Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.