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
| Noun | mobileService |
| Pillar | Data (facets: 4 data · 4 services · 4 commerce) |
| Capabilities | 12 — 0 live · 12 sandbox · 0 declared |
| Entities | RepairOrder |
| Doors | aggregator.vin |
| SDK | Vin.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:
MobileService.completeRequested@1— emitted bycompleteMobileService.completed@1— emitted bycomplete·orderMobileService.dispatchFailed@1— emitted bydispatchMobileService.dispatchRequested@1— emitted bydispatchMobileService.dispatched@1— emitted bydispatch·orderMobileService.etaUpdated@1— emitted byetaMobileService.ordered@1— emitted byorderMobileService.paid@1— emitted bypayMobileService.payFailed@1— emitted bypayMobileService.payRequested@1— emitted bypayMobileService.performFailed@1— emitted byperformMobileService.performRequested@1— emitted byperformMobileService.performed@1— emitted byperformMobileService.quoteRequested@1— emitted byquoteMobileService.quoted@1— emitted byquoteMobileService.scheduleRequested@1— emitted byscheduleMobileService.scheduled@1— emitted byscheduleMobileService.tripFeeCharged@1— emitted bytripFeeMobileService.tripFeeRequested@1— emitted bytripFeeServiceOrder.settled@1— emitted byorder
Discover & read
availability
mobileService.availability · GET /mobile-services/availability · gate none · sandbox · answers MobileServiceAvailability@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.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.
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"})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.
{
"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
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.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.
Emits — MobileService.etaUpdated@1.
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"})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.
{
"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
| 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) · /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.
Emits — MobileService.quoteRequested@1 · MobileService.quoted@1.
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"})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.
{
"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
| 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) · /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.
Emits — MobileService.tripFeeCharged@1 · MobileService.tripFeeRequested@1.
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"})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.
{
"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
| 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) · /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.
Emits — MobileService.completed@1 · MobileService.dispatched@1 · MobileService.ordered@1 · ServiceOrder.settled@1.
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"})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.
{
"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
| 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) · /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.
Emits — MobileService.scheduleRequested@1 · MobileService.scheduled@1.
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"})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.
{
"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
| 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) · /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.
Emits — MobileService.dispatchFailed@1 · MobileService.dispatchRequested@1 · MobileService.dispatched@1.
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"})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.
{
"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
| 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) · /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.
Emits — MobileService.paid@1 · MobileService.payFailed@1 · MobileService.payRequested@1.
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"})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.
{
"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
| 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) · /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.
Emits — MobileService.performFailed@1 · MobileService.performRequested@1 · MobileService.performed@1.
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"})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.
{
"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
| 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) · /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.
Emits — MobileService.completeRequested@1 · MobileService.completed@1.
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"})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.
{
"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
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.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.
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"})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.
{
"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
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.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.
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"})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.
{
"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.