Guides.

Step-by-step integration guides from first API call to production rollout. Real examples with policies, gates, streaming, audit trails, and observability built in.

Learn by Building

End-to-end paths for
decision systems.

Getting Started (5 min)

Sandbox to your first governed decision with scoped project and policy gate included.

  • Create project + least-privilege key
  • Call /decisions with context & inputs
  • Handle gate status + attach evidence

Webhooks & Events (10 min)

Real-time notifications with verified delivery (signatures, retries, and idempotency).

  • Event types (decisions, alerts, impact, gates)
  • Signature verification & idempotency
  • Retry/backoff policies
  • Streaming Consumers (WebSocket)

Authentication & Security (10 min)

Secure-by-default patterns for production & enterprise.

  • Scoped API keys (RBAC by team/project)
  • SSO integration (SAML 2.0 / OIDC)
  • Audit metadata + W3C Trace Context
  • Production keys via security review

Data Integration (10 min)

Bring sources into signals for Context, Memory, and Decisions.

  • SQL/NoSQL, APIs, files, streaming (Kafka)
  • Normalization + quality gates
  • CDC patterns for real-time sync

Building Agents (15 min)

Governed agents that execute tools with full traceability.

  • Tool calls with policy scopes & limits
  • Agent versioning + staging environments
  • Execution traces + replay/debug
  • Mandatory human approval gates

Production Best Practices (20 min)

Ship reliable, observable integrations.

  • Rate limits, retries, and timeouts
  • Idempotency keys (prevent duplicates)
  • Caching + batching patterns
  • SLO monitoring + incident workflows
Recommended Paths

Pick your goal and follow the sequence.

Integrate Decisions

Getting Started, Data Integration, Webhooks & Events, Production Best Practices

Ship Agents to Production

Building Agents, Authentication & Security, Webhooks & Events, Production Best Practices

Enterprise / Regulated Rollout

Authentication & Security, Production Best Practices, Webhooks & Events, Security Review

Ready to build?

Get started with our API documentation and SDKs to integrate decision infrastructure into your systems.

API SDKs