The IXO Software Development Kits and Qi tooling fast-track building custom applications and systems integrations with the IXO Stack and Qi Intelligent Cooperating System, for digitally-enabled coordination, financing, verification, governance, and data-driven intelligence.
Qi Forge ADK is the umbrella for building Agentic Oracles without treating code as the only path: it includes the Qi Forge CLI and a no-code Agentic Oracle-builder Skill (configure and ship oracle workflows from skills rather than only from TypeScript).
Choose the right SDK or kit for your integration outcome
Build app-level blockchain and protocol workflows
Use IXO MultiClient SDK.
Route: /sdk-reference/multiclient-sdk
Add secure user auth and transaction signing
Use SignX SDK.
Route: /sdk-reference/signx-sdk
Integrate Matrix messaging and room state in clients
Use Matrix Client SDK.
Route: /sdk-reference/matrix-client-sdk
Build a React oracle interface (chat, sessions, tools, payments)
Use Oracles Client SDK.
Route: /sdk-reference/oracles-client-sdk
Scaffold and deploy oracle services into the network
Use Agentic Oracles ADK (@ixo/oracle-agent-sdk).
Route: /sdk-reference/agentic-oracles-adk
Build personal conversational agent integrations
Use Personal Agent ADK (@ixo/assistant-sdk).
Route: /sdk-reference/oracle-adk
Integrate JAMBO PWA SDK capabilities
Use JAMBO PWA SDK.
Route: /sdk-reference/jambo-wallet-sdk
Qi Forge and Agentic Oracles
Qi Forge ADK is the broader product surface for Agentic Oracles (CLI + no-code builder skill + code paths).
Agentic Oracles ADK is the TypeScript package (@ixo/oracle-agent-sdk) for scaffolding, implementing, and deploying oracle services into the network.
Oracles Client SDK is the frontend agent-client interface used by applications that connect users to deployed oracles.
SDK reference
IXO MultiClient SDK
The primary toolkit for interacting with the IXO blockchain and related services.
SignX SDK
A cryptographic authentication and transaction signing toolkit.
Matrix Client SDK
A toolkit for integrating encrypted messaging and sovereign data storage in federated Matrix servers.
Qi Forge ADK and Agentic Oracles ADK
Qi Forge ADK covers the Qi Forge CLI plus the no-code Agentic Oracle-builder Skill. For the TypeScript package used to scaffold, implement, and deploy oracle services into the network, use the Agentic Oracles ADK (@ixo/oracle-agent-sdk) reference.
Oracles Client SDK
Frontend agent-client SDK for connecting user-facing React applications to deployed Agentic Oracles.
Personal Agent ADK
SDK for personal conversational assistant integrations, separate from service-side oracle deployment.
JAMBO PWA SDK
SDK for integrations built with the JAMBO PWA SDK, including wallet-enabled mobile web experiences.
Recommended integration paths
- Application + protocol path: MultiClient SDK + SignX SDK (+ Matrix Client SDK if your app uses rooms or encrypted messaging)
- Agentic oracle path (service-side): Qi Forge ADK + Agentic Oracles ADK (+ MultiClient SDK for protocol/state interactions)
- Agentic oracle path (client-side): Oracles Client SDK + SignX SDK (+ Matrix Client SDK where messaging integration is required)
- Assistant path: Personal Agent ADK for personal assistants, not for deployable oracle services