AI Agents REST Endpoints

Integrations/Projects/AI Agents
The operations from the Integrations/Projects/AI Agents category.
Create an AI Agent in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/ai/agents
Delete an AI Agent in a Project
Method: delete
Path: /ic/api/integration/v1/projects/{projectId}/ai/agents/{id}
Retrieve AI Agents in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/ai/agents
Retrieve an AI Agent in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/ai/agents/{id}