Skip to main content

Getting Started with AgentArea

Create your first AI agent in under 5 minutes. This guide walks you through installation, setup, and building your first working agent.
Make sure you have Docker installed and running before starting.

πŸ“‹ Prerequisites

Required Software

  • Docker (v20.10+) or Podman (v4.0+)
  • Docker Compose (v2.0+)
  • Git (v2.30+)
  • Python (v3.11+) - for local development
  • Node.js (v18+) - for frontend development

System Requirements

  • RAM: 8GB minimum, 16GB recommended
  • Storage: 10GB free space
  • OS: Linux, macOS, or Windows with WSL2

πŸš€ Quick Setup (5 minutes)

1. Clone the Repository

2. Environment Configuration

3. Start Development Environment

4. Verify Installation

πŸ”§ Development Environment

Service Overview

Key URLs

  • API Documentation: http://localhost:8000/docs
  • Admin Interface: http://localhost:8000/admin
  • MCP External Access: http://localhost:81/mcp/{slug}/mcp/

πŸ› οΈ Development Workflow

Daily Development

Database Operations

CLI Usage

AgentArea ships an interactive CLI (@agentarea/cli) for authenticating, discovering agents, and streaming task output. See the agentarea-cli README for full usage.

πŸ§ͺ Testing Your Setup

1. API Health Check

2. Create Your First Agent

3. Test MCP Integration

4. Verify Database Connection

πŸ“š Next Steps

For Backend Developers

  1. Platform Architecture - Understand the system design
  2. Building Agents - Create and configure AI agents
  3. API Reference - Explore available endpoints
  4. Agent Communication - A2A protocol patterns

For Frontend Developers

  1. Platform Overview - Understand the full stack
  2. API Reference - API integration patterns
  3. Features - All platform capabilities

For DevOps/Infrastructure

  1. Infrastructure - Architecture and scaling patterns
  2. Deployment Guide - Docker, Kubernetes, and cloud deployment
  3. Monitoring - Observability and alerting setup

For Product/Business

  1. Platform Overview - Vision and architecture
  2. Roadmap - Development priorities
  3. Features - All platform capabilities

πŸ” Troubleshooting

Common Issues

Services Won’t Start

Database Connection Errors

Permission Errors

Module Import Errors

Getting Help

  1. Check Logs: docker compose -f docker-compose.dev.yaml logs -f
  2. Service Status: docker compose -f docker-compose.dev.yaml ps
  3. Health Checks: Visit health endpoints listed above
  4. Documentation: Check our troubleshooting guide
  5. Community Support: Ask for help in GitHub Discussions

πŸŽ‰ Success!

If you’ve reached this point, you should have:
  • βœ… AgentArea running locally
  • βœ… All services healthy
  • βœ… Database connected
  • βœ… First API call successful

πŸš€ What’s Next?

Build Your First Agent

Create a working AI agent with our step-by-step guide

Explore Examples

See real-world examples and use cases
Ready to build amazing AI agent experiences! πŸš€
Last updated: March 2026