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#
- An Ambient account with credits
- An Ambient API key from app.ambient.xyz/keys
- OpenClaw installed
Configuration#
Install the Ambient plugin from ClawHub:
openclaw plugins install clawhub:@ambientcrypto/openclawThen run onboarding with Ambient as the selected inference provider:
openclaw onboard --auth-choice ambient-api-keyYou'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:
openclawOpenClaw automatically routes requests through Ambient's inference API.
Resources#
- Quickstart: keys, first request, and what comes back
- Models and readiness: what the network is serving right now
- OpenClaw documentation (external)