# Reechee ## Docs - [Get credit balance](https://docs.reechee.io/api-reference/account/get-credit-balance.md): The team's current credit balance. Requires an API key. - [REST API overview](https://docs.reechee.io/api-reference/introduction.md): Base URL, the response envelope, pagination, auth, and errors for app.reechee.io/api/v1. - [Get an opportunity](https://docs.reechee.io/api-reference/opportunities/get-an-opportunity.md): Full detail for one opportunity. Requires an API key. Unlock-gated fields - the reviewer's personal LinkedIn, email, and phone, and the buying committee - are redacted to `null` unless the team has unlocked them; the `is_*_revealed` flags and `buying_committee.is_revealed` tell you the state. - [List opportunities](https://docs.reechee.io/api-reference/opportunities/list-opportunities.md): The team's latest opportunities with filters and pagination. Requires an API key. Sorted by `created_at` (recency). - [Triage an opportunity](https://docs.reechee.io/api-reference/opportunities/triage-an-opportunity.md): Mark an opportunity viewed and/or set its status, in one call. Requires an API key. Provide at least one of `is_viewed` or `status`. - [Get competitors](https://docs.reechee.io/api-reference/products/get-competitors.md): Category-based alternatives to a product, ranked by review volume, each with a pain headline when it has a generated report. No key required. - [Get pain points](https://docs.reechee.io/api-reference/products/get-pain-points.md): One endpoint, two depths by auth lane: - [Search products](https://docs.reechee.io/api-reference/products/search-products.md): Resolve a product name to a product (and its `id`) so other tools can act on it. With no `query`, returns the most-reviewed products. No key required. - [Health check](https://docs.reechee.io/api-reference/system/health-check.md): Liveness probe. `authenticated` reflects whether a valid API key was sent. - [Follow a product](https://docs.reechee.io/api-reference/watchlist/follow-a-product.md): Add a product to the team's watchlist. Requires an API key. Idempotent - an already-followed product returns `already_following: true`. Subject to the per-plan product limit (`403` when reached). - [List watchlist](https://docs.reechee.io/api-reference/watchlist/list-watchlist.md): The team's followed products, paginated. Requires an API key. - [Unfollow a product](https://docs.reechee.io/api-reference/watchlist/unfollow-a-product.md): Remove a product from the team's watchlist. Requires an API key. Idempotent. - [Authentication](https://docs.reechee.io/guides/authentication.md): Anonymous vs API-key access, creating and using keys, and how keys are stored. - [Errors](https://docs.reechee.io/guides/errors.md): The error envelope, the full list of error codes, and how to handle them. - [Free vs paid](https://docs.reechee.io/guides/free-vs-paid.md): What the anonymous tier gives you, what an API key unlocks, and when to upgrade. - [Rate limits](https://docs.reechee.io/guides/rate-limits.md): Per-IP and per-key rate limits, the 429 response, and the headers to back off on. - [Reechee Developer Platform](https://docs.reechee.io/introduction.md): Programmatic access to software-review pain points, buying signals, and sales opportunities - over a REST API and a hosted MCP server. - [Connect Claude](https://docs.reechee.io/mcp/connect-claude.md): Add the Reechee MCP server to Claude Code and Claude Desktop. - [Connect Codex](https://docs.reechee.io/mcp/connect-codex.md): Add the Reechee MCP server to the OpenAI Codex CLI. - [Connect Cursor](https://docs.reechee.io/mcp/connect-cursor.md): Add the Reechee MCP server to Cursor. - [MCP server](https://docs.reechee.io/mcp/overview.md): Reechee's hosted MCP server - free pain-points answers for any AI client, and a full paid toolset for your agents. - [Quickstart](https://docs.reechee.io/quickstart.md): Connect the free MCP and make your first API call in under a minute. No key required. ## OpenAPI Specs - [openapi](https://docs.reechee.io/openapi.yaml)