Sirius Docs
Sirius Platform

Build with the Sirius API

Create agent runs, resolve approvals and ship with confidence. The reference is generated from the OpenAPI spec on every build, so the docs can't drift from the API.

Terminal
# create an agent run
curl https://api.thesirius.ai/v1/agent/runs \
  -H "Authorization: Bearer $SIRIUS_API_KEY" \
  -d '{"input": "Summarize this week's sign-ups" }'

{"id": "run_01j9x6q8ftq", "status": "queued" }

API Reference

Every endpoint, rendered from the OpenAPI spec — schemas, examples and an interactive playground.

Guides

Step-by-step guides: authenticate, make your first API call and ship agent runs to production.

Changelog

New features, improvements and fixes with every release.