Terminal
Run interactive, multi-turn sessions in your project directory.
Automation
Run one-shot tasks in scripts, CI jobs, and other automated workflows.
Editors
Work with Poolside where you write code.
Desktop apps
Use a dedicated app experience outside your editor.
Coding agents
Use Poolside models in third-party coding agents.
Local models
Run Poolside models locally with Ollama or SGLang.
Applications
Send model requests from your own tools and services.
Third-party tools control their own configuration flows, supported providers, and permission settings. Review the tool’s documentation and security model before you let it read files, edit code, run commands, or use external services.
Work from the terminal
Usepool from Poolside Agent CLI for interactive, multi-turn sessions in your project directory. To get started, see Work from the terminal.
Automate tasks
Usepool exec from Poolside Agent CLI to run one-shot tasks in scripts, CI jobs, and other automated workflows. To get started, see Automate tasks. To run tasks in GitHub Actions, see Run Poolside in GitHub Actions.
Work in an editor
Use Poolside in an editor when you want agent help where you already write code. There are two paths:- ACP editors use
pool acpto run Poolside Agent CLI from the editor. The editor acts as the ACP client, andpool acpruns the agent session. - Editor extensions run their own agent experience and call Poolside models directly or through the providers each tool supports.