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/cli

02Initialize a project

qirvo init --project my-app

03Configure agents

qirvo agent add --type ci-cd --name deployer

04Execute your first command

qirvo run deploy --env staging

CLI Reference

Complete reference for all Qirvo CLI commands.

CommandDescription
qirvo initInitialize a new project
qirvo agent addAdd a new agent to your project
qirvo agent listList all configured agents
qirvo runExecute a command or workflow
qirvo statusView current execution status
qirvo logsView execution logs and audit trail
qirvo rollbackRollback a previous execution
qirvo configManage 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.