UAIDO Developers

Start integrating with the public UAIDO information API.

Quickstart

Use the public read-only API to retrieve verified UAIDO positioning, preview status, and links to official resources. No account or API key is required. This API does not execute agents, access tenant data, or control Companion devices.

curl -fsS https://uaido.io/api/v1/product

Authentication and API keys

The public information API accepts anonymous GET and HEAD requests. Do not send credentials. Private-preview account and execution services are separate and require approved access; contact contact@uaido.io for integration enquiries. Self-service API keys are not currently offered on this website.

Sandbox

The read-only public endpoints are safe to try without creating data or triggering work. Use /api/v1/product for product facts and /api/v1/resources for official links. This is an information sandbox, not a simulated agent-execution service.

Reference and agent access

Read /docs for endpoints, errors, limits, and authentication. Download /openapi.json for the machine-readable contract. Request any content page with Accept: text/markdown, or start from /llms.txt and /agent-instructions.md.

Command line

The repository includes a dependency-free Node.js CLI for this information API: node cli/uaido.mjs product or node cli/uaido.mjs resources. Registry publication is pending; there is no npm installation command to rely on yet.