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 platform session token

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
build_idstring
credentialslist of any
Required credential keys for deployment

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error