Send
Authorization: Bearer <api_key> on every request. See Authentication.Base URL
/api/agents prefix (no /v1 segment).
List registered agents
Response
200 OK
Register a new agent
201 Created
Get agent details
200 OK
Deregister an agent
204 No Content
Get agent health status
200 OK
List currently connected agents
200 OK
Revoke agent access
200 OK
Re-enable revoked agent
200 OK
Download agent installer
string
required
One of
linux, windows, macos. Response is a binary archive or installer package with appropriate Content-Type and Content-Disposition.200 OK
Binary body (for example application/gzip for Linux bundles). No JSON envelope.
Get manual installation instructions
200 OK
Related topics
Pipeline agents
Architecture and operations in the product docs.
Troubleshooting agents
Common connectivity and credential issues.