Infrastructure/Agents
POSTAgentSince 1.0SynchronousAuth Required
GenerateToken
Generate a bearer token for an agent to authenticate subsequent API calls
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the agent for which to generate a token
Responses
Endpoint
POST/api/v1/agents/{uuid}/token
/api/v1/agents/{uuid}/token
Request Example
curl -X POST '{host}/api/v1/agents/{uuid}/token' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"token": "eyJhbGciOiJSUzI1NiJ9...",
"expiresAt": "example"
}Change History
This API has no change history records yet.
