Docs reference
Config YAML
Reference for ~/.agent-retry/config.yaml used by Cloud and Enterprise fleet collectors.
On this page
Fleet collectors (Cloud and Enterprise) read this file. Lite does not.
Path: ~/.agent-retry/config.yaml
Cloud (staging)
agent:
manager:
url: https://cloud-staging.retrysight.com
api-key: rk_live_YOUR_ACCOUNT_KEY
platform:
auto-discovery: true
privacy:
store-full-prompts: false
Dashboard enroll writes this file for you. Details: Cloud config.
Enterprise (on-prem)
agent:
manager:
url: http://manager.internal:28471
api-key: ${AGENT_API_KEY}
Use a URL developers can actually reach — not localhost if the manager is on another host. Core default API port is 28471. Details: Enterprise agent config.
Fields
agent.manager.url
Manager API base URL.
- Cloud:
https://cloud-staging.retrysight.com— dashboard and API share this staging origin (notapp.retrysight.com, which is the Enterprise CDN) - Enterprise: your manager API
Env: AGENT_MANAGER_URL.
agent.manager.api-key
Secret issued by the manager.
- Cloud:
rk_live_*from Account (not Account ID, not Agent ID) - Enterprise: Admin → API keys
Env: AGENT_MANAGER_API_KEY.
Optional
| Key | Purpose |
|---|---|
agent.manager.proxy-host / proxy-port | Corporate HTTP proxy |
agent.platform.auto-discovery | Probe known log layouts |
agent.upload.buffer-path | Offline SQLite buffer |
agent.privacy.store-full-prompts | Prompt bodies (default false) |
agent.identity.id-file | Persisted agent UUID (~/.agent-retry/agent-id) |
Apply changes
Restart the collector OS service. Cloud: install. Enterprise: install.