https://shipreadyai.dev/learn/verify/rate-limiting

> Discover all available pages from the documentation index at https://shipreadyai.dev/llms.txt

# Rate limiting and abuse controls

Whether a script can hammer your forms, sign up loop, or paid endpoints without being slowed down.

## Why a check from outside cannot see it

Testing a rate limit means sending the traffic that triggers it. That is an attack on your app, and a check that runs on a stranger's URL must not do it.

## How to check it yourself

1. Pick your most expensive endpoint: sign up, password reset, or anything that calls a model.
2. Send the same request fifty times in a minute from one machine.
3. Count how many succeeded and what it cost. If the answer is fifty and nothing slowed down, you have no limit.

## What a Launch Review does instead

A reviewer sends controlled repeat traffic to your forms and paid endpoints, with your permission, and records what stopped it.
