FastClaw Documentation
Build, run, integrate, and deploy FastClaw agents.
FastClaw is a lightweight AI agent runtime written in Go. It creates and runs agents with their own identity, memory, skills, tools, channels, schedulers, and sandboxed execution.
Start Here
- Introduction explains the runtime model.
- Quick Start installs FastClaw and creates a first agent.
- Configuration covers the
FASTCLAW_*bootstrap env vars. - API documents the OpenAI-compatible and dashboard APIs.
Common Use Cases
| Goal | Read |
|---|---|
| Run a local agent dashboard | Quick Start |
| Create agents from the CLI | Agents |
| Add reusable capabilities | Skills and Plugins |
| Connect Telegram, Discord, Slack, WeChat, LINE, or Feishu | Channels |
| Expose FastClaw behind another SaaS | API |
| Run generated code safely | Sandbox |
| Deploy multi-pod infrastructure | Deployment |