Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ixo.world/llms.txt

Use this file to discover all available pages before exploring further.

This page explains integration patterns at a system level. For exact SDK usage and API contracts, use the linked SDK and API reference pages.

Integration surfaces

IXO MultiClient SDK

Unified application integration across protocol, data, and orchestration services.

IXO Matrix Client SDK

Secure room-based data exchange and event communication.

Agentic Oracles ADK

Verification and automation workflows driven by agent services (@ixo/oracle-agent-sdk).

IXO SignX SDK

Signing and delegated authorization for user and service actions.

Common integration patterns

Connect external devices to domain workflows by capturing telemetry, validating it, and attaching verifiable evidence to claims.
Synchronize trusted records from external registries into IXO domains with explicit mapping and provenance rules.
Use encrypted room-based channels for partner collaboration, review, and governed access to shared records.
Trigger settlement logic from verified outcomes while preserving auditable state transitions.

Design considerations

  • Define source-of-truth boundaries before syncing data between systems.
  • Treat identity and authorization as first-class integration concerns.
  • Separate operational telemetry from evidence-grade records.
  • Prefer idempotent event and claim-processing workflows.

Go here next

Developer guides

Follow step-by-step implementation workflows.

SDK overview

Choose the right SDK for your integration path.

API reference

Use canonical API pages for exact request and response details.