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
- Ask whether the user already has a Bolna API key.
- If not, guide them to
https://platform.bolna.ai, open Developers, and create a key. - Store it locally as an environment variable, never inside committed files.
- Verify it with
GET /user/me. - If verification fails, distinguish missing env var, invalid key, expired/deleted key, and insufficient account access.