docs.vin

mobileService

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

mobileService 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

NounmobileService
PillarData (facets: 4 data · 4 services · 4 commerce)
Capabilities12 — 0 live · 12 sandbox · 0 declared
EntitiesRepairOrder
Doorsaggregator.vin
SDKVin.mobileService.* from apis.vin
Address/catalog/mobileService#{action} — the anchor IS the wire name minus mobileService.

Events

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

Discover & read

availability

mobileService.availability · GET /mobile-services/availability · gate none · sandbox · answers MobileServiceAvailability@1

FieldTypeRequiredNotes
vinstringno

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

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

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:14.213Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServiceAvailability@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "windows": [
      {
        "date": "2026-08-11",
        "window": "morning",
        "open": true
      },
      {
        "date": "2026-08-12",
        "window": "afternoon",
        "open": true
      },
      {
        "date": "2026-08-13",
        "window": "morning",
        "open": true
      }
    ]
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "windows": [
      {
        "date": "2026-08-11",
        "window": "morning",
        "open": true
      },
      {
        "date": "2026-08-12",
        "window": "afternoon",
        "open": true
      },
      {
        "date": "2026-08-13",
        "window": "morning",
        "open": true
      }
    ]
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

eta

mobileService.eta · GET /mobile-services/eta · gate key · sandbox · answers MobileServiceEta@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /1C4AJWAG0HL649288 (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.

EmitsMobileService.etaUpdated@1.

the SDK — mobileService.eta
import { mobileService } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await mobileService.eta({"vin":"1C4AJWAG0HL649288"})
GET /mobile-services/eta
curl 'https://apis.vin/mobile-services/eta?vin=1C4AJWAG0HL649288'

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:14.226Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServiceEta@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "eta": {
      "status": "en-route",
      "etaMinutes": 59,
      "position": "Performed"
    }
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "eta": {
      "status": "en-route",
      "etaMinutes": 59,
      "position": "Performed"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Quote & price

quote

mobileService.quote · POST /mobile-services/quote · gate offer · sandbox · answers MobileServiceQuote@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) · /1C4AJWAG0HL649288 (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.

EmitsMobileService.quoteRequested@1 · MobileService.quoted@1.

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

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

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:14.226Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServiceQuote@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "quote": {
      "id": "MQ-aa12713f",
      "laborAndPartsCents": 59000,
      "tripFeeCents": 9500,
      "totalCents": 68500,
      "currency": "USD",
      "status": "quoted"
    }
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "quote": {
      "id": "MQ-aa12713f",
      "laborAndPartsCents": 59000,
      "tripFeeCents": 9500,
      "totalCents": 68500,
      "currency": "USD",
      "status": "quoted"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

tripFee

mobileService.tripFee · POST /mobile-services/trip-fee · gate offer · sandbox · answers MobileServiceTripFee@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) · /1C4AJWAG0HL649288 (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.

EmitsMobileService.tripFeeCharged@1 · MobileService.tripFeeRequested@1.

the SDK — mobileService.tripFee
import { mobileService } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await mobileService.tripFee({"vin":"1C4AJWAG0HL649288"})
POST /mobile-services/trip-fee
curl -X POST https://apis.vin/mobile-services/trip-fee \
  -H 'content-type: application/json' \
  -d '{"vin":"1C4AJWAG0HL649288"}'

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:14.228Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServiceTripFee@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "tripFee": {
      "amountCents": 9500,
      "currency": "USD",
      "basis": "posted-trip-fee"
    }
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "tripFee": {
      "amountCents": 9500,
      "currency": "USD",
      "basis": "posted-trip-fee"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Apply & book

order

mobileService.order · POST /mobile-services/order · gate offer · sandbox · answers MobileServiceOrder@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) · /1C4AJWAG0HL649288 (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.

EmitsMobileService.completed@1 · MobileService.dispatched@1 · MobileService.ordered@1 · ServiceOrder.settled@1.

the SDK — mobileService.order
import { mobileService } from 'apis.vin'

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

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:14.226Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServiceOrder@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "order": {
      "id": "ORD-2041b15f",
      "item": "curbside repair visit",
      "status": "placed",
      "amountCents": 68500,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "order": {
      "id": "ORD-2041b15f",
      "item": "curbside repair visit",
      "status": "placed",
      "amountCents": 68500,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

schedule

mobileService.schedule · POST /mobile-services/schedule · gate offer · sandbox · answers MobileServiceSchedule@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) · /1C4AJWAG0HL649288 (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.

EmitsMobileService.scheduleRequested@1 · MobileService.scheduled@1.

the SDK — mobileService.schedule
import { mobileService } from 'apis.vin'

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

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:14.226Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServiceSchedule@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "appointment": {
      "id": "APT-037559b4",
      "standing": "checked-out",
      "date": "2026-08-11",
      "status": "scheduled",
      "location": "curbside"
    }
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "appointment": {
      "id": "APT-037559b4",
      "standing": "checked-out",
      "date": "2026-08-11",
      "status": "scheduled",
      "location": "curbside"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

dispatch

mobileService.dispatch · POST /mobile-services/dispatch · gate offer · sandbox · answers MobileServiceDispatch@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) · /1C4AJWAG0HL649288 (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.

EmitsMobileService.dispatchFailed@1 · MobileService.dispatchRequested@1 · MobileService.dispatched@1.

the SDK — mobileService.dispatch
import { mobileService } from 'apis.vin'

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

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:14.219Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServiceDispatch@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "dispatch": {
      "position": "Performed",
      "status": "completed",
      "unit": "mobile-service-unit",
      "location": "curbside"
    }
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "dispatch": {
      "position": "Performed",
      "status": "completed",
      "unit": "mobile-service-unit",
      "location": "curbside"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Pay & settle

pay

mobileService.pay · POST /mobile-services/pay · gate offer · sandbox · answers MobileServicePay@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) · /1C4AJWAG0HL649288 (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.

EmitsMobileService.paid@1 · MobileService.payFailed@1 · MobileService.payRequested@1.

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

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

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:14.226Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServicePay@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "payment": {
      "id": "PAY-5753c9f1",
      "invoiceId": "INV-ca14dcb6",
      "status": "settled",
      "amountCents": 68500,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "payment": {
      "id": "PAY-5753c9f1",
      "invoiceId": "INV-ca14dcb6",
      "status": "settled",
      "amountCents": 68500,
      "currency": "USD"
    },
    "payer": {
      "name": "Ava Good",
      "castRow": "super-prime",
      "creditTier": "super-prime"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Fulfill & operate

perform

mobileService.perform · POST /mobile-services/perform · gate offer · sandbox · answers MobileServicePerform@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) · /1C4AJWAG0HL649288 (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.

EmitsMobileService.performFailed@1 · MobileService.performRequested@1 · MobileService.performed@1.

the SDK — mobileService.perform
import { mobileService } from 'apis.vin'

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

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:14.226Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServicePerform@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "work": {
      "position": "Performed",
      "operation": "curbside-repair",
      "status": "in-progress"
    }
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "work": {
      "position": "Performed",
      "operation": "curbside-repair",
      "status": "in-progress"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

complete

mobileService.complete · POST /mobile-services/complete · gate offer · sandbox · answers MobileServiceComplete@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) · /1C4AJWAG0HL649288 (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.

EmitsMobileService.completeRequested@1 · MobileService.completed@1.

the SDK — mobileService.complete
import { mobileService } from 'apis.vin'

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

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:14.217Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServiceComplete@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "completion": {
      "position": "Performed",
      "status": "not-performed-yet"
    }
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "completion": {
      "position": "Performed",
      "status": "not-performed-yet"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

More actions

capability

mobileService.capability · GET /mobile-services/capability · gate none · sandbox · answers MobileServiceCapability@1

FieldTypeRequiredNotes
vinstringno

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

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await mobileService.capability({"vin":"1C4AJWAG0HL649288"})
GET /mobile-services/capability
curl 'https://apis.vin/mobile-services/capability?vin=1C4AJWAG0HL649288'

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:14.213Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServiceCapability@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "capabilities": [
      {
        "op": "battery-replacement",
        "mobile": true
      },
      {
        "op": "bulb-replacement",
        "mobile": true
      },
      {
        "op": "oil-and-filter",
        "mobile": true
      },
      {
        "op": "brake-pad-replacement",
        "mobile": true
      },
      {
        "op": "diagnostic-scan",
        "mobile": true
      },
      {
        "op": "four-wheel-alignment",
        "mobile": false,
        "reason": "requires-shop-rack"
      }
    ]
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "capabilities": [
      {
        "op": "battery-replacement",
        "mobile": true
      },
      {
        "op": "bulb-replacement",
        "mobile": true
      },
      {
        "op": "oil-and-filter",
        "mobile": true
      },
      {
        "op": "brake-pad-replacement",
        "mobile": true
      },
      {
        "op": "diagnostic-scan",
        "mobile": true
      },
      {
        "op": "four-wheel-alignment",
        "mobile": false,
        "reason": "requires-shop-rack"
      }
    ]
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

serviceRadius

mobileService.serviceRadius · GET /mobile-services/service-radius · gate none · sandbox · answers MobileServiceServiceRadius@1

FieldTypeRequiredNotes
vinstringno

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

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await mobileService.serviceRadius({"vin":"1C4AJWAG0HL649288"})
GET /mobile-services/service-radius
curl 'https://apis.vin/mobile-services/service-radius?vin=1C4AJWAG0HL649288'

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:14.226Z · HTTP 200
{
  "type": "OK",
  "answers": "MobileServiceServiceRadius@1",
  "value": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "serviceRadius": {
      "radiusMiles": 25,
      "dealerId": "DLR-b9066ade"
    }
  },
  "evidence": {
    "vin": "1C4AJWAG0HL649288",
    "noun": "mobileService",
    "asOf": "2026-08-10",
    "roId": "RO-a0e037ea",
    "workorderId": "WO-0581fa06",
    "serviceRadius": {
      "radiusMiles": 25,
      "dealerId": "DLR-b9066ade"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "shop-satellites-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.

RepairOrder


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