Get agent config
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
account
Account name (slug)
name
Agent name
Query parameters
interfaces
Comma-separated interface names to include (e.g. slack,web)
Response
Agent name, build_id, and required credentials
agent
build_id
credentials
Required credential keys for deployment
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error