Generate a full system prompt from a short brief
Expand a 1-2 sentence brief into a production-ready voice-agent system prompt.
The frontend’s “Generate” button hits this. The result is returned, not
stored — the operator reviews/edits before posting it as system_prompt
in the agent create/update payload.
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Brief description the user wants expanded into a full system prompt.
Short description of the agent's purpose, role, and context.
10 - 2000Agent name (used in the prompt's identity section).
100Primary language code, e.g. 'en'.
10Company / organization the agent represents.
200Industry or vertical, e.g. 'telecom', 'healthcare'.
100Tone or personality, e.g. 'friendly and professional'.
200Optional extra notes — common questions, escalation rules, what to avoid, etc.
2000Response
Successful Response
Generated system prompt ready to drop into agent create/update.