openclaw.json.
Watch the setup video
Prerequisites
- You have OpenClaw installed. For installation options, see the OpenClaw documentation.
- You have one of the following:
- A Poolside Platform API key. To create one, go to platform.poolside.ai.
- An API key for your organization’s Poolside deployment.
Steps
-
Install the Poolside provider plugin from ClawHub.
-
Authenticate with Poolside.
- Poolside Platform
- Poolside deployment
Review and accept the security disclaimer, select the default quick-start setup mode, then select Poolside when prompted for your primary authentication and model provider. Paste your Poolside API key when prompted. -
Set a default model.
The plugin registers the available Poolside models. To find model IDs for your access method, see List available models. To switch models for one chat without changing the default, use the
/modelcommand in the chat. -
Send your first prompt.
Start an agent session or send a message on a connected channel. Use a prompt that is specific and has a clear expected result, such as one of these examples:
Confirm OpenClaw responds using the selected Poolside model. To check the primary model and provider authentication directly, run
openclaw models status.
If the OpenClaw Gateway runs as a daemon (launchd/systemd), make sure
POOLSIDE_API_KEY is available to that process (for example, in ~/.openclaw/.env or via env.shellEnv).