OpenClaw

Configure OpenClaw to use Ambient as its inference provider by installing the Ambient plugin from ClawHub and onboarding with your API key.

OpenClaw can use Ambient's inference API as its provider through the Ambient plugin. Configuration is one plugin install plus onboarding with your API key.

Prerequisites#

  1. An Ambient account with credits
  2. An Ambient API key from app.ambient.xyz/keys
  3. OpenClaw installed

Configuration#

Install the Ambient plugin from ClawHub:

openclaw plugins install clawhub:@ambientcrypto/openclaw

Then run onboarding with Ambient as the selected inference provider:

openclaw onboard --auth-choice ambient-api-key

You'll be prompted for your Ambient API key. Paste the key from app.ambient.xyz/keys when asked.

Usage#

Once configured, run OpenClaw as normal:

openclaw

OpenClaw automatically routes requests through Ambient's inference API.

Resources#