comms
The comms noun — identity, lifecycle, events, and every capability as an anchored section: 20 capabilities, 0 live, 20 sandbox, 0 declared.
comms is one of the estate's 317 automotive nouns — a job a car needs done. It carries 20 capabilities: 0 live, 20 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | comms |
| Pillar | Services (facets: 6 data · 12 services · 2 commerce) |
| Capabilities | 20 — 0 live · 20 sandbox · 0 declared |
| Entities | Customer |
| Doors | aggregator.vin |
| SDK | Vin.comms.* from apis.vin |
| Address | /catalog/comms#{action} — the anchor IS the wire name minus comms. |
Events
The vocabulary this noun can append to the record — 16 past-tense, versioned event types, each linked to the capability that emits it:
Comms.blasted@1— emitted byblastComms.callConnected@1— emitted bycallConnectComms.chatbotInvoked@1— emitted bychatbotComms.coBrowsed@1— emitted bycoBrowseComms.dripped@1— emitted bydripComms.failed@1— emitted bypayComms.optOutHonored@1— emitted byoptOutHonorComms.paid@1— emitted bypayComms.requested@1— emitted byblast·schedule·sendComms.scheduled@1— emitted byscheduleComms.sent@1— emitted bysendComms.textToPaid@1— emitted bytextToPayComms.threaded@1— emitted bythreadComms.transcribed@1— emitted bytranscribeComms.videoCalled@1— emitted byvideoCallDnc.scrubbed@1— emitted bydncScrub
Discover & read
read
comms.read · GET /comms/read · gate none · sandbox · answers CommsRead@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.read({"vin":"3FTTW8BA7SRB20266"})curl 'https://apis.vin/comms/read?vin=3FTTW8BA7SRB20266'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": "CommsRead@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"thread": {
"id": "TH-31e306be",
"messages": [
{
"id": "MSG-a633f5ce",
"date": "2026-04-12",
"kind": "welcome",
"direction": "outbound",
"body": "Welcome — your garage and preferences are on file."
},
{
"id": "MR-bdb62aa4",
"date": "2026-08-07",
"kind": "maintenance-reminder",
"direction": "outbound",
"body": "Scheduled service is due — reply to book your appointment."
}
],
"unread": 0
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"thread": {
"id": "TH-31e306be",
"messages": [
{
"id": "MSG-a633f5ce",
"date": "2026-04-12",
"kind": "welcome",
"direction": "outbound",
"body": "Welcome — your garage and preferences are on file."
},
{
"id": "MR-bdb62aa4",
"date": "2026-08-07",
"kind": "maintenance-reminder",
"direction": "outbound",
"body": "Scheduled service is due — reply to book your appointment."
}
],
"unread": 0
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}history
comms.history · GET /comms/history · gate none · sandbox · answers CommsHistory@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.history({"vin":"3FTTW8BA7SRB20266"})curl 'https://apis.vin/comms/history?vin=3FTTW8BA7SRB20266'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": "CommsHistory@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"events": [
{
"date": "2026-04-12",
"kind": "welcome",
"messageId": "MSG-a633f5ce"
},
{
"date": "2026-08-07",
"kind": "maintenance-reminder",
"messageId": "MR-bdb62aa4"
}
]
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"events": [
{
"date": "2026-04-12",
"kind": "welcome",
"messageId": "MSG-a633f5ce"
},
{
"date": "2026-08-07",
"kind": "maintenance-reminder",
"messageId": "MR-bdb62aa4"
}
]
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}thread
comms.thread · POST /comms/thread · gate key · sandbox · answers CommsThread@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 — Comms.threaded@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.thread()curl -X POST https://apis.vin/comms/thread \
-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": "CommsThread@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"thread": {
"id": "TH-31e306be",
"subject": "Ava Good",
"messageCount": 1,
"messages": [
{
"id": "MSG-a633f5ce",
"date": "2026-04-12",
"kind": "welcome",
"direction": "outbound",
"body": "Welcome — your garage and preferences are on file."
}
]
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"thread": {
"id": "TH-31e306be",
"subject": "Ava Good",
"messageCount": 1,
"messages": [
{
"id": "MSG-a633f5ce",
"date": "2026-04-12",
"kind": "welcome",
"direction": "outbound",
"body": "Welcome — your garage and preferences are on file."
}
]
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}callTrack
comms.callTrack · GET /comms/call-track · gate none · sandbox · answers CommsCallTrack@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.callTrack()curl 'https://apis.vin/comms/call-track'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": "CommsCallTrack@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"call": {
"id": "CALL-ff79ef1e",
"durationSec": 468,
"outcome": "completed",
"recorded": true
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"call": {
"id": "CALL-ff79ef1e",
"durationSec": 468,
"outcome": "completed",
"recorded": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}coBrowse
comms.coBrowse · POST /comms/co-browse · gate key · sandbox · answers CommsCoBrowse@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 — Comms.coBrowsed@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.coBrowse()curl -X POST https://apis.vin/comms/co-browse \
-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": "CommsCoBrowse@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"session": {
"id": "CB-1797835e",
"kind": "co-browse",
"status": "completed"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"session": {
"id": "CB-1797835e",
"kind": "co-browse",
"status": "completed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
openRate
comms.openRate · GET /comms/open-rate · gate key · sandbox · answers CommsOpenRate@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.openRate({"vin":"3FTTW8BA7SRB20266"})curl 'https://apis.vin/comms/open-rate?vin=3FTTW8BA7SRB20266'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": "CommsOpenRate@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"engagement": {
"openPct": 25,
"clickPct": 7
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"engagement": {
"openPct": 25,
"clickPct": 7
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
schedule
comms.schedule · POST /comms/schedule · gate offer · sandbox · answers CommsSchedule@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) · /3FTTW8BA7SRB20266 (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 — Comms.requested@1 · Comms.scheduled@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.schedule({"vin":"3FTTW8BA7SRB20266"})curl -X POST https://apis.vin/comms/schedule \
-H 'content-type: application/json' \
-d '{"vin":"3FTTW8BA7SRB20266"}'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": "CommsSchedule@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"scheduled": {
"id": "MSG-a8ad413f",
"sendOn": "2026-08-11",
"status": "scheduled"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"scheduled": {
"id": "MSG-a8ad413f",
"sendOn": "2026-08-11",
"status": "scheduled"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
comms.pay · POST /comms/pay · gate offer · sandbox · answers CommsPay@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) · /3FTTW8BA7SRB20266 (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 — Comms.failed@1 · Comms.paid@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.pay({"vin":"3FTTW8BA7SRB20266"})curl -X POST https://apis.vin/comms/pay \
-H 'content-type: application/json' \
-d '{"vin":"3FTTW8BA7SRB20266"}'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": "CommsPay@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"payment": {
"id": "PAY-e1d87b43",
"amountCents": 25000,
"currency": "USD",
"status": "settled"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"payment": {
"id": "PAY-e1d87b43",
"amountCents": 25000,
"currency": "USD",
"status": "settled"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}textToPay
comms.textToPay · POST /comms/text-to-pay · gate key · sandbox · answers CommsTextToPay@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 — Comms.textToPaid@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.textToPay()curl -X POST https://apis.vin/comms/text-to-pay \
-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": "CommsTextToPay@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"link": {
"id": "TP-a50c8bde",
"amountCents": 25000,
"currency": "USD",
"status": "link-sent"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"link": {
"id": "TP-a50c8bde",
"amountCents": 25000,
"currency": "USD",
"status": "link-sent"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
send
comms.send · POST /comms/send · gate offer · sandbox · answers CommsSend@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) · /3FTTW8BA7SRB20266 (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 — Comms.requested@1 · Comms.sent@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.send({"vin":"3FTTW8BA7SRB20266"})curl -X POST https://apis.vin/comms/send \
-H 'content-type: application/json' \
-d '{"vin":"3FTTW8BA7SRB20266"}'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": "CommsSend@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"message": {
"id": "MSG-701109e7",
"channel": "sms",
"to": "Ava Good",
"status": "sent",
"consent": "granted"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"message": {
"id": "MSG-701109e7",
"channel": "sms",
"to": "Ava Good",
"status": "sent",
"consent": "granted"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Authorize & resolve
consent
comms.consent · GET /comms/consent · gate none · sandbox · answers CommsConsent@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.consent({"vin":"3FTTW8BA7SRB20266"})curl 'https://apis.vin/comms/consent?vin=3FTTW8BA7SRB20266'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": "CommsConsent@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"consent": {
"identityId": "ID-11f17424",
"status": "granted",
"channels": [
"email",
"sms",
"phone"
],
"capturedAt": "2026-04-12"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"consent": {
"identityId": "ID-11f17424",
"status": "granted",
"channels": [
"email",
"sms",
"phone"
],
"capturedAt": "2026-04-12"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
blast
comms.blast · POST /comms/blast · gate offer · sandbox · answers CommsBlast@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) · /3FTTW8BA7SRB20266 (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 — Comms.blasted@1 · Comms.requested@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.blast({"vin":"3FTTW8BA7SRB20266"})curl -X POST https://apis.vin/comms/blast \
-H 'content-type: application/json' \
-d '{"vin":"3FTTW8BA7SRB20266"}'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": "CommsBlast@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"blast": {
"id": "BL-e5a892a8",
"audience": "persona-cast",
"recipients": 12,
"status": "sent"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"blast": {
"id": "BL-e5a892a8",
"audience": "persona-cast",
"recipients": 12,
"status": "sent"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}callConnect
comms.callConnect · POST /comms/call-connect · gate offer · sandbox · answers CommsCallConnect@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) · /3FTTW8BA7SRB20266 (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 — Comms.callConnected@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.callConnect({"vin":"3FTTW8BA7SRB20266"})curl -X POST https://apis.vin/comms/call-connect \
-H 'content-type: application/json' \
-d '{"vin":"3FTTW8BA7SRB20266"}'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": "CommsCallConnect@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"call": {
"id": "CALL-ff79ef1e",
"from": "The Estate Store",
"to": "Ava Good",
"status": "connected"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"call": {
"id": "CALL-ff79ef1e",
"from": "The Estate Store",
"to": "Ava Good",
"status": "connected"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}chatbot
comms.chatbot · POST /comms/chatbot · gate key · sandbox · answers CommsChatbot@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 — Comms.chatbotInvoked@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.chatbot()curl -X POST https://apis.vin/comms/chatbot \
-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": "CommsChatbot@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"session": {
"id": "CH-c80f03e9",
"intent": "vehicle-question",
"resolved": true
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"session": {
"id": "CH-c80f03e9",
"intent": "vehicle-question",
"resolved": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}deliverability
comms.deliverability · GET /comms/deliverability · gate key · sandbox · answers CommsDeliverability@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.deliverability({"vin":"3FTTW8BA7SRB20266"})curl 'https://apis.vin/comms/deliverability?vin=3FTTW8BA7SRB20266'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": "CommsDeliverability@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"deliverability": {
"deliveredPct": 97,
"bouncedPct": 0
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"deliverability": {
"deliveredPct": 97,
"bouncedPct": 0
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}dncScrub
comms.dncScrub · POST /comms/dnc-scrub · gate offer · sandbox · answers CommsDncScrub@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) · /3FTTW8BA7SRB20266 (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 — Dnc.scrubbed@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.dncScrub({"vin":"3FTTW8BA7SRB20266"})curl -X POST https://apis.vin/comms/dnc-scrub \
-H 'content-type: application/json' \
-d '{"vin":"3FTTW8BA7SRB20266"}'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": "CommsDncScrub@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"dnc": {
"listed": false,
"scrubbed": 0
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"dnc": {
"listed": false,
"scrubbed": 0
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}drip
comms.drip · POST /comms/drip · gate offer · sandbox · answers CommsDrip@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) · /3FTTW8BA7SRB20266 (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 — Comms.dripped@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.drip({"vin":"3FTTW8BA7SRB20266"})curl -X POST https://apis.vin/comms/drip \
-H 'content-type: application/json' \
-d '{"vin":"3FTTW8BA7SRB20266"}'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": "CommsDrip@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"drip": {
"id": "DR-c00adc69",
"kind": "nurture-sequence",
"steps": 4,
"status": "not-enrolled"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"drip": {
"id": "DR-c00adc69",
"kind": "nurture-sequence",
"steps": 4,
"status": "not-enrolled"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}optOutHonor
comms.optOutHonor · POST /comms/opt-out-honor · gate offer · sandbox · answers CommsOptOutHonor@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) · /3FTTW8BA7SRB20266 (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 — Comms.optOutHonored@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.optOutHonor({"vin":"3FTTW8BA7SRB20266"})curl -X POST https://apis.vin/comms/opt-out-honor \
-H 'content-type: application/json' \
-d '{"vin":"3FTTW8BA7SRB20266"}'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": "CommsOptOutHonor@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"optOut": {
"status": "opt-out-recorded",
"honoredWithinDays": 10
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"optOut": {
"status": "opt-out-recorded",
"honoredWithinDays": 10
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}transcribe
comms.transcribe · POST /comms/transcribe · gate key · sandbox · answers CommsTranscribe@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 — Comms.transcribed@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.transcribe()curl -X POST https://apis.vin/comms/transcribe \
-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": "CommsTranscribe@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"transcript": {
"id": "TR-78fbaf93",
"callId": "CALL-ff79ef1e",
"lines": 63,
"status": "transcribed"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"transcript": {
"id": "TR-78fbaf93",
"callId": "CALL-ff79ef1e",
"lines": 63,
"status": "transcribed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}videoCall
comms.videoCall · POST /comms/video-call · gate key · sandbox · answers CommsVideoCall@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /3FTTW8BA7SRB20266 (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 — Comms.videoCalled@1.
import { comms } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await comms.videoCall()curl -X POST https://apis.vin/comms/video-call \
-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": "CommsVideoCall@1",
"value": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"session": {
"id": "VC-8a449e91",
"kind": "video-walkaround",
"vin": "1HGCM82633A004352",
"status": "completed"
}
},
"evidence": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active",
"noun": "comms",
"asOf": "2026-08-10",
"identityId": "ID-11f17424",
"threadId": "TH-31e306be",
"session": {
"id": "VC-8a449e91",
"kind": "video-walkaround",
"vin": "1HGCM82633A004352",
"status": "completed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "identity-comms-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.
Customer
Modeled
The noun drawn out — its record shape, its lifecycle, and how it is exercised end to end. One diagram, rendered from the estate model.
Comms · Class model
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.
collision
The collision noun — identity, lifecycle, events, and every capability as an anchored section: 22 capabilities, 0 live, 22 sandbox, 0 declared.
connection
The connection noun — identity, lifecycle, events, and every capability as an anchored section: 16 capabilities, 0 live, 16 sandbox, 0 declared.