pool connects to the Poolside agent server. You can also use pool as an Agent Client Protocol (ACP) client for another compatible agent server, such as Claude Agent, Codex, or Gemini.
Prerequisites
- You have another ACP-compatible agent server installed and runnable on your machine, or the URL of a remote ACP server.
- You know the command or URL that starts that agent server.
Steps
-
Start
poolwith--agent-serverand the command or URL for the agent you want to use: -
To choose from configured agent servers interactively instead of passing a command each time, run:
-
To reuse a server without retyping its command or URL, add an
agent_serversentry to~/.config/poolside/settings.yaml. Setpool.default_agent_serverto use it automatically, or select it later withpool -s.For remote ACP servers, you can also configureAgent server example for ~/.config/poolside/settings.yamlheaderson theagent_serversentry. For full configuration details, see Agent servers.