docs.vin

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

NounredFlags
PillarServices (facets: 1 data · 3 services)
Capabilities4 — 0 live · 4 sandbox · 0 declared
EntitiesCreditApplication
Doorsaggregator.vin
SDKVin.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:

Discover & read

detect

redFlags.detect · GET /red-flags/detect · gate key · sandbox · answers RedFlagsDetect@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

EmitsRedFlags.detected@1.

the SDK — redFlags.detect
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"})
GET /red-flags/detect
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.

receipt · executed 2026-08-17T12:42:16.540Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsRedFlags.idVerified@1.

the SDK — redFlags.idVerify
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"})
POST /red-flags/id-verify
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.

receipt · executed 2026-08-17T12:42:16.540Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsRedFlags.programMaintained@1.

the SDK — redFlags.program
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"})
POST /red-flags/program
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.

receipt · executed 2026-08-17T12:42:16.540Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsRedFlags.responded@1.

the SDK — redFlags.respond
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"})
POST /red-flags/respond
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.

receipt · executed 2026-08-17T12:42:16.541Z · HTTP 200
{
  "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.