openclaw.json.
Watch the setup video
Prerequisites
- You have OpenClaw installed. For installation options, see Install OpenClaw.
- You have one of the following:
- A Poolside Platform API key. To create one, go to platform.poolside.ai.
- The base URL and API key, if required, for your self-managed model endpoint.
Steps
-
Install the Poolside provider plugin from ClawHub.
-
Authenticate with Poolside.
- Poolside Platform
- Self-managed Poolside inference
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 Platform 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 you configured
POOLSIDE_API_KEY and the OpenClaw Gateway runs as a daemon (launchd/systemd), make sure the variable is available to that process (for example, in ~/.openclaw/.env or via env.shellEnv).