Prompts APIManage prompt templates with versioning and one-click testing.GET/api/v1/promptsList all prompt templates.POST/api/v1/promptsCreate a prompt template.GET/api/v1/prompts/:idGet prompt template details.PUT/api/v1/prompts/:idUpdate a prompt template (creates new version).DELETE/api/v1/prompts/:idDelete a prompt template.POST/api/v1/prompts/:id/testTest a prompt with sample variables and input.GET/api/v1/prompts/:id/versionsList version history for a prompt.PreviousMCP APINextBilling API