Building an AI platform is hard. We did it for you.
Open source, self-hosted, tested with Fortune 50s.
Agentic Chat
Apps & Skills
Projects
Agent Runtime
MCP Orchestrator
RAG
LLM & MCP Proxies
Security & Guardrails
Observability & Cost Tracking

“We came across Archestra while searching for an infrastructure layer to scale and secure our internal agents. From our very first interactions, the energy, depth of knowledge, and speed of the Archestra team made the potential obvious. Archestra stood out for the team's security-first mindset, its open-source nature, an intuitive UI, and a deployment experience that just works.”
Quick Start
#Requires: Docker
$docker pull archestra/platform:latest
$
docker run -p 9000:9000 -p 3000:3000 \
-e ARCHESTRA_QUICKSTART=true \
-e ARCHESTRA_BETA=true \
-v /var/run/docker.sock:/var/run/docker.sock \
-v archestra-postgres-data:/var/lib/postgresql/data \
-v archestra-app-data:/app/data \
archestra/platform
#Then open http://localhost:3000
#Full guide: Deployment Guide
