OID Agent Network

Build once. Connect to vehicles by consent.

OID Developer Platform

Build an agent in your own stack or deploy through OID. The network supplies vehicle identity, consent, handoffs, audit events and usage metering.

No database access

Agents use versioned OID APIs and receive only controller-approved scopes.

Verified operators

Production agents require identity, security, privacy and regulatory evidence.

Events, not polling

Signed webhooks notify an agent when consent, connection or handoff state changes.

Observable runtime

Health, latency, tool use, consent and errors are measured per deployment.

Sandbox quickstart

From manifest to connected agent

01

Verify the organisation

Register a legal operator and accountable technical and compliance contacts.

02

Submit an agent manifest

Declare capabilities, runtime, scopes, webhooks, retention and human escalation.

03

Use fabricated sandbox OIDs

Test consent, tool failures, revocation, transfers and regulated handoffs.

04

Pass production certification

Security, privacy, behaviour and authorisation evidence are reviewed before listing.

Request200 OK
curl https://oid-platform.replit.app/api/v1/agents \
  -H "Authorization: Bearer oid_sandbox_••••••••" \
  -H "OID-Version: 2026-07-31"
versionv1environmentsandboxagents5 availablerequest_idreq_demo_7a4c91
Agent manifestMachine-readable capabilities and governance
{
  "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

Developer credentials

Client IDoid_client_demo_partner
Sandbox keyoid_sandbox_••••••••••••

Keys are shown once in production and are scoped to an organisation, deployment and environment.

Create sandbox application

Version 1 API surface

The tools agents are allowed to call

GET/v1/vehicles/{oid}/projectionRead approved public or consented vehicle fields
POST/v1/vehicles/{oid}/connectionsRequest a scoped controller connection
POST/v1/sessions/{id}/handoffsPropose a transparent specialist handoff
POST/v1/vehicles/{oid}/offersSubmit a non-binding offer to the policy service
POST/v1/vehicles/{oid}/bookingsCreate a seller appointment request
POST/v1/evidence/requestsAsk a contributor for specific evidence

Production agents are certified, not merely connected.

OID tests scope enforcement, misleading claims, consent withdrawal, unavailable tools, human escalation and audit completeness before a deployment can serve public vehicles.

Explore certified agents