Files
openclaw/docs/start/onboarding-overview.md
2026-03-16 19:50:31 -05:00

1.4 KiB

summary, read_when, title, sidebarTitle
summary read_when title sidebarTitle
Overview of OpenClaw onboarding options and flows
Choosing an onboarding path
Setting up a new environment
Onboarding Overview Onboarding Overview

Onboarding Overview

OpenClaw supports multiple onboarding paths depending on where the Gateway runs and how you prefer to configure providers.

Choose your onboarding path

  • CLI onboarding for macOS, Linux, and Windows (via WSL2).
  • macOS app for a guided first run on Apple silicon or Intel Macs.

CLI onboarding

Run onboarding in a terminal:

openclaw onboard

Use CLI onboarding when you want full control of the Gateway, workspace, channels, and skills. Docs:

macOS app onboarding

Use the OpenClaw app when you want a fully guided setup on macOS. Docs:

Custom Provider

If you need an endpoint that is not listed, including hosted providers that expose standard OpenAI or Anthropic APIs, choose Custom Provider in the CLI onboarding. You will be asked to:

  • Pick OpenAI-compatible, Anthropic-compatible, or Unknown (auto-detect).
  • Enter a base URL and API key (if required by the provider).
  • Provide a model ID and optional alias.
  • Choose an Endpoint ID so multiple custom endpoints can coexist.

For detailed steps, follow the CLI onboarding docs above.