Self-host AgentArea
AI Agent Platformsdeployed & timed by usprices checked · Aug 2026
A self-hosted runtime for governed agentic networks: instead of an agent library you import into your own app, AgentArea runs agents durably as infrastructure, with VPC-style network isolation between them, tool-approval workflows, ReBAC authorization, and full audit trails. Built on Temporal for durable execution, provider-agnostic via LiteLLM, and extensible through hosted MCP servers.
Key facts
CategoryAI Agent Platforms
LicenseApache-2.0
StackPython, Next.js, Go, Temporal
Min RAM4096 MB
Dockeryes
Difficulty
What you need
- Any VPS with at least 4096 MB of RAM
- A domain you control — most self-hosted setups need HTTPS in front of them
- About the better part of a day
Install
Run these commands on your server:
# AgentArea — official bootstrap script (downloads a runtime bundle, not the repo)
curl -fsSL https://raw.githubusercontent.com/agentarea/agentarea/main/scripts/install.sh | sh
./agentarea/agentarea doctor # checks Docker & Docker Compose are present
./agentarea/agentarea pull
./agentarea/agentarea up # → http://SERVER_IP:3000
# add an LLM provider key (Anthropic/OpenAI/etc.) under Settings, then create an agent