API Keys
Account & Team
API Keys authenticate your programmatic access to LLM Pulse data. Use them with the REST API, MCP integration, Looker Studio connector, and CLI. Available on Scale plans and above.
What it does
- Create API keys with custom names for different use cases
- Shows key prefix and last used date for identification
- Keys start with
llmpulse_prefix - Supports revoking keys that are no longer needed
How to use it
- Click your name/avatar at the bottom-left of the sidebar
- Click API Keys
- Click Create API Key and give it a descriptive name
- Copy the full key immediately — it's only shown once
- Use the key as a Bearer token:
Authorization: Bearer llmpulse_your_key_here - Revoke keys you no longer need from the same page
Tips & notes
- Available on Scale plans and above
- API rate limit: 300 requests per minute per key
- Keep your API keys secret — never expose them in client-side code or public repositories
- The same key works for REST API, MCP, and Looker Studio connector
- Each key has a prefix shown in the list for identification without revealing the full key