Anonymous
The free reads - product search, the pain-points taste, and competitors - need no authentication at all. Just call the REST endpoints or point an MCP client athttps://mcp.reechee.io/mcp. Anonymous access is read-only and
rate-limited by IP.
API key
Everything else - opportunities, full pain-point reports, the watchlist, credit balance, and write actions - needs a paid-team API key.Create a key
In the app, go to Settings → API keys and create one. Keys are available to paid teams (Starter and up). The full key is shown once, at creation - copy it then; it can’t be retrieved later. A key looks like:Use a key
Send it as a bearer token. For the REST API:get_pain_points returns the full report.
Revoke a key
Revoke a key any time from Settings → API keys. Revocation is immediate - the next request with that key gets a401.
Errors
A missing key on a protected endpoint, or an invalid, revoked, or expired key, returns401 unauthorized:
Keep keys server-side. Anyone with a key can act as your team within its limits. Treat
it like a password; rotate it (create a new one, revoke the old) if it leaks.