ron
The ron noun — identity, lifecycle, events, and every capability as an anchored section: 15 capabilities, 0 live, 15 sandbox, 0 declared.
ron is one of the estate's 317 automotive nouns — a job a car needs done. It carries 15 capabilities: 0 live, 15 sandbox, 0 declared · doors notarize.vin.
Identity
| Noun | ron |
| Pillar | Services (facets: 4 data · 8 services · 3 commerce) |
| Capabilities | 15 — 0 live · 15 sandbox · 0 declared |
| Entities | Notarization |
| Doors | notarize.vin |
| SDK | Vin.ron.* from apis.vin |
| Address | /catalog/ron#{action} — the anchor IS the wire name minus ron. |
Events
The vocabulary this noun can append to the record — 29 past-tense, versioned event types, each linked to the capability that emits it:
Ceremony.opened@1— emitted bynotarizeDocument.filed@1— emitted bynotarizeDocument.notarized@1— emitted bynotarizeRon.archiveRequested@1— emitted byarchiveRon.archived@1— emitted byarchiveRon.feeCharged@1— emitted byfeeRon.feeRequested@1— emitted byfeeRon.idScanRequested@1— emitted byidScanRon.idScanned@1— emitted byidScanRon.kbaVerified@1— emitted bykbaVerifyRon.kbaVerifyRequested@1— emitted bykbaVerifyRon.launchSessionRequested@1— emitted bylaunchSessionRon.notarizeFailed@1— emitted bynotarizeRon.notarizeRequested@1— emitted bynotarizeRon.notarized@1— emitted bynotarizeRon.paid@1— emitted bypayRon.payFailed@1— emitted bypayRon.payRequested@1— emitted bypayRon.quoteRequested@1— emitted byquoteRon.quoted@1— emitted byquoteRon.recordFailed@1— emitted byrecordRon.recordRequested@1— emitted byrecordRon.recorded@1— emitted byrecordRon.scheduleRequested@1— emitted byscheduleRon.scheduled@1— emitted byscheduleRon.sealFailed@1— emitted bysealRon.sealRequested@1— emitted bysealRon.sealed@1— emitted bysealRon.sessionLaunched@1— emitted bylaunchSession
Discover & read
availability
ron.availability · GET /rons/availability · gate key · sandbox · answers NotaryAvailability@1
| Field | Type | Required | Notes |
|---|---|---|---|
state | string | yes | — |
documentType | string | no | — |
when | string | no | format date-time |
Door — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.availability({"state":"state"})curl 'https://apis.vin/rons/availability?state=state'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": "NotaryAvailability@1",
"value": {
"vin": "1HGCM82633A004352",
"noun": "ron",
"asOf": "2026-08-10",
"availability": {
"available": true,
"slots": [
{
"at": "2026-08-11"
},
{
"at": "2026-08-12"
},
{
"at": "2026-08-13"
}
]
}
},
"evidence": {
"vin": "1HGCM82633A004352",
"noun": "ron",
"asOf": "2026-08-10",
"availability": {
"available": true,
"slots": [
{
"at": "2026-08-11"
},
{
"at": "2026-08-12"
},
{
"at": "2026-08-13"
}
]
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}recordingLookup
ron.recordingLookup · GET /rons/recording-lookup · gate none · sandbox · answers RonRecordingLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.recordingLookup({"vin":"3GTU9DED4LG123956"})curl 'https://apis.vin/rons/recording-lookup?vin=3GTU9DED4LG123956'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": "RonRecordingLookup@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"recording": {
"status": "no-recording-on-file"
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"recording": {
"status": "no-recording-on-file"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}sessionStatus
ron.sessionStatus · GET /rons/session-status · gate none · sandbox · answers RonSessionStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.sessionStatus({"vin":"3GTU9DED4LG123956"})curl 'https://apis.vin/rons/session-status?vin=3GTU9DED4LG123956'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": "RonSessionStatus@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"session": {
"id": "RON-d7dcfdca",
"documentId": "DOC-77c7a3e8",
"status": "awaiting-signature",
"position": "Draft",
"identity": {
"kyc": "clear"
}
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"session": {
"id": "RON-d7dcfdca",
"documentId": "DOC-77c7a3e8",
"status": "awaiting-signature",
"position": "Draft",
"identity": {
"kyc": "clear"
}
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}kbaVerify
ron.kbaVerify · POST /rons/kba-verify · gate offer · sandbox · answers RonKbaVerify@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 — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ron.kbaVerified@1 · Ron.kbaVerifyRequested@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.kbaVerify({"vin":"3GTU9DED4LG123956"})curl -X POST https://apis.vin/rons/kba-verify \
-H 'content-type: application/json' \
-d '{"vin":"3GTU9DED4LG123956"}'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": "RonKbaVerify@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"kba": {
"identityId": "ID-11f17424",
"status": "passed",
"questionsAnswered": 5,
"of": 5
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"kba": {
"identityId": "ID-11f17424",
"status": "passed",
"questionsAnswered": 5,
"of": 5
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}idScan
ron.idScan · POST /rons/id-scan · gate offer · sandbox · answers RonIdScan@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 — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ron.idScanRequested@1 · Ron.idScanned@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.idScan({"vin":"3GTU9DED4LG123956"})curl -X POST https://apis.vin/rons/id-scan \
-H 'content-type: application/json' \
-d '{"vin":"3GTU9DED4LG123956"}'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": "RonIdScan@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"scan": {
"identityId": "ID-11f17424",
"method": "credential-analysis",
"status": "verified"
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"scan": {
"identityId": "ID-11f17424",
"method": "credential-analysis",
"status": "verified"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
ron.quote · POST /rons/quote · gate offer · sandbox · answers RonQuote@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 — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ron.quoteRequested@1 · Ron.quoted@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.quote({"vin":"3GTU9DED4LG123956"})curl -X POST https://apis.vin/rons/quote \
-H 'content-type: application/json' \
-d '{"vin":"3GTU9DED4LG123956"}'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": "RonQuote@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"fee": {
"amountCents": 2500,
"currency": "USD",
"per": "seal"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"fee": {
"amountCents": 2500,
"currency": "USD",
"per": "seal"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}fee
ron.fee · POST /rons/fee · gate offer · sandbox · answers RonFee@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 — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ron.feeCharged@1 · Ron.feeRequested@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.fee({"vin":"3GTU9DED4LG123956"})curl -X POST https://apis.vin/rons/fee \
-H 'content-type: application/json' \
-d '{"vin":"3GTU9DED4LG123956"}'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": "RonFee@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"fee": {
"amountCents": 2500,
"currency": "USD",
"per": "seal"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"fee": {
"amountCents": 2500,
"currency": "USD",
"per": "seal"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
schedule
ron.schedule · POST /rons/schedule · gate offer · sandbox · answers RonSchedule@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 — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ron.scheduleRequested@1 · Ron.scheduled@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.schedule({"vin":"3GTU9DED4LG123956"})curl -X POST https://apis.vin/rons/schedule \
-H 'content-type: application/json' \
-d '{"vin":"3GTU9DED4LG123956"}'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": "RonSchedule@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"session": {
"id": "RON-d7dcfdca",
"documentId": "DOC-77c7a3e8",
"status": "scheduled",
"scheduledFor": "2026-08-11"
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"session": {
"id": "RON-d7dcfdca",
"documentId": "DOC-77c7a3e8",
"status": "scheduled",
"scheduledFor": "2026-08-11"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
ron.pay · POST /rons/pay · gate offer · sandbox · answers RonPay@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 — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ron.paid@1 · Ron.payFailed@1 · Ron.payRequested@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.pay({"vin":"3GTU9DED4LG123956"})curl -X POST https://apis.vin/rons/pay \
-H 'content-type: application/json' \
-d '{"vin":"3GTU9DED4LG123956"}'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": "RonPay@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-af14b690",
"amountCents": 2500,
"currency": "USD",
"status": "settled"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"payment": {
"id": "PAY-af14b690",
"amountCents": 2500,
"currency": "USD",
"status": "settled"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Authorize & resolve
notarize
ron.notarize · POST /rons/notarize · gate human · sandbox · answers Notarization@1
| Field | Type | Required | Notes |
|---|---|---|---|
documentId | string | yes | fetchable PDF url or doc_ id |
externalId | string | no | VIN correlation key |
signers | array<object> | no | — |
The gate is a 403 NEEDS_HUMAN — the human verb notarize (credential: ron-commissioned-notary) · supply side, routed to a named, staffed, priced terminus with a poll rail. Never a dead end. Price: not posted — see /pricing.
Door — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ceremony.opened@1 · Document.filed@1 · Document.notarized@1 · Ron.notarizeFailed@1 · Ron.notarizeRequested@1 · Ron.notarized@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.notarize({"documentId":"documentid"})curl -X POST https://apis.vin/rons/notarize \
-H 'content-type: application/json' \
-d '{"documentId":"documentid"}'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": "Notarization@1",
"value": {
"vin": "1HGCM82633A004352",
"noun": "ron",
"asOf": "2026-08-10",
"notarization": {
"status": "no-document-on-file"
}
},
"evidence": {
"vin": "1HGCM82633A004352",
"noun": "ron",
"asOf": "2026-08-10",
"notarization": {
"status": "no-document-on-file"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
archive
ron.archive · POST /rons/archive · gate offer · sandbox · answers RonArchive@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 — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ron.archiveRequested@1 · Ron.archived@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.archive({"vin":"3GTU9DED4LG123956"})curl -X POST https://apis.vin/rons/archive \
-H 'content-type: application/json' \
-d '{"vin":"3GTU9DED4LG123956"}'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": "RonArchive@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"archive": {
"documentId": "DOC-77c7a3e8",
"status": "still-active",
"position": "Draft"
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"archive": {
"documentId": "DOC-77c7a3e8",
"status": "still-active",
"position": "Draft"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
eligibilityByState
ron.eligibilityByState · GET /rons/eligibility-by-state · gate none · sandbox · answers RonEligibilityByState@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.eligibilityByState({"vin":"3GTU9DED4LG123956"})curl 'https://apis.vin/rons/eligibility-by-state?vin=3GTU9DED4LG123956'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": "RonEligibilityByState@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"eligibility": {
"state": "AZ",
"eligible": true
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"eligibility": {
"state": "AZ",
"eligible": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}launchSession
ron.launchSession · POST /rons/launch-session · gate offer · sandbox · answers RonLaunchSession@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 — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ron.launchSessionRequested@1 · Ron.sessionLaunched@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.launchSession({"vin":"3GTU9DED4LG123956"})curl -X POST https://apis.vin/rons/launch-session \
-H 'content-type: application/json' \
-d '{"vin":"3GTU9DED4LG123956"}'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": "RonLaunchSession@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"session": {
"id": "RON-d7dcfdca",
"documentId": "DOC-77c7a3e8",
"status": "launched",
"joinRef": "JOIN-f06194e2"
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"session": {
"id": "RON-d7dcfdca",
"documentId": "DOC-77c7a3e8",
"status": "launched",
"joinRef": "JOIN-f06194e2"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}record
ron.record · POST /rons/record · gate offer · sandbox · answers RonRecord@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 — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ron.recordFailed@1 · Ron.recordRequested@1 · Ron.recorded@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.record({"vin":"3GTU9DED4LG123956"})curl -X POST https://apis.vin/rons/record \
-H 'content-type: application/json' \
-d '{"vin":"3GTU9DED4LG123956"}'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": "RonRecord@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"recording": {
"sessionId": "RON-d7dcfdca",
"status": "no-completed-session",
"position": "Draft"
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"recording": {
"sessionId": "RON-d7dcfdca",
"status": "no-completed-session",
"position": "Draft"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}seal
ron.seal · POST /rons/seal · gate offer · sandbox · answers RonSeal@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 — notarize.vin serves this noun on its two routes: / (the landing) · /3GTU9DED4LG123956 (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 — Ron.sealFailed@1 · Ron.sealRequested@1 · Ron.sealed@1.
import { ron } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await ron.seal({"vin":"3GTU9DED4LG123956"})curl -X POST https://apis.vin/rons/seal \
-H 'content-type: application/json' \
-d '{"vin":"3GTU9DED4LG123956"}'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": "RonSeal@1",
"value": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"seal": {
"documentId": "DOC-77c7a3e8",
"standing": "not-yet-notarized",
"position": "Draft"
}
},
"evidence": {
"vin": "3GTU9DED4LG123956",
"noun": "ron",
"asOf": "2026-08-10",
"seal": {
"documentId": "DOC-77c7a3e8",
"standing": "not-yet-notarized",
"position": "Draft"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "paper-trail-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.
Notarization
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.