Documentation Index
Fetch the complete documentation index at: https://docs.poolside.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Use the Poolside Agent CLI to work with agents from the terminal, run one-shot tasks in scripts and automation, or connect Poolside to ACP-compatible editors. The CLI has three main interfaces:| Interface | Command | What it does |
|---|---|---|
| Interactive mode | pool | Interactive terminal sessions |
| Automated mode | pool exec | One-shot tasks and automation |
| Editor integration | pool acp | Connect ACP-compatible editors to the agent |
Interactive mode
Runpool to open a terminal session with the agent:
Automated mode
Runpool exec to send a single prompt and exit:
Editor integration
To use Poolside in an editor or client without a native Poolside extension, configure the editor to usepool acp, the Agent Client Protocol (ACP) server. Supported editors include Zed, JetBrains, Neovim, and others that implement ACP.
For example:
Related resources
For
pool CLI bugs and feature requests, open an issue on GitHub.