everyapi
← All EveryAPI productsv0.1.24 · Beta · Publishing to Raycast StoremacOS / Windows · Raycast extension

EveryAPI for Raycast

A persistent AI workspace, account tools, and provider health in Raycast.

Stream multi-turn chat, translate selections, sanitize clipboard secrets locally, sign in with a device-code flow, inspect access tokens, and monitor upstream provider health.

Raycast Store· Coming soon · screenshots pending

What it does

Persistent streaming chat
Stop, resume, follow up, and switch models mid-conversation; history persists across Raycast invocations.
Device-code sign-in
Approve a one-time code in the browser and let Raycast store the resulting key—no copy and paste required.
Local clipboard sanitizer
Mask API keys, PEM blocks, JWTs, emails, phone numbers, and IDs entirely on device.
Channel health
See upstream provider status, 24-hour history, affected components, and active incidents without an API key.
Models and translation
Search the live catalog, choose a default model, and translate selected text with a separate low-cost model.
Access-token overview
Inspect masked tokens, status, spend against grant, and last use; secret rotation remains in the dashboard.

FAQ

How do I install the current version?
Until the Raycast Store listing is live, clone the repository and run bun run dev from web/apps/raycast. Raycast imports and reloads the extension automatically.
Does it work on Windows?
Raycast is building its own Windows beta, and extension compatibility is moving in lockstep. This extension ships together with Raycast for Windows.
Does Sanitize Clipboard really never touch the network?
Correct. The redaction logic runs entirely on local regex (API keys / emails / phone numbers / JWTs / national ID numbers) and writes the result back to the clipboard. Check the source (src/sanitize.ts) from the Raycast command panel to verify it yourself.