Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

API token authentication using format <api token id>:<api client secret>

Path Parameters

agentId
string
required

System-generated unique agent identifier

Response

New device code generated successfully

code
string
required

Human-readable device code used to install and connect the agent software.

Example:

"GRID-AGENT-X7K9-M2P4"

agentId
string
required

The agent this device code belongs to.

Example:

"Agent:019542f5-b3e7-1d02-0000-000000000001"

expiresAt
string<date-time>
required

Timestamp when this device code expires.

Example:

"2025-07-22T17:32:28Z"

redeemed
boolean
required

Whether this device code has already been redeemed by the agent.

Example:

false