Skip to main content

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)

  1. Sign up at agentbot.raveculture.xyz
  2. Start your 7-day free trial (no card required)
  3. Add your AI API key (OpenRouter recommended)
  4. Click Deploy Agent

GitHub Codespaces

Open in GitHub Codespaces
cp .env.example .env
npm install
npm run dev

Local Setup

git clone https://github.com/Eskyee/agentbot-opensource.git
cd agentbot-opensource
cp .env.example .env
docker-compose up -d
npm install && npm run dev
Backend: cd agentbot-backend && npm install && npm run dev

Environment Variables

VariableDescriptionRequired
DATABASE_URLPostgreSQL connection stringYes
NEXTAUTH_SECRETopenssl rand -base64 32Yes
REDIS_URLredis://localhost:6379Yes
OPENROUTER_API_KEYAI provider keyYes

Next Steps

Skills

Browse 45+ skills

Architecture

Platform design