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

# Authentication

> All API requests require a bearer token passed in the Authorization header.

```http theme={null}
# Include this header in every request
Authorization: Bearer YOUR_API_KEY
```

| CONCEPT             | DETAIL                                                                                       |
| :------------------ | :------------------------------------------------------------------------------------------- |
| **Key Management**  | Generate, rotate, and revoke keys from the PlotWeaver developer dashboard.                   |
| **Sandbox Mode**    | Sandbox keys are rate-limited and watermarked. Audio is not billable.                        |
| **Production Keys** | Require production access approval. Contact [dev@plotweaver.app](mailto:dev@plotweaver.app). |

<Warning>
  Never expose API keys in client-side code or public repositories. Use environment variables or a secrets manager.
</Warning>
