Before you start
The steps on this page use Poolside Agent CLI. See Install Poolside Agent CLI. Other Poolside tools use the same login options and prompts.Choose a login option
Open a terminal and runpool login. The CLI shows four options.
| Option shown in the CLI | Choose it if you |
|---|---|
| Log in with Poolside Platform | Want free access to models hosted by Poolside. Recommended for most users. |
| Log in to an existing Poolside tenant (enterprise) | Have a Poolside deployment from your organization. |
| Log in with OpenRouter | Already use OpenRouter, which offers free and paid access to Poolside models. |
| Connect an OpenAI-compatible provider | Run Poolside models through another provider, your own server, or an organization gateway. |
pool.
Log in with Poolside Platform
Choose this option if you want free access to models hosted by Poolside.- In the terminal, choose Log in with Poolside Platform.
- In the browser window that opens, sign in to Poolside Platform or create an account.
- Copy the API key that Poolside creates for you.
- Return to the terminal.
- Paste the key at the Enter API key prompt.
The API key created through Poolside Platform is for Poolside-hosted access. If your organization has a Poolside deployment, use that URL and sign-in method instead.
Log in to an existing Poolside tenant (enterprise)
Choose this option if your organization has its own Poolside deployment. Your Poolside administrator gives you the API URL.- In the terminal, choose Log in to an existing Poolside tenant (enterprise).
- Enter the API URL provided by your organization.
- Choose how to authenticate:
- Log in via browser: Complete the sign-in in the browser window that opens.
- Provide API token: Paste your token at the Enter API token prompt.
Log in with OpenRouter
Choose this option if you already use OpenRouter. OpenRouter offers free and paid access to Poolside models.- In the terminal, choose Log in with OpenRouter.
- Go to OpenRouter API keys, sign in, and create an API key.
- Return to the terminal.
- Paste the key at the Enter API key prompt.
Connect an OpenAI-compatible provider
Choose this option if you have access to an endpoint that serves Poolside models through an OpenAI-compatible API, such as:- A third-party inference provider, such as Baseten
- A model server you run yourself, such as vLLM or Ollama
- Your organization’s internal gateway or proxy
- In the terminal, choose Connect an OpenAI-compatible provider.
- Enter the base URL for your provider’s OpenAI-compatible endpoint.
- Paste your provider’s API key at the Enter API key prompt.
If your server does not validate API keys, enter any non-empty value at the Enter API key prompt, such as
local-test.If you run a local model server, or use a provider that does not list models from its API, set the model name before starting pool:Verify your login
Run:pool starts an interactive session and shows a Connected to agent server: message.
If the CLI cannot connect, see Troubleshoot Poolside Agent CLI.