Referenceadvancedadmin
Environment Variables Reference
All supported environment variables for agent configuration.
3 min read3,700 viewsUpdated 2026-01-15
Available variables
| Variable | Required | Description |
|---|---|---|
BOTONOM_API_KEY | Yes | Your API key |
BOTONOM_WORKSPACE_ID | Yes | Your workspace identifier |
BOTONOM_LOG_LEVEL | No | Logging verbosity: debug, info, warn, error |
BOTONOM_REGION | No | Preferred data center: eu-west, us-east, ap-south |
BOTONOM_WEBHOOK_SECRET | No | Secret for webhook signature verification |
BOTONOM_PROXY_URL | No | HTTP proxy for outbound connections |
# .env example
BOTONOM_API_KEY=bk_live_abc123...
BOTONOM_WORKSPACE_ID=ws_mycompany
BOTONOM_LOG_LEVEL=info
BOTONOM_REGION=eu-west
Never commit your
.env file to version control. Use a secrets manager in production.configenvironmentreference
Was this helpful?
More questions? Contact support