Agent Patterns REST Endpoints
Integrations/Projects/AI Agents/Agent Patterns
The operations from the Integrations/Projects/AI Agents/Agent Patterns category.
- Create an Agent Pattern in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/ai/patterns/accelerators/archive - Delete an Agent Pattern in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/ai/patterns/{id} - Retrieve Agent Patterns in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/ai/patterns - Retrieve an Agent Pattern in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/ai/patterns/{id}