setup-api-key

Installation
SKILL.md

Setup Bolna API Key

Core facts

  • Base URL: https://api.bolna.ai
  • Auth header: Authorization: Bearer $BOLNA_API_KEY
  • Smoke test endpoint: GET /user/me
  • API keys are created in the Bolna dashboard under Developers.
  • The key is shown only once. If it is lost, delete it and generate a new one.
  • Sub-account keys start with sa-.

Workflow

  1. Ask whether the user already has a Bolna API key.
  2. If not, guide them to https://platform.bolna.ai, open Developers, and create a key.
  3. Store it locally as an environment variable, never inside committed files.
  4. Verify it with GET /user/me.
  5. If verification fails, distinguish missing env var, invalid key, expired/deleted key, and insufficient account access.
Installs
54
Repository
bolna-ai/skills
GitHub Stars
3
First Seen
May 20, 2026
setup-api-key — bolna-ai/skills