IXO and Qi Developer Kits

The fast-track to building custom applications and integrations

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
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
Personal Agent ADK

SDK for personal conversational assistant integrations, separate from service-side oracle deployment.

JAMBO PWA SDK
  • 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