Authorization header.
The Campaigns API, and the MCP server built on it, is in public preview. Contact us to request access.
Generate an API key
- Go to your Vero account settings.
- Create a new API secret key.
- Copy it immediately: Vero only shows the key once, at creation. If you lose it, you’ll need to generate a new one.
Use it with the MCP server
Add the same header when connecting an AI tool to the MCP server:Treat your API key like a password: anyone with it can read and write broadcasts in your Vero project. Don’t commit it to source control or a shared config file.
Rate limits
MCP requests have dedicated rate limits:- 600 requests per minute per IP address
- 300 requests per minute per credential
429 Too Many Requests responses by honoring the Retry-After header and retrying with exponential backoff.
