Resources · Docs

Documentation, written to be built against.

Technical documentation, API reference, and integration guides — clean, searchable, and precise.

Full docs live at docs.staxis.ai. This index mirrors the structure for orientation, from first login to self-host.

Search documentation

Documentation index

Eight sections, from first login to self-host.

01

Getting started

  • Creating your account
  • Connecting a wallet (Privy)
  • Connecting an exchange (Coinbase, Kraken, Gemini)
  • Setting up your LLM key (OpenRouter)
  • Subscribing to your first swarm
02

Swarms

  • How swarms work
  • Available swarms (per stage)
  • Subscription management
  • The weekly digest
03

Risk controls

  • The 2.5%/3% circuit breaker
  • Per-position limits
  • Setting your risk profile
04

Audit logs

  • What's logged
  • Accessing your audit log
  • Exporting (CSV, JSON)
  • Hash-chain validation
05

Calibration reports

  • How to read a Calibration Report
  • Brier scores
  • Governance stage definitions
06

API reference

  • Authentication
  • Endpoints
  • Rate limits
  • Webhooks
07

SDK (Enterprise)

  • Installation
  • Self-host setup
  • White-label configuration
08

Compliance for family offices

  • Multi-client deployment
  • Audit report generation
  • SOC 2 readiness evidence access

API reference

Typed in. Typed out. Authenticated with an Eye-Key.

Every endpoint takes a validated request and returns a typed response. Authentication, rate limits, and webhook payloads are documented in full.

REQUESTPOST /v1/simulationsAuthorization: Eye-Key{ "actor": "...", }"horizon": "30d"RESPONSE200 OK{ "id": "sim_…","cone": [ … ],"entropy": 1.84 }

End to end

Looking for a specific endpoint, a webhook payload, or the hash-chain validation steps? The full documentation is searchable end to end.