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 initBootstrap a new workspace
  • orca runExecute a pipeline from triage to QA
  • orca statusInspect current pipeline state
  • orca syncPush local state to the control plane

API Reference

REST API for the Orca control plane. Manage organizations, workspaces, tasks, and webhooks programmatically.

  • AuthenticationAPI key and session-based auth
  • OrganizationsCreate and manage orgs
  • WorkspacesScoped project containers
  • TasksPipeline execution and state
  • WebhooksEvent delivery and retry tracking

Full documentation is under active development.

View on GitHub