Documentation Index
Fetch the complete documentation index at: https://docs.crewform.tech/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start Guide
Get CrewForm running locally in under 5 minutes.Prerequisites
- Node.js 20+
- npm 10+
- Supabase account (free tier works) — supabase.com
- At least one LLM API key (Anthropic, Google, or OpenAI)
1. Clone & Install
2. Supabase Setup
- Create a new project at supabase.com/dashboard
- Go to Settings → API and copy your URL and anon key
- Go to SQL Editor and run each migration file in order:
3. Environment
.env.local with your values:
Generate an encryption key: openssl rand -hex 32
4. Start Development
5. Task Runner (for AI execution)
The task runner processes agent tasks. In a separate terminal:6. Add Your First Agent
- Navigate to Agents → New Agent
- Give it a name and description
- Select a model (e.g.,
claude-sonnet-4-20250514) - Write a system prompt
- Go to Settings → API Keys and add your provider key
- Create a task from the Tasks page to test it
What’s Next?
- Agents Guide — Deep dive into agent configuration
- Pipeline Teams — Sequential multi-agent workflows
- Orchestration Teams — Brain agent delegates to workers dynamically
- Collaboration Teams — Agents discuss and reach consensus
- Channels — Inbound messaging (Telegram, Slack, Discord, Email)
- Output Routes — Push results to HTTP, Slack, Discord, Telegram, Teams, Asana, Trello
- Discord Integration — Detailed Discord setup guide
- API Reference — REST API documentation
- Self-Hosting Guide — Docker production deployment

