Skip to main content
Connect OpenClaw to Poolside models through the official Poolside provider plugin. The plugin publishes the Poolside model catalog to OpenClaw, so you don’t need custom provider entries in 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

  1. Install the Poolside provider plugin from ClawHub.
  2. Authenticate with Poolside.
    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.
  3. 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 /model command in the chat.
  4. 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).