> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.sesametime.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate Limiting

> Understand API rate limits and implement efficient request patterns

## Overview

The Sesame HR API implements rate limiting to ensure fair usage and maintain service stability for all users.

## Rate Limit

The rate limit is **1,000 requests per minute per company**. This limit is shared across all API tokens belonging to the same company — the total sum of requests from all tokens cannot exceed 1,000 per minute.

<Warning>
  Using multiple tokens to bypass the rate limit is not possible, as the limit applies at the company level, not per token.
</Warning>
