Get agent config

View as Markdown
Returns required credentials and config for deploying the latest build. Used by the dashboard for deployment setup.

Authentication

AuthorizationBearer
OAuth 2.0 device flow or session token from WorkOS

Path parameters

accountstringRequired

Account name (slug)

namestringRequired
Agent name

Query parameters

interfacesstringOptional

Comma-separated interface names to include (e.g. slack,web)

Response

Agent name, build_id, and required credentials

agentstring or null
build_idstring or null
credentialslist of any or null
Required credential keys for deployment

Errors