Choose the right SDK or kit for your integration outcome
Build app-level blockchain and protocol workflows
Build app-level blockchain and protocol workflows
Use IXO MultiClient SDK.Route:
/sdk-reference/multiclient-sdkAdd secure user auth and transaction signing
Add secure user auth and transaction signing
Use SignX SDK.Route:
/sdk-reference/signx-sdkIntegrate Matrix messaging and room state in clients
Integrate Matrix messaging and room state in clients
Use Matrix Client SDK.Route:
/sdk-reference/matrix-client-sdkBuild a React oracle interface (chat, sessions, tools, payments)
Build a React oracle interface (chat, sessions, tools, payments)
Use Oracles Client SDK.Route:
/sdk-reference/oracles-client-sdkScaffold and deploy oracle services into the network
Scaffold and deploy oracle services into the network
Use Agentic Oracles ADK (
@ixo/oracle-agent-sdk).Route: /sdk-reference/agentic-oracles-adkBuild personal conversational agent integrations
Build personal conversational agent integrations
Use Personal Agent ADK (
@ixo/assistant-sdk).Route: /sdk-reference/oracle-adkIntegrate JAMBO PWA capabilities
Integrate JAMBO PWA capabilities
Use JAMBO PWA SDK.Route:
/sdk-reference/jambo-wallet-sdkQi 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
IXO MultiClient SDK
The primary toolkit for interacting with the IXO blockchain and related services.
Documentation
Learn how to use the IXO MultiClient SDK
Developer workflows
End-to-end patterns for client, entities, claims, and evaluation
GitHub
View the source code
SignX SDK
SignX SDK
A cryptographic authentication and transaction signing toolkit.
Documentation
Learn how to use the SignX SDK
GitHub
View the source code
Matrix Client SDK
Matrix Client SDK
A toolkit for integrating encrypted messaging and sovereign data storage in federated Matrix servers.
Documentation
Learn how to use the Matrix Client SDK
Private GitHub
Request repository access
Qi Forge ADK and Agentic Oracles ADK
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.Agentic Oracles ADK (`@ixo/oracle-agent-sdk`)
Programmatic Agent Development Kit for oracle services
Concepts
Agentic Oracles overview
Oracles Client SDK
Oracles Client SDK
Frontend agent-client SDK for connecting user-facing React applications to deployed Agentic Oracles.
Documentation
Build the client interface for chat, sessions, tools, and payment-required handling
Agentic Oracles ADK
Build and deploy the oracle service itself
Personal Agent ADK
Personal Agent ADK
SDK for personal conversational assistant integrations, separate from service-side oracle deployment.
Documentation
Build personal agent and assistant experiences
Agentic Oracles ADK
Build deployable oracle services instead of personal assistants
JAMBO PWA SDK
JAMBO PWA SDK
SDK for JAMBO PWA integrations, including wallet-enabled mobile web experiences.
Documentation
Integrate JAMBO PWA workflows and wallet-enabled user capabilities
Developer workflows
Combine wallet and protocol workflows in app integrations
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
Next steps
Getting Started
Start building with our developer guides
SDK workflows
Follow end-to-end implementation patterns
API Reference
Explore our API documentation
Examples
View implementation examples