MCP & API
Use Audioworm from Cursor, Claude, VS Code, Windsurf, Zed, Continue, Cline, and other MCP clients — or your own scripts. Create an organization API key in the app, then connect via MCP (recommended for agents) or the versioned REST API.
1. Create an API key
- Sign in to Settings → API keys (owners and admins).
- Create a key and copy it immediately — it is shown only once.
- Keys look like
aw_…and are scoped to your organization.
2. Choose MCP or REST
- MCP setup — Streamable HTTP + Bearer key for major agent clients (same service layer as the API).
- REST API reference — base URL
https://app.audioworm.fm/api/v1.
Auth
Send the key on every request:
Authorization: Bearer aw_…Payment (pay-as-you-go)
- MCP & API: $0.001 per character — charged when production starts.
- Owner saves a card in Settings → Billing. Agents call
start_productionorPOST /api/v1/projects/:id/production; keys never carry card numbers. - Without a card: Checkout URL fallback (in-app Checkout has a $50 minimum).