create-agent

Installation
SKILL.md

Create Bolna Agent

Use the current API

  • Endpoint: POST https://api.bolna.ai/v2/agent
  • Auth: Authorization: Bearer $BOLNA_API_KEY
  • Body root: agent_config and agent_prompts
  • Response: agent_id and status: created
  • Do not use deprecated /agent v1 endpoints for new agents.

Minimum creation flow

  1. Confirm the user has BOLNA_API_KEY set.
  2. Gather: agent name, use case, language, welcome message, system prompt, LLM provider/model, voice/TTS provider, transcriber/STT provider, telephony provider, webhook URL if needed.
  3. Build one conversation task unless the user explicitly asks for extraction, summarization, or advanced flows.
  4. Put dynamic variables in prompts with braces, for example {customer_name}.
  5. Add matching values later through user_data when making calls.
  6. Include conservative call controls: silence hangup, interruption words, max duration, voicemail behavior, inbound limits.
  7. POST the payload, then save the returned agent_id.
Installs
56
Repository
bolna-ai/skills
GitHub Stars
3
First Seen
May 20, 2026
create-agent — bolna-ai/skills