Documentation Index
Fetch the complete documentation index at: https://docs.agentbot.raveculture.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Deploy Your First Agent
Hosted Platform (fastest)
- Sign up at agentbot.raveculture.xyz
- Start your 7-day free trial (no card required)
- Add your AI API key (OpenRouter recommended)
- Click Deploy Agent
GitHub Codespaces
Local Setup
cd agentbot-backend && npm install && npm run dev
Environment Variables
| Variable | Description | Required |
|---|---|---|
| DATABASE_URL | PostgreSQL connection string | Yes |
| NEXTAUTH_SECRET | openssl rand -base64 32 | Yes |
| REDIS_URL | redis://localhost:6379 | Yes |
| OPENROUTER_API_KEY | AI provider key | Yes |
Next Steps
Skills
Browse 45+ skills
Architecture
Platform design