refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -8,7 +8,7 @@ read_when:
# API usage & costs
This doc lists **features that can invoke API keys** and where their costs show up. It focuses on
Moltbot features that can generate provider usage or paid API calls.
OpenClaw features that can generate provider usage or paid API calls.
## Where costs show up (chat + CLI)
@@ -21,14 +21,14 @@ Moltbot features that can generate provider usage or paid API calls.
- `/usage tokens` shows tokens only; OAuth flows hide dollar cost.
**CLI usage windows (provider quotas)**
- `moltbot status --usage` and `moltbot channels list` show provider **usage windows**
- `openclaw status --usage` and `openclaw channels list` show provider **usage windows**
(quota snapshots, not per-message costs).
See [Token use & costs](/token-use) for details and examples.
## How keys are discovered
Moltbot can pick up credentials from:
OpenClaw can pick up credentials from:
- **Auth profiles** (per-agent, stored in `auth-profiles.json`).
- **Environment variables** (e.g. `OPENAI_API_KEY`, `BRAVE_API_KEY`, `FIRECRAWL_API_KEY`).
- **Config** (`models.providers.*.apiKey`, `tools.web.search.*`, `tools.web.fetch.firecrawl.*`,
@@ -86,8 +86,8 @@ See [Web tools](/tools/web).
### 6) Provider usage snapshots (status/health)
Some status commands call **provider usage endpoints** to display quota windows or auth health.
These are typically low-volume calls but still hit provider APIs:
- `moltbot status --usage`
- `moltbot models status --json`
- `openclaw status --usage`
- `openclaw models status --json`
See [Models CLI](/cli/models).
@@ -98,7 +98,7 @@ invokes provider APIs when it runs.
See [Session management + compaction](/reference/session-management-compaction).
### 8) Model scan / probe
`moltbot models scan` can probe OpenRouter models and uses `OPENROUTER_API_KEY` when
`openclaw models scan` can probe OpenRouter models and uses `OPENROUTER_API_KEY` when
probing is enabled.
See [Models CLI](/cli/models).