Skip to Content
IDE SetupOpenClaw

OpenClaw Setup

OpenClaw supports custom OpenAI-compatible providers through its onboarding flow.

Configure FlowAPI

Run:

openclaw onboard

Then follow the prompts:

  1. Choose Yes to start setup.
  2. Choose QuickStart.
  3. Choose Custom Provider.
  4. Enter https://api.flowapi.net/v1.
  5. Choose Paste API key now.
  6. Paste your FlowAPI API key.
  7. Choose OpenAI-compatible.
  8. Enter the FlowAPI model ID you want to use.
  9. Name the configuration, for example FlowAPI.
  10. Leave the final optional field blank unless your workspace requires it.
OpenClaw custom provider setup

After saving, restart OpenClaw or open a new OpenClaw session.

Verify the setup

  • Confirm requests use the model ID you entered.
  • Confirm the URL includes /v1.
  • If authentication fails, create a fresh FlowAPI key and paste it again.
Last updated on