Dashboard settings
GET /api/settings
GET
/api/settings
Returns configuration values needed by the dashboard UI. Only exposes the subset of orchestrator config relevant to the frontend.
Authorizations
Section titled “Authorizations ”- bearerToken
- None
Responses
Section titled “ Responses ”Dashboard-relevant settings
object
publicDomain
Public domain for Holden (from HOLDEN_PUBLIC_DOMAIN)
string
Example
holden.example.com webhookSecret
Webhook secret for GitHub/Forgejo (from HOLDEN_WEBHOOK_SECRET)
string
externallyManaged
Whether the Holden container is managed by an external orchestrator (from HOLDEN_EXTERNALLY_MANAGED)
boolean
API key not configured (port 6020 only)