Bavlio’s SaaS API uses workspace-scoped API keys. Pass the key as a Bearer token in theDocumentation Index
Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header. Every request needs it.
Key format
Bavlio API keys start withbav_live_ followed by 43 URL-safe characters. The prefix lets you spot Bavlio keys in your secrets scanner. Treat the entire string as the secret.
Example
Creating a key
Sign in to bavlio.com
Use the Google or email account on your workspace. bavlio.com/login.
Open Settings → API keys
Free-tier accounts cannot create keys; upgrade to a paid plan if you see a 403 on creation.
Click Create key, name it, copy immediately
Name describes the use (
production-agent, staging-worker). The full value is shown only once on creation.Sending the key
Pass the key as a Bearer token. Both the SaaS API and the BaviMail proxy under/api/v1/bavimail/* accept the same header.
Rotating a key
Scopes & permissions
x402 wallet auth (alternative)
AI agents without a Bavlio account can hit a subset of Bavlio’s data — email verification, email finder, LinkedIn URL discovery, prospect search — without an account, paying per call in USDC on Base mainnet via the x402 protocol. No signup, no API key, no subscription.x402 API Guide
Full guide to wallet-paid endpoints. 5 endpoints at 0.003-0.012 USDC each.
Quickstart
For agents using a regular
bav_live_ API key.