RetrySight Cloud staging is live.

Open Cloud
Documentation menu
Docs home

Docs reference

Config YAML

Reference for ~/.agent-retry/config.yaml used by Cloud and Enterprise fleet collectors.

On this page
  1. Cloud (staging)
  2. Enterprise (on-prem)
  3. Fields
  4. agent.manager.url
  5. agent.manager.api-key
  6. Optional
  7. Apply changes

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 (not app.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

KeyPurpose
agent.manager.proxy-host / proxy-portCorporate HTTP proxy
agent.platform.auto-discoveryProbe known log layouts
agent.upload.buffer-pathOffline SQLite buffer
agent.privacy.store-full-promptsPrompt bodies (default false)
agent.identity.id-filePersisted agent UUID (~/.agent-retry/agent-id)

Apply changes

Restart the collector OS service. Cloud: install. Enterprise: install.