> ## Documentation Index
> Fetch the complete documentation index at: https://manifest.build/llm-gateway/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# M204: Monthly request limit reached

> M204 is returned when a free LLM Gateway Cloud workspace reaches its monthly request allowance.

## What you saw

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
[🦚 Manifest M204] You've used all 10000 requests included this month on the Free plan. Upgrade to Pro for unlimited requests: https://app.manifest.build/upgrade?reason=requests
See https://manifest.build/llm-gateway/docs/errors/M204
```

SDK and tool callers receive an HTTP 402 JSON error with `error.code` set to `PLAN_LIMIT_REQUESTS`.

## Why it happened

Your LLM Gateway Cloud workspace reached the Free plan monthly request quota. This is a Cloud plan restriction, not a provider error and not a limit you configured on a harness.

## How to fix it

1. Upgrade to Pro from the dashboard link in the error message.
2. Or wait for the monthly request quota to reset.
3. Retry the request after the plan changes or the quota resets.

## Related

* [Upgrade dashboard](https://app.manifest.build/upgrade?reason=requests)
* [M200: Usage limit exceeded](/llm-gateway/docs/llm-gateway/docs/errors/M200)
* [All error codes](/llm-gateway/docs/llm-gateway/docs/errors)
