everyapi
← All EveryAPI productsv0.3.7 · Publishing to Web StoreChrome / Edge · developer console

EveryAPI Browser Extension

Chat, balance, usage, logs, and keys from the toolbar.

A compact developer console authenticated with your EveryAPI API key. Check account activity, copy access keys, and chat with any available model without leaving the current tab.

Chrome Web Store· Coming soonEdge Add-ons· Coming soon

What it does

Wallet overview
See remaining balance, total usage, and lifetime requests from the account behind the configured key.
Usage at a glance
Track recent spend, request rate, token rate, and model activity directly in the popup.
Recent requests
Inspect recent model calls with tokens, latency, and authoritative gateway cost.
Access keys
View key status and remaining grant, then copy a key when you need it in another local tool.
Built-in chat
Pick a live model and chat from the toolbar with streaming Markdown replies.
Narrow permissions
The extension talks only to the configured EveryAPI gateway. It has no content scripts and never reads the page you are visiting.

FAQ

Does it work on Firefox?
Not yet. Firefox's `browser.action` + event-page model is incompatible with the Chromium MV3 service worker, and `chrome.action.openPopup` also behaves inconsistently on Firefox. We'll tackle it once MV3 is stable on Firefox.
Can I chat from the extension?
Yes. The popup includes a lightweight model picker and streaming chat composer.
Will the extension upload my API key?
The API key is stored locally in chrome.storage.local and is sent only as a Bearer token to the gateway you configure. The extension never reads or uploads page content.
How do I sign in?
Paste an sk-everyapi- key in Options and test the connection. Browser dashboard cookies are not used for extension authentication.