llms.txt
Poolside
Official documentation for Poolside, including setup, CLI workflows, API usage, model deployment, and reference material.
Docs
- AGENTS.md instructions: Set up instructions for Poolside across personal, project, and directory scopes.
- OpenAI-compatible API examples: Make OpenAI-compatible API requests to Poolside models.
- Poolside API: Get started with the Poolside OpenAI-compatible API: base URLs, keys, and your first request.
- Automate tasks: Use
pool execto run one-shot tasks in scripts, CI, and automated workflows. - CLI reference: Reference for current
poolcommands, flags, slash commands, and exit codes. - Install Poolside Agent CLI: Install
pooland sign in. - Work from the terminal: Use
poolto work with a Poolside agent over multiple turns in the terminal. - Use other agent servers: Use
poolas an Agent Client Protocol (ACP) client for another compatible agent server. - Poolside Agent CLI: Use the
poolcommand for interactive sessions, automated tasks, ACP editors, and other agent servers. - Troubleshoot Poolside Agent CLI: Diagnose common Poolside Agent CLI authentication, configuration, and ACP issues.
- Configure Poolside: Shape agent behavior and control what Poolside agents can access.
- Install on Amazon EKS: Deploy Poolside model inference on Amazon EKS with Helm, using IRSA for S3 access and an Application Load Balancer for ingress.
- Manage models on Amazon EKS: Add, update, or remove inference models in an existing inference deployment on Amazon EKS.
- Amazon EKS deployment: Overview of deploying Poolside model inference on Amazon EKS by using Helm, with IRSA for object storage and an ALB for ingress.
- Reference architecture: AWS reference architecture for a Poolside model inference deployment on Amazon EKS, including the architecture diagram, the AWS layers the inference chart depends on, and the key design decisions.
- Remove from Amazon EKS: Instructions for removing a model inference deployment from an Amazon EKS cluster.
- Upgrade on Amazon EKS: Upgrade an existing model inference deployment on Amazon EKS to a new bundle.
- Install on OpenShift: Deploy Poolside model inference on OpenShift and serve models through an OpenAI-compatible API.
- Manage models on OpenShift: Add, update, or remove inference models in an existing inference deployment on OpenShift.
- OpenShift deployment: Overview of deploying Poolside model inference on Red Hat OpenShift by using Helm.
- Remove from OpenShift: Instructions for removing a model inference deployment from Red Hat OpenShift.
- Upgrade on OpenShift: Upgrade an existing model inference deployment on OpenShift to a new bundle.
- Cloud deployment: Deploy Poolside model inference in a supported GPU-backed cloud Kubernetes environment.
- Set up offline documentation: Deploy the Poolside documentation site in-cluster for offline access as part of a cloud inference deployment.
- Install on Kubernetes: Deploy Poolside model inference on a self-managed Kubernetes cluster and serve models through an OpenAI-compatible API.
- Manage models on Kubernetes: Add, update, or remove inference models in an existing inference deployment on upstream Kubernetes.
- Upstream Kubernetes deployment: Overview of deploying Poolside model inference on a self-managed Kubernetes cluster by using Helm.
- Remove from upstream Kubernetes: Instructions for removing a model inference deployment from an upstream Kubernetes cluster.
- Upgrade on Kubernetes: Upgrade an existing model inference deployment on upstream Kubernetes to a new bundle.
- Use LiteLLM with Poolside model inference: Deploy LiteLLM as an OpenAI-compatible gateway in front of Poolside model inference.
- Admin toolkit: Common commands and checks for operating a Poolside on-premises model inference deployment.
- Certified on-premises model inference stack: July 2026: Certified software components and versions for the Poolside July 2026 on-premises model inference stack.
- Certified stacks: Certified software stacks for supported Poolside on-premises model inference deployments.
- On-premises deployment FAQ: Answers to common questions about Poolside on-premises model inference deployments.
- Install on-premises: Install Poolside model inference on a single on-premises GPU host by using the Terraform installation bundle.
- On-premises deployment: Overview of Poolside on-premises model inference deployments, including hardware options, architecture, installation approach, and operational considerations.
- Relocate an on-premises server: Relocate a Poolside on-premises model inference server to a different physical network.
- Server and service maintenance: Stop, start, reboot, or fully shut down a Poolside on-premises model inference node.
- STIG hardening considerations: Considerations for deploying Poolside on-premises model inference on STIG-hardened systems, including known compatibility issues and recommended configurations.
- Storage requirements: Storage guidance for Poolside on-premises model deployments, including partitioning recommendations and model checkpoint storage.
- Upgrade on-premises: Upgrade an on-premises Poolside model inference deployment to a new installation bundle.
- Supported configurations: Review supported environments and minimum requirements for Poolside model inference.
- System checks: Use dive to validate infrastructure readiness before and after deploying the Poolside inference stack, and to check GPU node configuration.
- Log in to Poolside: Choose an authentication option and start using Poolside models.
- Poolside overview: Poolside provides agentic coding models, self-managed inference, APIs, and agent workflows for secure software engineering.
- Quickstart: Install Poolside Agent CLI, log in, and run your first agent task.
- Supported models: Compare supported Poolside models by intended use, context window, and reasoning support.
- Poolside Documentation: Build with Poolside agentic coding models in your terminal, editor, tools, or applications.
- Example prompts: Common development tasks and example prompts you can use with Poolside.
- Example workflows: Common tasks you can accomplish with Poolside Agent CLI.
- How agents work: A conceptual overview of agents powered by large language models, including their core components, behavior, and common use cases.
- Resources: Find conceptual guides, task-focused how-tos, example prompts, and use cases for working with Poolside.
- Prompting best practices: Learn how to write effective prompts to get the most out of Poolside.
- How to run a Poolside model locally: Run an open-weight Poolside model locally to power a coding agent on your own hardware.
- Documenting code: This use case demonstrates how to use Poolside to generate, improve, and maintain code documentation. This can be especially useful when interacting with legacy codebases and understanding how existing codebases work.
- Refactoring code: This use case demonstrates how to use Poolside to refactor code by understanding existing implementations and suggesting improvements while maintaining functionality.
- Visualizing data flows: This use case demonstrates how to use Poolside to generate visual representations of code structures, workflows, and architectures using Mermaid diagrams.
- Videos: Learn how to use Poolside with demos and walkthroughs.
- Sandboxes: Run Poolside agents in local sandbox environments with file system and network controls.
- Secrets: Store sensitive values like API keys and tokens that agents can use without exposing the raw value.
- Settings file reference: Reference for settings you can define in Poolside
settings.yamlfiles. - Skills: Use local skills to give agents reusable, task-specific instructions and resources.
- Support Overview: Overview of Poolside support offerings, eligibility requirements, and options for non-standard deployments.
- Premium Support: Learn about Poolside Premium Support, response times, and scope.
- Standard Support: Learn about Poolside Standard Support, response times, and more.
- Submit a Support Request: How to open a support request through the Poolside support portal, set the right metadata, and write requests that get resolved faster.
- Tool integrations: Use Poolside with editors, desktop apps, coding agents, and local model runtimes.
- Use Poolside models in Cline: Configure Cline to use Poolside models through Poolside Platform or OpenRouter.
- Use Poolside models in GitHub Copilot: Configure GitHub Copilot in VS Code to use Poolside models through OpenRouter.
- Run Poolside in GitHub Actions: Automate code review, security scans, release notes, and other repository tasks with Poolside in GitHub Actions workflows.
- Use Poolside models in Goose: Configure Goose to use Poolside models through Poolside Platform, a Poolside deployment, or OpenRouter.
- Use Poolside in JetBrains: Configure JetBrains IDEs to use Poolside through Agent Client Protocol.
- Use Poolside in Neovim with CodeCompanion: Configure Neovim with CodeCompanion to use Poolside through Agent Client Protocol.
- Use Poolside with Ollama: Run Poolside Agent CLI with models served by Ollama.
- Use Poolside models in OpenCode: Configure OpenCode to use Poolside models through Poolside Platform, a Poolside deployment, or OpenRouter.