Documentation
Orca Docs
Everything you need to integrate Orca into your delivery workflow. From CLI quickstart to full API reference.
Quickstart
Get up and running with Orca in under five minutes.
- Install the CLI with npx orca init
- Configure your first workspace
- Run your first pipeline end-to-end
CLI Reference
Complete reference for every Orca CLI command and flag.
orca init— Bootstrap a new workspaceorca run— Execute a pipeline from triage to QAorca status— Inspect current pipeline stateorca sync— Push local state to the control plane
API Reference
REST API for the Orca control plane. Manage organizations, workspaces, tasks, and webhooks programmatically.
Authentication— API key and session-based authOrganizations— Create and manage orgsWorkspaces— Scoped project containersTasks— Pipeline execution and stateWebhooks— Event delivery and retry tracking
Full documentation is under active development.
View on GitHub