Prompt Templates REST Endpoints
Integrations/Projects/AI Agents/Prompt Templates
The operations from the Integrations/Projects/AI Agents/Prompt Templates category.
- Create a Prompt Template in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/ai/templates - Delete a Prompt Template in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/ai/templates/{id} - Retrieve a Prompt Template in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/ai/templates/{id} - Retrieve Prompt Templates in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/ai/templates