Docs
/Getting Started
Quickstart Guide
Deploy your first governed agent in under 5 minutes.
CodeConductor allows you to build, test, and deploy AI agents with built-in governance. This guide will walk you through installing the CLI, initializing a project, and deploying a simple Q&A bot.
1. Install the CLI
The CLI is the primary way to interact with CodeConductor services.
npm install -g @codeconductor/cli2. Authenticate
Log in to your organization's tenant.
cc login3. Create a Project
Scaffold a new agent project using the starter template.
cc init my-first-agent --template=qa-bot