redFlags
The redFlags noun — identity, lifecycle, events, and every capability as an anchored section: 4 capabilities, 0 live, 4 sandbox, 0 declared.
redFlags is one of the estate's 317 automotive nouns — a job a car needs done. It carries 4 capabilities: 0 live, 4 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | redFlags |
| Pillar | Services (facets: 1 data · 3 services) |
| Capabilities | 4 — 0 live · 4 sandbox · 0 declared |
| Entities | CreditApplication |
| Doors | aggregator.vin |
| SDK | Vin.redFlags.* from apis.vin |
| Address | /catalog/redFlags#{action} — the anchor IS the wire name minus redFlags. |
Events
The vocabulary this noun can append to the record — 4 past-tense, versioned event types, each linked to the capability that emits it:
RedFlags.detected@1— emitted bydetectRedFlags.idVerified@1— emitted byidVerifyRedFlags.programMaintained@1— emitted byprogramRedFlags.responded@1— emitted byrespond
Discover & read
detect
redFlags.detect · GET /red-flags/detect · gate key · sandbox · answers RedFlagsDetect@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /7SAYGDEEXRA233991 (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 — RedFlags.detected@1.
import { redFlags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await redFlags.detect({"vin":"7SAYGDEEXRA233991"})curl 'https://apis.vin/red-flags/detect?vin=7SAYGDEEXRA233991'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": "RedFlagsDetect@1",
"value": {
"vin": "7SAYGDEEXRA233991",
"noun": "redFlags",
"asOf": "2026-08-10",
"id": "app_7c3778b9",
"applicantId": "ID-11f17424",
"coApplicants": [],
"lenderId": "F00SET",
"decision": {
"status": "pending"
},
"stips": [],
"adverseAction": {
"status": "none"
},
"status": "Prequal",
"detection": {
"flags": [],
"count": 0,
"basis": "cast-fraud-signal-anchor"
}
},
"evidence": {
"vin": "7SAYGDEEXRA233991",
"noun": "redFlags",
"asOf": "2026-08-10",
"id": "app_7c3778b9",
"applicantId": "ID-11f17424",
"coApplicants": [],
"lenderId": "F00SET",
"decision": {
"status": "pending"
},
"stips": [],
"adverseAction": {
"status": "none"
},
"status": "Prequal",
"detection": {
"flags": [],
"count": 0,
"basis": "cast-fraud-signal-anchor"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "credit-jacket-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}idVerify
redFlags.idVerify · POST /red-flags/id-verify · gate offer · sandbox · answers RedFlagsIdVerify@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) · /7SAYGDEEXRA233991 (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 — RedFlags.idVerified@1.
import { redFlags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await redFlags.idVerify({"vin":"7SAYGDEEXRA233991"})curl -X POST https://apis.vin/red-flags/id-verify \
-H 'content-type: application/json' \
-d '{"vin":"7SAYGDEEXRA233991"}'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": "RedFlagsIdVerify@1",
"value": {
"vin": "7SAYGDEEXRA233991",
"noun": "redFlags",
"asOf": "2026-08-10",
"id": "app_7c3778b9",
"applicantId": "ID-11f17424",
"coApplicants": [],
"lenderId": "F00SET",
"decision": {
"status": "pending"
},
"stips": [],
"adverseAction": {
"status": "none"
},
"status": "Prequal",
"verification": {
"kind": "identity",
"status": "verified",
"participant": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active"
}
}
},
"evidence": {
"vin": "7SAYGDEEXRA233991",
"noun": "redFlags",
"asOf": "2026-08-10",
"id": "app_7c3778b9",
"applicantId": "ID-11f17424",
"coApplicants": [],
"lenderId": "F00SET",
"decision": {
"status": "pending"
},
"stips": [],
"adverseAction": {
"status": "none"
},
"status": "Prequal",
"verification": {
"kind": "identity",
"status": "verified",
"participant": {
"partyId": "ID-11f17424",
"type": "person",
"name": "Ava Good",
"identifiers": [
{
"kind": "cast-key",
"value": "ava-good"
}
],
"roles": [
{
"role": "customer"
}
],
"status": "active"
}
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "credit-jacket-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
program
redFlags.program · POST /red-flags/program · gate offer · sandbox · answers RedFlagsProgram@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) · /7SAYGDEEXRA233991 (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 — RedFlags.programMaintained@1.
import { redFlags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await redFlags.program({"vin":"7SAYGDEEXRA233991"})curl -X POST https://apis.vin/red-flags/program \
-H 'content-type: application/json' \
-d '{"vin":"7SAYGDEEXRA233991"}'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": "RedFlagsProgram@1",
"value": {
"vin": "7SAYGDEEXRA233991",
"noun": "redFlags",
"asOf": "2026-08-10",
"id": "app_7c3778b9",
"applicantId": "ID-11f17424",
"coApplicants": [],
"lenderId": "F00SET",
"decision": {
"status": "pending"
},
"stips": [],
"adverseAction": {
"status": "none"
},
"status": "Prequal",
"program": {
"status": "maintained",
"scope": "estate-credit-desk",
"basis": "one-red-flags-program"
}
},
"evidence": {
"vin": "7SAYGDEEXRA233991",
"noun": "redFlags",
"asOf": "2026-08-10",
"id": "app_7c3778b9",
"applicantId": "ID-11f17424",
"coApplicants": [],
"lenderId": "F00SET",
"decision": {
"status": "pending"
},
"stips": [],
"adverseAction": {
"status": "none"
},
"status": "Prequal",
"program": {
"status": "maintained",
"scope": "estate-credit-desk",
"basis": "one-red-flags-program"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "credit-jacket-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
respond
redFlags.respond · POST /red-flags/respond · gate offer · sandbox · answers RedFlagsRespond@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) · /7SAYGDEEXRA233991 (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 — RedFlags.responded@1.
import { redFlags } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await redFlags.respond({"vin":"7SAYGDEEXRA233991"})curl -X POST https://apis.vin/red-flags/respond \
-H 'content-type: application/json' \
-d '{"vin":"7SAYGDEEXRA233991"}'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": "RedFlagsRespond@1",
"value": {
"vin": "7SAYGDEEXRA233991",
"noun": "redFlags",
"asOf": "2026-08-10",
"id": "app_7c3778b9",
"applicantId": "ID-11f17424",
"coApplicants": [],
"lenderId": "F00SET",
"decision": {
"status": "pending"
},
"stips": [],
"adverseAction": {
"status": "none"
},
"status": "Prequal",
"response": {
"status": "no-flags-to-respond"
}
},
"evidence": {
"vin": "7SAYGDEEXRA233991",
"noun": "redFlags",
"asOf": "2026-08-10",
"id": "app_7c3778b9",
"applicantId": "ID-11f17424",
"coApplicants": [],
"lenderId": "F00SET",
"decision": {
"status": "pending"
},
"stips": [],
"adverseAction": {
"status": "none"
},
"status": "Prequal",
"response": {
"status": "no-flags-to-respond"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "credit-jacket-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.
CreditApplication
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.
RedFlags · 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.
record
The record noun — identity, lifecycle, events, and every capability as an anchored section: 11 capabilities, 0 live, 11 sandbox, 0 declared.
registration
The registration noun — identity, lifecycle, events, and every capability as an anchored section: 14 capabilities, 1 live, 13 sandbox, 0 declared.