FastClaw Docs
Reference

CLI Reference

FastClaw command groups and common workflows.

Gateway and Daemon

fastclaw
fastclaw gateway
fastclaw daemon start
fastclaw daemon stop
fastclaw daemon restart
fastclaw daemon status
fastclaw daemon install

Agents

fastclaw agents ls
fastclaw agents init <name> [--provider openai] [--model openai/gpt-4o-mini]
fastclaw agents rm <name>
fastclaw agents config <name> get [key]
fastclaw agents config <name> set <key> <value>
fastclaw agents files ls <name>
fastclaw agents files put <name> <filename> <path>
fastclaw agents files get <name> <filename> [path]

API Keys

fastclaw apikey create --name <name> --type user
fastclaw apikey list
fastclaw apikey rotate --id <apikey-id>
fastclaw apikey delete --id <apikey-id>

Types:

  • admin: full platform access
  • user: owner's agents, with app-user provisioning support
  • agent: explicit agent list only

Providers

fastclaw provider list
fastclaw provider create <name> --from-env
fastclaw provider delete <name>

Skills

fastclaw skill list
fastclaw skill search <query>
fastclaw skill install <slug>
fastclaw skill update [slug] --all
fastclaw skill remove <name>
fastclaw skill info <slug>

Sessions

fastclaw session export http://localhost:18953/agents/<agentId>/chat/<sessionKey>/ \
  -o /tmp/session.json

Session export reads from the local fastclaw.db; for remote deployments, pull the DB snapshot first.