Getting Started
Prerequisites
- Python installed
- A Novita API key (create/manage keys in Key Management)
Install and Launch
Bash
- Web UI URL
- WebSocket URL
- Gateway Token

Chat tab to use your agent.
Configuring Models
Each instance starts with two preconfigured Novita-hosted models:| Model | Role |
|---|---|
moonshotai/kimi-k2.5 | Primary |
minimax/minimax-m2.5 | Fallback |
Settings -> Config, switch to Raw JSON mode, then update:
Step 1: Register a model under provider
Step 2: Set primary and fallback

Connecting Channels
Channels are disabled by default and must be configured.Telegram
- Open Telegram and find @BotFather.
- Send
/newbotand complete setup. - Copy the bot token and send it in the OpenClaw Web UI
Chattab. - In Telegram, open your bot and send
/start. - Copy the pairing code and paste it in the Web UI
Chattab.

Command Reference
launch
Create a new instance.
Bash
| Option | Description |
|---|---|
--api-key | Novita API key |
--gateway-token | Custom gateway token (optional, auto-generated by default) |
--timeout | Creation timeout in seconds (default: 60) |
list
List active instances.
Bash
status
Check instance status.
Bash
stop
Terminate an instance.
Bash
tui
Connect via terminal UI.
Bash
Programmatic Usage
Use JSON output for automation:Bash
Environment Variables
| Variable | Description |
|---|---|
NOVITA_API_KEY | API key, avoids passing --api-key each time |
OPENCLAW_GATEWAY_TOKEN | Preset gateway token |
Pricing
| Item | Billing |
|---|---|
| Sandbox runtime | Sandbox rates |
| Novita-hosted LLMs | Model rates |
| Third-party LLMs | Sandbox runtime only |
Troubleshooting
Command not found
Try one of these:Bash
Connection timeout
Increase launch timeout:Bash