Full programmatic
control.
Everything in the dashboard is available via CLI and API. Automate workflows, integrate with CI/CD, and build custom tooling on top of the platform.
CLI Tool
$ orqi task create "Fix login bug"
$ orqi task list --status running
$ orqi task get abc-123
$ orqi types list
Direct terminal access. Zero LLM cost for lookups.
REST API
POST /api/tasks
GET /api/agents
PUT /api/config
GET /api/health
Comprehensive REST API with authentication and structured responses.
WebSocket
ws://host/api/ws
{'type: "chat"'}
{'type: "subscribe"'}
Real-time communication for chat, task updates, and notifications.
Shared client library
A typed TypeScript client library powers both the CLI and dashboard. Use it in your own tools for consistent, type-safe API access with full autocompletion.
Build on the platform
Request access to start integrating Orqista into your engineering workflows.
Request Early Access