Search the documentation

Pick a page and open it with Enter.

Prompts

List the available system prompts.

GET/api/v1/prompts

Lists the available system prompts with title, variables, and length. No parameters.

Response

json
{
  "count": 2,
  "default": "default",
  "prompts": [
    { "name": "default", "title": "Default assistant", "variables": ["skills_block"], "length": 4820 },
    { "name": "knapp", "title": "Short answers", "variables": [], "length": 640 }
  ]
}
200

List retrieved successfully.