Developer portal

The entry point for building on IXO: credentials, quickstarts, SDKs, API interfaces, a live sandbox, and the machine-readable surfaces agents can call.

You are wiring real-world workflows where agents and services act on verifiable entities, claims, and evidence — not only on generic LLM context.

IXO anchors what is true on-chain and in linked services: domains, claims, credentials. Qi, the Qi Intelligent Cooperating System, is where people and agents cooperate on that truth, through IXO Matrix, oracle and agent services, and automation. Most projects implement state first — protocol, claims, indexing — then add cooperation: Matrix, Agentic Oracles, SDKs.

This page is a map. Every card links to the canonical page for that topic; nothing here is restated from it.

Start building

Credentials and access

API credentials differ by surface — protocol gateways, service APIs, and platform APIs do not share one scheme. Confirm the literals for the interface you are calling before you write the request.

Sandbox

The Emerging Platform API ships with a live console on every endpoint page. Set a bearer token, fill the typed parameters, and send a real request against the development server — no local setup, no CORS workarounds.

Build specific capabilities

Interfaces

Concepts worth reading first

Build with AI agents

These docs are published for machines as well as people. Nothing here needs scraping.

SurfaceURLWhat it is
Markdown mirror<page-url>.mdAny page as Markdown. Also served on Accept: text/markdown.
Page index/llms.txtEvery navigation page with its description.
Full corpus/llms-full.txtThe whole documentation set in one request.
MCP server/mcpStreamable HTTP JSON-RPC with search_docs and read_page.
MCP server card/.well-known/mcp.jsonTransport, capabilities, and tool schemas, readable before connecting.
OpenAPI/openapi.json, /openapi.yamlThe Emerging Platform API, with an operation ID and typed schema per endpoint.
Sitemap/sitemap.xmlEvery canonical URL.

Unknown paths on this site return a real HTTP 404 with a Markdown body listing these surfaces, so an agent that guesses wrong can recover in one request.

Support