OID Agent Network

Build once. Connect to OIDs by consent.

OID Developer Platform

Build an agent in your own stack or deploy through OID. The network supplies vehicle and machinery 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.

Public manifest request200 OK
curl https://www.onsellrid.com.au/api/v1/developer/manifest
version1.0environmentapplication reviewcredentialsissued after approvalproductioncertification required
Agent manifestMachine-readable capabilities and governance
{
  "version": "1.0",
  "agent": {
    "name": "Example Partner Agent",
    "category": "warranty",
    "subjectTypes": ["vehicle"],
    "runtime": { "type": "external" },
    "capabilities": ["eligibility_check", "human_handoff"],
    "requestedScopes": [
      "vehicle:identity:read",
      "vehicle:history:summary",
      "lead:write"
    ]
  }
}
Open JSON endpoint

Agent application

Controlled credential issuance

Application identifierCreated on submission
Sandbox credentialIssued after review

No API secret is fabricated or displayed. Approved credentials are scoped to one organisation, deployment and environment.

Submit agent application

Pilot API surface

Implemented network endpoints

GET/api/v1/public/vehicles/{oid}Read the privacy-safe public vehicle projection
GET/api/v1/sandbox/meValidate a scoped sandbox Bearer credential
GET/api/v1/sandbox/vehicles/{oid}Read fabricated OID data through approved scopes
GET/api/v1/production/meValidate a certified production Bearer credential
GET/api/v1/production/vehicles/{oid}Read only controller-approved scopes for a connected vehicle
POST/api/v1/production/dms/vehiclesIssue or resolve OIDs for dealer inventory in batches
POST/api/v1/production/dms/recordsRegister idempotent workshop, inspection and warranty records
GET/api/v1/agentsDiscover listed agents and certification state
POST/api/v1/agent/chatRun the governed seller conversation policy
POST/api/v1/agent/realtimeStart a same-origin governed WebRTC voice session
POST/api/v1/agent-connectionsGrant controller-approved scopes to a certified deployment
POST/api/v1/developer/applicationsSubmit an authenticated agent application for review
POST/api/v1/developer/applications/{slug}/webhooksRegister an SSRF-hardened signed event destination

Production agents are certified, not merely connected.

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

Explore certified agents