Supported Agents
Blueprint AI supports multiple AI agents. You can switch between them per session or run multiple agents in parallel across tabs. Select an agent below for setup instructions.
Agent Types
There are two categories of agents:
- CLI Agents — External processes that communicate via JSON-RPC over stdin/stdout. The plugin spawns the process and manages its lifecycle.
- HTTP Agent (OpenRouter) — Built-in agent that makes direct API calls. No external process or CLI installation needed.
OpenRouter (Built-in)
Built-in HTTP agent with 200+ models. No CLI or external process required.
Claude Code
Anthropic's coding agent via JSON-RPC over stdio. Supports session resume and thinking.
Gemini CLI
Google's Gemini agent with built-in ACP support. Requires Google Cloud auth.
Codex CLI
OpenAI's Codex agent with reasoning effort configuration.
OpenCode
Go-based AI coding agent with self-contained ACP support.
Cursor Agent
Cursor's AI agent wrapped via the cursor-acp adapter.
Copilot CLI
GitHub Copilot with built-in ACP support. Requires GitHub auth.
Custom Agents
You can add custom ACP-compatible agents in Project Settings > Plugins > Blueprint AI > BAI Agents > Custom Agents. Each custom agent entry specifies a display name, executable path, arguments, working directory, environment variables, and optional API key or model ID.