docs/integrations/pool.mdx
Pool is Poolside's software agent for the terminal, built for enterprise development workflows.
Install Pool:
ollama launch pool
ollama launch pool --model kimi-k2.6:cloud
Arguments after -- are passed directly to Pool:
ollama launch pool -- --help
Pool connects to Ollama using the OpenAI-compatible API via environment variables.
export POOLSIDE_STANDALONE_BASE_URL=http://localhost:11434/v1
export POOLSIDE_API_KEY=ollama
pool -m kimi-k2.6:cloud
Or run with environment variables inline:
POOLSIDE_STANDALONE_BASE_URL=http://localhost:11434/v1 POOLSIDE_API_KEY=ollama pool -m kimi-k2.6:cloud