You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enterprise-grade AI agent observability and management dashboard. Monitor agents, track tasks, stream real-time logs, and manage costs — all in one place.
Stack
Layer
Tech
Backend
FastAPI + PostgreSQL (asyncpg) + Redis
Frontend
React 18 + Vite + TypeScript + Tailwind CSS
Agents
Anthropic Claude (CEO, Researcher, Writer, Developer, Auditor)
Infra
Docker Compose (local), Railway (cloud)
Local Development
Prerequisites
Docker + Docker Compose
Anthropic API key
Start
cp .env.example .env
# Edit .env — set ANTHROPIC_API_KEY and JWT_SECRET
make dev
make seed # Seed demo data
make agents # Start all AI agents
make stop # Stop all services
make clean # Fresh database (destroys data)
make migrate # Run database migrations