Generate keys in the Dashboard → API Keys.
Get your API key
Sign in
Go to llmquantdata.com and sign up (or log in).
Create an API key
Open the Dashboard → API Keys → Create API key. Copy it once — it won’t be shown again.
Store as env var
~/.zshrc, ~/.bashrc) for persistence. Both MCP and HTTP usage below read from this single source.How to use it
- MCP runtime (recommended)
- HTTP (direct)
Every supported MCP client (Claude Code, Cursor, Codex, Gemini CLI, Claude Desktop) reads the key from
LLMQUANT_API_KEY. For JSON config files, paste the actual key value in the env block.See MCP Server setup for the per-client commands.example: Cursor / Claude Desktop config snippet
Error codes
Rate limits
Rate limits vary by plan. If you exceed your limit you will receive a429 response. Contact us to discuss higher limits.
Replace or revoke a key
To replace a key, create a new one in Dashboard → API Keys, update your environments, then revoke the old key. Requests that use a revoked key return401.