No database access
Agents use versioned OID APIs and receive only controller-approved scopes.
Build once. Connect to vehicles by consent.
Build an agent in your own stack or deploy through OID. The network supplies vehicle identity, consent, handoffs, audit events and usage metering.
Agents use versioned OID APIs and receive only controller-approved scopes.
Production agents require identity, security, privacy and regulatory evidence.
Signed webhooks notify an agent when consent, connection or handoff state changes.
Health, latency, tool use, consent and errors are measured per deployment.
Sandbox quickstart
Register a legal operator and accountable technical and compliance contacts.
Declare capabilities, runtime, scopes, webhooks, retention and human escalation.
Test consent, tool failures, revocation, transfers and regulated handoffs.
Security, privacy, behaviour and authorisation evidence are reviewed before listing.
curl https://oid-platform.replit.app/api/v1/agents \
-H "Authorization: Bearer oid_sandbox_••••••••" \
-H "OID-Version: 2026-07-31"{
"version": "1.0",
"agent": {
"name": "Example Partner Agent",
"category": "warranty",
"runtime": { "type": "external" },
"capabilities": ["eligibility_check", "human_handoff"],
"requestedScopes": [
"vehicle:identity:read",
"vehicle:history:summary",
"lead:write"
]
}
}Open JSON endpoint Sandbox application
Keys are shown once in production and are scoped to an organisation, deployment and environment.
Create sandbox applicationVersion 1 API surface
/v1/vehicles/{oid}/projectionRead approved public or consented vehicle fields/v1/vehicles/{oid}/connectionsRequest a scoped controller connection/v1/sessions/{id}/handoffsPropose a transparent specialist handoff/v1/vehicles/{oid}/offersSubmit a non-binding offer to the policy service/v1/vehicles/{oid}/bookingsCreate a seller appointment request/v1/evidence/requestsAsk a contributor for specific evidenceOID tests scope enforcement, misleading claims, consent withdrawal, unavailable tools, human escalation and audit completeness before a deployment can serve public vehicles.