v1
latestOpenAPI 3.1.02026-07-22106199311.5 KBAgents
Create a new Agent
Creates a new Agent with the specified configuration details.
Please note that some combinations are not compatible, for example, an agentType of 'streaming' cannot have the enableAutoUpdates set to true.
post/v1/agents
Request body
Example request
{
"agentType": "data_productivity_cloud",
"cloudProvider": "aws",
"deployment": "fargate",
"description": "An AWS Agent",
"enableAutoUpdates": true,
"name": "AWS Agent",
"restrictedAccess": true,
"trackName": "current"
}Response
Agent created successfully
Example response
{
"agentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"agentStatus": "running",
"agentType": "data_productivity_cloud",
"cloudProvider": "aws",
"connected": true,
"deployment": "fargate",
"description": "An AWS Agent",
"enableAutoUpdates": true,
"name": "AWS Agent",
"pausedUntil": "2025-01-01T00:00:00.000Z",
"restrictedAccess": true,
"versionDetails": {
"agentVersion": "1.0.0",
"support": "SUPPORTED",
"trackName": "current",
"trackReleaseDate": "2025-01-01T00:00:00.000Z",
"trackVersion": "1.0.0"
}
}