Agenta is configured via environment variables in the .env.oss.gh file located at hosting/docker-compose/oss/. Configuration covers network settings, telemetry, and deployment options.
hosting/docker-compose/oss/.env.oss.ghhosting/docker-compose/oss/env.oss.gh.example| Variable | Description | Default | Example |
|---|---|---|---|
TRAEFIK_PORT |
HTTP port for Traefik reverse proxy | 80 |
90 |
AGENTA_SERVICES_URL |
Base URL for Agenta services | http://localhost/services |
http://agenta.example.com/services |
AGENTA_API_URL |
Base URL for Agenta API | http://localhost/api |
http://agenta.example.com/api |
AGENTA_WEB_URL |
Base URL for Agenta web UI | http://localhost |
http://agenta.example.com |
| Variable | Description | Default | Options |
|---|---|---|---|
AGENTA_TELEMETRY_ENABLED |
Enable anonymized usage statistics | true |
true / false |
To run Agenta on port 90 instead of default port 80:
TRAEFIK_PORT=90
AGENTA_SERVICES_URL=http://localhost:90/services
AGENTA_API_URL=http://localhost:90/api
AGENTA_WEB_URL=http://localhost:90
AGENTA_TELEMETRY_ENABLED=false) for air-gapped deploymentsAgenta supports multiple LLM providers. Configure API keys through the UI or environment:
OPENAI_API_KEY in your environment or via UIANTHROPIC_API_KEY for Claude modelsBack up the following for disaster recovery:
.env.oss.gh file with your customizationsRestore procedure:
.env.oss.gh configurationAny questions?
Feel free to contact us. Find all contact information on our contact page.