What’s New in v1.6.0
- Gateway Config Export / Import — Back up, restore, and migrate your OpenClaw configuration across sandboxes. Export to stdout or file, import with automatic JSON validation and Gateway restart. Supports cross-sandbox migration workflows.
Bash
- ClawHub Skill Install — Install OpenClaw extension skills from ClawHub directly into a sandbox. Skills are available immediately with no Gateway restart required.
Bash
Previous Releases
- Telegram Channel (CLI) — Polling and Webhook modes for connecting your agent to Telegram. Setup guide
- Slack Channel — Socket and HTTP modes for connecting your agent to Slack. Setup guide
- Install Script Improvements — Install directory changed to
~/.novitaclaw-cli, improvedupdatecommand with PEP 668 support and symlink recovery - On-Demand Mode — Sandbox auto-pauses after idle, resumes on access. Zero billing while paused. Learn more
- Feishu Channel — Connect your agent to Feishu (Lark) via Webhook or Event mode. Setup guide
- Web Terminal — Browser-based terminal access to your sandbox, no SSH required
- File Manager — Browse and manage workspace files directly from the browser
- systemd Service Management — Gateway, Web Terminal, and File Manager are fully managed by systemd with automatic restart on failure
- Crash Auto-Recovery — Automatic diagnostics, repair, and service restoration on repeated crashes
- Config Auto-Backup — Every config write creates an automatic backup; crash recovery restores from the latest known-good backup
Getting Started
Prerequisites
- Python installed
- A Novita API key (create/manage keys in Key Management)
How to install Python
How to install Python
WindowsDownload the Python installer and run it. Check “Add Python to PATH” before clicking Install Now — skipping this is the most common reason beginners hit errors later.macOSOpen Terminal and run:If you see Python 3.10 or higher, you’re good. If Terminal prompts you to install Command Line Developer Tools, click Install and wait a few minutes.Linux (Ubuntu / Debian)
Bash
Bash
Step 1: Install NovitaClaw
novitaclaw --help. If you see a list of commands, you’re all set.
Step 2: Set your API key
Step 3: Launch your instance
Bash
- Web UI URL — Chat with your agent
- Gateway WebSocket URL & Token — For programmatic access
- Web Terminal URL — Terminal access to the sandbox in your browser
- File Manager URL — Browse and manage workspace files
- Login credentials — Username and password for Web Terminal & File Manager

Chat tab to start using your agent.
Web Terminal
The Web Terminal provides browser-based terminal access to your sandbox environment. Open the Web Terminal URL returned by the launch command and log in with the provided credentials. This gives you a full shell session — install packages, inspect logs, or debug your agent directly.File Manager
The File Manager lets you browse, upload, download, and manage files in the sandbox workspace through a web interface. Open the File Manager URL and log in with the same credentials. Use it to view agent workspace files, edit configurations, or transfer files without needing CLI access.For existing sandboxes launched before these services were available, you can add them retroactively:
Bash
Pricing
| What you use | What you pay |
|---|---|
| Sandbox runtime | Sandbox rates |
| Novita-hosted LLMs | Model rates |
| Third-party LLMs | Sandbox runtime only |