The all-in-one open-source enterprise AI platform.
Built on a strong security and observability foundation: SSO and RBAC, sandboxed code execution, Dual-LLM and Lethal-Trifecta guardrails, OpenTelemetry traces, and Prometheus metrics โ first-class, not bolted on.
Quickstart ย ยทย Docs ย ยทย Releases ย ยทย Slack
<br /><video src="https://github.com/user-attachments/assets/4b278679-9615-4d4a-9bd0-57d0585041c4" controls playsinline width="800"></video>
</div>What it does
Point your users โ or your agents, or Claude / Codex / Cursor โ at one URL. Archestra handles the rest:
- ๐ฌ Chat for non-technical users. Internal AI assistant with projects, MCP apps, and Slack, MS Teams, and email front-ends.
- ๐ ๏ธ Developer LLM & MCP portal. One token for Claude Code, Codex, Cursor โ see the proxy.
- ๐ช LLM gateway for any provider (Anthropic, OpenAI, Azure, Bedrock, DeepSeek, โฆ) with cost limits, virtual API keys, and dynamic model routing.
- ๐ MCP gateway with OAuth + On-Behalf-Of so tools run as the user, not a shared service account.
- ๐ค A2A gateway for agent-to-agent triggers.
- ๐ฆ Private MCP registry so teams ship their own tools โ see registry docs.
- ๐ผ MCP orchestrator with a Kubernetes operator and self-serve promotion.
- ๐ค Agent runtime with scheduled / email / webhook triggers, sub-agent delegation, reusable skills, sandboxed code execution, and a K8s-native filesystem.
- ๐ RAG knowledge base plumbed via connectors to your existing stack.
- ๐งฉ Mini app builder โ see apps.
- ๐ก๏ธ Deterministic guardrails for tool calls, Dual-LLM verification, and Lethal Trifecta protections.
- ๐ชช Identity & access with SSO (OIDC, SAML, Okta, Entra), RBAC with role mapping & team sync, and secrets management.
- ๐ Environments with per-env egress policies and per-env cost limits.
- ๐ญ Observability out of the box: OpenTelemetry traces, Prometheus metrics, logs, per-team cost tracking.
Already running dangerous single-tenant agents like Claude Cowork, OpenClaw, or Hermes in your enterprise? Migration Kit โ
Quickstart
docker pull archestra/platform:latest
docker run \
-p 127.0.0.1:9000:9000 -p 127.0.0.1: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
Open http://localhost:3000. Full Docker / Helm / Kubernetes instructions live in the quickstart docs.
Ready for production
- โ $13.5M total funding
- โ Three Fortune-50 deployments
- โ 31 ms at p95 โ performance benchmarks โ
- โ Terraform provider โ
- โ Helm chart โ
Deeper docs
- ๐ Platform overview โ what's in the box, how the pieces fit together.
- ๐ Deployment โ Docker, Helm, Kubernetes, every env var, secrets management.
- ๐ฐ Pricing model โ Open Core, free for teams under 30 users, enterprise licensing.
- ๐ก๏ธ Security & bug bounty
- ๐ค Contributing โ set up the dev env, run e2e tests, open a PR.
Thank you for continuously making Archestra better โ you're awesome ๐ซถ
<a href="https://github.com/archestra-ai/archestra/graphs/contributors"> <img src="https://contrib.rocks/image?repo=archestra-ai/archestra" alt="Contributors" /> </a><div align="center"> <br /> <a href="https://www.archestra.ai/blog/archestra-joins-cncf-linux-foundation"><img src="docs/assets/linux-foundation-logo.webp" height="50" alt="Linux Foundation" /></a> <a href="https://www.archestra.ai/blog/archestra-joins-cncf-linux-foundation"><img src="docs/assets/cncf-logo.webp" height="50" alt="CNCF" /></a> </div>