FastClaw Docs

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

GoalRead
Run a local agent dashboardQuick Start
Create agents from the CLIAgents
Add reusable capabilitiesSkills and Plugins
Connect Telegram, Discord, Slack, WeChat, LINE, or FeishuChannels
Expose FastClaw behind another SaaSAPI
Run generated code safelySandbox
Deploy multi-pod infrastructureDeployment