API Keys
All requests require an API key in theAuthorization header:
vq_key_ prefix and are tied to your account.
Get Your API Key
1
Sign in
Go to app.vaquill.ai/settings.
2
Create a key
Under API Keys, click Create API Key. Copy the key immediately. It won’t be shown again.
Example Requests
Error Codes
How many keys you can hold
Active keys are capped per account, and the cap is enforced in the database, so creating one past it fails rather than silently succeeding.
The cap of 2 is smaller than it looks in practice, because the console’s Playground mints a key of its own when it cannot reuse one.
An account running one integration key plus a Playground key is already at the cap.
Revoking a key frees its slot immediately.
The cap is only checked when a key is created or reactivated, so lowering a plan never revokes a key you already hold.
Rotating a key
On Business, rotate without downtime: create the new key, deploy it, then revoke the old one. Five slots leave room to overlap. On any other plan sitting at 2 keys, you cannot create the replacement first. Revoke the old key, then create the new one and deploy it, and accept a short window where the old key is dead and the new one is not yet live. Do the revoke and the deploy close together, or upgrade if an overlap window matters to you.Related
Data & Privacy
How your API key is stored, and what we do and don’t keep about your requests.
Errors
HTTP status codes and how to recover from each.
API Reference
Every endpoint with parameters, examples, and an interactive playground.
Vaquill MCP
Skip the API and call Vaquill AI from Claude, Cursor, or any MCP client.

