Installation

Install the Circuit CLI and SDK for your chosen language.

What you'll need

  • Bun installed (for CLI and TypeScript SDK)

  • A Circuit account

Development Tools

Python Recommendations

TypeScript Recommendations

CLI

Install the Circuit CLI using Bun:

bun install -g @circuitorg/agent-cli

Links:

Verify installation:

SDK

Python SDK

Install using uv (recommended):

Or using pip:

Links:

TypeScript SDK

Install using bun (recommended):

Or using npm:

Links:

Next Steps

After installation, proceed to Quickstart to create your first agent.

Last updated