No database access
Agents use versioned OID APIs and receive only controller-approved scopes.
Build once. Connect to OIDs by consent.
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.
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://www.onsellrid.com.au/api/v1/developer/manifest{
"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
No API secret is fabricated or displayed. Approved credentials are scoped to one organisation, deployment and environment.
Submit agent applicationPilot API surface
/api/v1/public/vehicles/{oid}Read the privacy-safe public vehicle projection/api/v1/sandbox/meValidate a scoped sandbox Bearer credential/api/v1/sandbox/vehicles/{oid}Read fabricated OID data through approved scopes/api/v1/production/meValidate a certified production Bearer credential/api/v1/production/vehicles/{oid}Read only controller-approved scopes for a connected vehicle/api/v1/production/dms/vehiclesIssue or resolve OIDs for dealer inventory in batches/api/v1/production/dms/recordsRegister idempotent workshop, inspection and warranty records/api/v1/agentsDiscover listed agents and certification state/api/v1/agent/chatRun the governed seller conversation policy/api/v1/agent/realtimeStart a same-origin governed WebRTC voice session/api/v1/agent-connectionsGrant controller-approved scopes to a certified deployment/api/v1/developer/applicationsSubmit an authenticated agent application for review/api/v1/developer/applications/{slug}/webhooksRegister an SSRF-hardened signed event destinationOID tests subject compatibility, scope enforcement, misleading claims, consent withdrawal, unavailable tools, human escalation and audit completeness before a deployment can serve public OIDs.