Config API
Manage per-user agent configuration with automatic versioned backups. Configuration is persisted in the database and survives server restarts. The system keeps the last 10 configuration backups and allows restoring to any previous version.All Config API endpoints require authentication. Include a valid session cookie or auth token with every request. Unauthenticated requests receive a
401 Unauthorized response.Get current configuration
Response
The provisioning template may set additional configuration fields (such as
heartbeat, cron, tools.exec, and tools.web) depending on the agent’s plan. The default configuration shown above is the fallback returned when no custom configuration has been saved.