interpreter
The interpreter noun — identity, lifecycle, events, and every capability as an anchored section: 2 capabilities, 0 live, 2 sandbox, 0 declared.
interpreter is one of the estate's 317 automotive nouns — a job a car needs done. It carries 2 capabilities: 0 live, 2 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | interpreter |
| Pillar | Data (facets: 1 data · 1 services) |
| Capabilities | 2 — 0 live · 2 sandbox · 0 declared |
| Entities | SignatureCeremony |
| Doors | aggregator.vin |
| SDK | Vin.interpreter.* from apis.vin |
| Address | /catalog/interpreter#{action} — the anchor IS the wire name minus interpreter. |
Events
The vocabulary this noun can append to the record — 2 past-tense, versioned event types, each linked to the capability that emits it:
Interpreter.attested@1— emitted byattestInterpreter.scheduled@1— emitted byschedule
Apply & book
schedule
interpreter.schedule · POST /interpreters/schedule · gate key · sandbox · answers InterpreterSchedule@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GC4YNEY5RF323945 (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 — Interpreter.scheduled@1.
import { interpreter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interpreter.schedule()curl -X POST https://apis.vin/interpreters/schedule \
-H 'content-type: application/json' \
-d '{}'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": "InterpreterSchedule@1",
"value": {
"id": "interpreter_780f1baa",
"packetId": "document_5f330d1e",
"subjectId": "deal_f7e22bc0",
"signers": []
},
"evidence": {
"id": "interpreter_780f1baa",
"packetId": "document_5f330d1e",
"subjectId": "deal_f7e22bc0",
"signers": []
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "interpreter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Authorize & resolve
attest
interpreter.attest · POST /interpreters/attest · gate key · sandbox · answers InterpreterAttest@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1GC4YNEY5RF323945 (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 — Interpreter.attested@1.
import { interpreter } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await interpreter.attest()curl -X POST https://apis.vin/interpreters/attest \
-H 'content-type: application/json' \
-d '{}'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": "InterpreterAttest@1",
"value": {
"id": "interpreter_0d927be4",
"packetId": "document_4065b698",
"subjectId": "deal_633b7fa6",
"signers": []
},
"evidence": {
"id": "interpreter_0d927be4",
"packetId": "document_4065b698",
"subjectId": "deal_633b7fa6",
"signers": []
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "interpreter-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.
SignatureCeremony
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.