Open Source vs. Commercial
Agenta follows an open-core model. The core product is open source under the MIT license: prompt management, the playground, observability, evaluation, agents, custom workflows, team workspaces, and role-based access control. Commercial features cover enterprise governance (single sign-on managed per organization, audit logs, custom roles) and professional support.
This page tells you exactly what is in each edition, so you can decide whether the self-hosted open-source version gives you what you need.
Licensing
The repository at github.com/Agenta-AI/agenta contains two kinds of code:
- Everything outside the
ee/directories is licensed under the MIT license. You can self-host it, modify it, and use it in commercial products without restrictions. This includes all SDKs and client libraries. - Code inside the
ee/directories is source-available under the Agenta Enterprise License. You can read it and modify it for development and testing, but production use requires a commercial agreement.
The open-source build does not include any Enterprise-licensed code. The open-source Docker images are built only from the MIT-licensed directories, and the application never loads ee/ code when it runs with the open-source license. Running the open-source version cannot execute enterprise-restricted code.
Feature availability
| Feature | Open Source | Commercial |
|---|---|---|
| Prompt management and playground | ✅ | ✅ |
| Observability and tracing | ✅ | ✅ |
| Automatic and human evaluation | ✅ | ✅ |
| Agents, agent runner, and sandboxed execution | ✅ | ✅ |
| Custom workflows | ✅ | ✅ |
| API access, API keys, and SDKs | ✅ | ✅ |
| Provider keys and secrets management | ✅ | ✅ |
| Multiple organizations and workspaces | ✅ | ✅ |
| Team invitations and user management | ✅ | ✅ |
| Role-based access control (built-in roles) | ✅ | ✅ |
| Authentication, including OAuth/OIDC providers configured at deployment | ✅ | ✅ |
| Organization-managed SSO with domain verification | ❌ | ✅ |
| Custom roles | ❌ | ✅ |
| Audit logs | ❌ | ✅ |
| Professional support with SLAs | ❌ | ✅ |
Some commercial features are tied to specific plans. See the pricing page for which plan includes what.