v1

latestOpenAPI 3.0.3MIT2026-07-17323590.7 KB
Configuration

Get prompt template defaults

Returns the built-in default prompt templates from the Go backend. Used by the frontend settings UI to populate prompt editors and power the 'Reset to Default' button. The Go backend is the single source of truth for prompt defaults.

get/api/prompt-defaults

Response

Default prompt templates

defaultSystemPromptstring required

Default system prompt sent to the LLM for all conversations

investigationPromptstring required

Default template for alert investigation workflows (supports {{.AlertName}} variable)

performancePromptstring required

Default template for performance analysis workflows (supports {{.Target}} variable)