> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.heyreach.io/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.heyreach.io/_mcp/server.

# Overview

## Organization Management API

This HeyReach API allows you to manage workspaces, users, permissions and other API/Integration Keys in your organization. This API has the highest access privileges so access is only available for organization Admins.

## Finding your Organization API key

Authentication is done same as the regular HeyReach API, using the `X-API-KEY`Header. The only difference is that these methods require the Organization API Key which can be found in your **Orgainzation settings.**\
The API key is used to authenticate the incoming requests and map them to your organization.\
These API keys never expire, however they can be deleted/deactivated/rolled-over.

## Rate Limits

The Organization API has a separate rate limit of `300` requests per minute. This limit is separate from the regular API.\
Going above the limit will return a `429` HTTP status code and an error.