- Subcategories:
- Agent Patterns
- Agent Tools
- Prompt Templates
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: postPath:
/ic/api/integration/v1/projects/{projectId}/ai/agents - Delete an AI Agent in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/ai/agents/{id} - Retrieve AI Agents in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/ai/agents - Retrieve an AI Agent in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/ai/agents/{id}