Skip to main content
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

Use IXO MultiClient SDK.Route: /sdk-reference/multiclient-sdk
Use SignX SDK.Route: /sdk-reference/signx-sdk
Use Matrix Client SDK.Route: /sdk-reference/matrix-client-sdk
Use Oracles Client SDK.Route: /sdk-reference/oracles-client-sdk
Use Agentic Oracles ADK (@ixo/oracle-agent-sdk).Route: /sdk-reference/agentic-oracles-adk
Use Personal Agent ADK (@ixo/assistant-sdk).Route: /sdk-reference/oracle-adk
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

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
A cryptographic authentication and transaction signing toolkit.

Documentation

Learn how to use the SignX SDK

GitHub

View the source code
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 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
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
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
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
  • 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