Frequently Asked Questions
How do I lock Agenta to a specific version?
Use the AGENTA_WEB_IMAGE_TAG and AGENTA_API_IMAGE_TAG environment variables.
AGENTA_WEB_IMAGE_TAG=v0.15.0
AGENTA_API_IMAGE_TAG=v0.15.0
These are set to latest by default.
Which self-hosting options are community projects?
The OSS quick start with Docker Compose is the default self-hosting path.
Other deployment surfaces that are explicitly documented as community projects should be treated as best-effort. That means:
- there is no expectation of official support
- fixes and upgrades may depend on contributor availability
- you should expect to troubleshoot and, in many cases, contribute back
Today, Railway OSS is the current community-managed deployment surface in the docs. If additional community-managed guides are added later, they will follow the same expectation.
If you want to help improve one of these setups or propose a new one, see Community Projects.