Agent
Entity fields:
Path
Type
Description
Example:
POST {{terrakubeApi}}/api/v1/organization/{{organizationId}}/agent
{
"data": {
"type": "agent",
"attributes": {
"name": "sample-agent",
"url": "http://localhost:8090",
"description": "This is a sample agent"
}
}
}Workspace Operations:
Update workspace to use specific agent.
Last updated