> ## Documentation Index
> Fetch the complete documentation index at: https://ixoworld-canonical.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# IXO Stack SDKs

> Developer entry point to SDK workflows, with the canonical SDK and kit overview in the SDK reference

<Info>
  The canonical SDK and kit overview is now maintained at [IXO and Qi Developer Kits](/sdk-reference/index).\
  Use this page as a developer workflow entry point.
</Info>

## Start here

<CardGroup>
  <Card title="SDK and kit overview (canonical)" icon="book" href="/sdk-reference/index">
    Choose the right SDK or kit, including Oracles Client SDK, Agentic Oracles ADK, and JAMBO PWA SDK.
  </Card>

  <Card title="Developer workflows" icon="diagram-project" href="/guides/dev/workflows">
    Follow end-to-end implementation patterns for entities, claims, evaluation, and integrations.
  </Card>

  <Card title="Identity and credentials" icon="id-card" href="/guides/dev/identity-and-credentials">
    Understand DID, claim, and credential relationships used across SDK workflows.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/index">
    Review service and infrastructure APIs used by SDK-based implementations.
  </Card>
</CardGroup>

## SDK quick links

<CardGroup cols={2}>
  <Card title="IXO MultiClient SDK" icon="network-wired" href="/sdk-reference/multiclient-sdk">
    Interchain protocol interactions and entity workflows.
  </Card>

  <Card title="IXO Matrix Client SDK" icon="database" href="/sdk-reference/matrix-client-sdk">
    Encrypted rooms, messaging, and shared state integrations.
  </Card>

  <Card title="Oracles Client SDK" icon="comments" href="/sdk-reference/oracles-client-sdk">
    Frontend agent-client interfaces for deployed oracles.
  </Card>

  <Card title="Agentic Oracles ADK" icon="sparkles" href="/sdk-reference/agentic-oracles-adk">
    Scaffold, implement, and deploy oracle services.
  </Card>

  <Card title="Personal Agent ADK" icon="brain" href="/sdk-reference/oracle-adk">
    Personal conversational assistant integrations.
  </Card>

  <Card title="JAMBO PWA SDK" icon="wallet" href="/sdk-reference/jambo-wallet-sdk">
    JAMBO PWA integrations with wallet-enabled workflows.
  </Card>

  <Card title="IXO SignX SDK" icon="signature" href="/sdk-reference/signx-sdk">
    User authentication and transaction signing flows.
  </Card>

  <Card title="IXO USSD gateway" icon="tower-cell" href="/articles/ixo-ussd">
    Extend IXO services to offline and feature-phone channels.
  </Card>
</CardGroup>

## Next steps

* [IXO and Qi Developer Kits](/sdk-reference/index) — canonical SDK and kit overview
* [Developer workflows](/guides/dev/workflows) — implementation patterns for domains, claims, and verification
* [API reference](/api-reference/index) — IXO service APIs
* [Developer overview](/guides/dev/overview) — task-oriented entry points
