IXO Docs Hub

Documentation for the IXO Spatial Web stack: digital twins, agentic oracles, verifiable claims, the QiForge oracle framework, the IXO SDKs and APIs, and the Emerging platform.

IXO documents a stack for acting on reality: verifiable intent, identity, claims, evidence, governance, verification, transactions and outcomes, held as a shared source of truth that people, organizations and AI agents can all rely on. Start with the concepts, follow a task guide, build an agentic oracle with QiForge, or go straight to the SDK and API reference.

Start here

Documentation sections

For developers

For AI agents

These docs are published for people and for agents. Every page is available as Markdown, the whole corpus is downloadable as one file, and a Model Context Protocol server exposes search and page reads as tools — no HTML scraping required.

Markdown for any pageAppend .md to a page URL, or send Accept: text/markdown — the server negotiates and returns the page source. Example: /introduction.md.
MCP serverStreamable HTTP JSON-RPC at /mcp with search_docs and read_page tools. The server card is at /.well-known/mcp.json.
llms.txt/llms.txt indexes every navigation page with its description; /llms-full.txt is the whole corpus in one request.
OpenAPIThe Emerging Platform API described at /openapi.json and /openapi.yaml, with an operation ID, description and typed schema for every endpoint.