Generate an ElevenLabs agent system prompt
generate_elevenlabs_agent_promptGenerate a system prompt for an ElevenLabs AI phone receptionist that defines its identity, voice style, booking procedures, guardrails, and escalation rules for business call handling.
Instructions
Generates a production-grade system prompt for an ElevenLabs conversational agent acting as a business phone receptionist: identity, job, voice style, booking flow, guardrails, and escalation rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| biz | Yes | Business name (required). | |
| tone | No | Personality, e.g. warm, formal, upbeat. | |
| hours | No | Business hours in plain words. | |
| tasks | No | What the agent should do, e.g. book, faqs, leads. | |
| spanish | No | Whether the agent should also handle Spanish callers. | |
| industry | No | Industry, e.g. plumbing, hvac, dental, salon, law, restaurant. | |
| agentName | No | Name the agent should use for itself. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The complete system prompt, ready to paste into ElevenLabs. | |
| sections | No | The prompt broken into tagged sections. |