<aside>

Overview

:ambient-logo-original: Ambient Documentation

What is Ambient?

Getting Started

Testnet

App

API

On-Chain

Tool Oracle

Claude Code

OpenClaw

OpenCode

Miners

Encyclopedia

Solana Quickstart

X402 Client Documentation

Developers

OpenAI SDK

Anthropic SDK

API Docs

API Playground

Links

🌐 Homepage

✉️ [email protected]

:discord-symbol-blurple: Discord

</aside>

This guide shows how to configure OpenClaw to use Ambient's inference API.

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, you can run OpenClaw as normal:

openclaw

OpenClaw will automatically route requests through Ambient's inference API.

Resources