AI Potluck
Organization

Agenta AI

company

Openness profile

1 product on the map — 1 open.

Agenta

Openness

4 high confidence
4.0
license
MIT(OSI, core)
source
public
commercial
Agenta-Cloud-managed-tier(free tier available)
core-gated
gated(the root LICENSE carves every ee/ directory out of MIT and under ee/LICENSE, the Agenta Enterprise License, which permits production use only with a valid Agenta Enterprise License

MIT core with a commercially licensed enterprise half in the same repository, self-hostable either way. The gating is read directly from the repository and does not rest on Agenta Cloud existing. The root LICENSE splits the repo: "All content that resides under any 'ee/' directory of this repository, if such directories exist, are licensed under the license defined in 'ee/LICENSE'", and everything else is MIT Expat. ee/LICENSE is the Agenta Enterprise License, under which the software "may only be used in production, if you (and any entity that you represent) have agreed to, and are in compliance with, the Agenta Subscription Terms of Service ... and otherwise have a valid Agenta Enterprise License"; copying and modifying for development and testing is allowed without a subscription, and "it is forbidden to copy, merge, publish, distribute, sublicense, and/or sell the Software". The carve-out is real code rather than a stub: the api tree splits into api/oss and api/ee, and web/ee and services/ee exist alongside. Self-hostable and gated are both true of the same repository - the MIT half genuinely runs on your own hardware, and the enterprise half is the part you may not run in production without paying.

  • https://github.com/Agenta-AI/agenta recorded 2026-06-04

    MIT license; self-host + Agenta Cloud managed tier

  • https://raw.githubusercontent.com/Agenta-AI/agenta/main/LICENSE recorded 2026-08-12

    Root LICENSE. "Portions of this software are licensed as follows: - All content that resides under any 'ee/' directory of this repository, if such directories exist, are licensed under the license defined in 'ee/LICENSE'. ... - Content outside of the above mentioned directories or restrictions above is available under the 'MIT Expat' license", followed by the full MIT text. The tier-setting license is MIT and the carve-out is named in the license itself. GitHub's license endpoint returns NOASSERTION for this repo, which is GitHub declining to classify the split file.

  • https://raw.githubusercontent.com/Agenta-AI/agenta/main/ee/LICENSE recorded 2026-08-12

    The Agenta Enterprise License. The software "may only be used in production, if you (and any entity that you represent) have agreed to, and are in compliance with, the Agenta Subscription Terms of Service, available at https://agenta.ai/terms ... and otherwise have a valid Agenta Enterprise License." You may copy and modify it "for development and testing purposes, without requiring a subscription", and "it is forbidden to copy, merge, publish, distribute, sublicense, and/or sell the Software". Production use behind a paid license is functionality withheld from the MIT source.

  • https://api.github.com/repos/Agenta-AI/agenta/contents/api/ee recorded 2026-08-12

    The carve-out is shipped code rather than a placeholder. api/ee holds LICENSE, __init__.py, databases, docker, src and tests, mirroring the MIT api/oss tree beside it (__init__.py, databases, docker, src, tests). web/ee and services/ee exist on the same pattern, web/ee carrying its own next.config.ts, package.json, public and src. The top-level ee/ directory contains only the LICENSE the root file points at.