Skip to main content

List Prompts

GET /v1/prompts
Returns all prompt templates in your workspace.

Create Prompt

POST /v1/prompts
Request
{
  "name": "Customer Support",
  "content": "You are a {{role}} for {{company}}. Help users with their questions using the provided context.",
  "variables": ["role", "company"]
}

Update Prompt

PUT /v1/prompts/:id

Delete Prompt

DELETE /v1/prompts/:id