Back to Home
Resources
Documentation
Everything you need to get started with Qirvo and master structured AI execution.
Quick Start
Get up and running with Qirvo in under 5 minutes.
01Install the CLI
npm install -g @qirvo/cli02Initialize a project
qirvo init --project my-app03Configure agents
qirvo agent add --type ci-cd --name deployer04Execute your first command
qirvo run deploy --env stagingCLI Reference
Complete reference for all Qirvo CLI commands.
| Command | Description |
|---|---|
| qirvo init | Initialize a new project |
| qirvo agent add | Add a new agent to your project |
| qirvo agent list | List all configured agents |
| qirvo run | Execute a command or workflow |
| qirvo status | View current execution status |
| qirvo logs | View execution logs and audit trail |
| qirvo rollback | Rollback a previous execution |
| qirvo config | Manage project configuration |
Guides
Getting Started Guide
A comprehensive walkthrough of Qirvo concepts and setup.
Coming soon
Configuration Reference
Deep dive into all configuration options and environment setup.
Coming soon
Governance Guide
Learn how to set up governance rules, boundaries, and approval flows.
Coming soon
Workflow Patterns
Common workflow patterns and best practices for structured execution.
Coming soon
Full documentation is being built alongside the platform. Join early access to get notified when docs are complete.