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

# Authentication

> All requests require a valid API key.

All API requests must include your valid Syllara API key. You typically provide it within the JSON body of your request to `/createTask`.

### 🛒 Key Types

* **Balance Key**: Deducts 1 solve per successful task creation request. Example: `SYLLARA-BALANCE-XXXX`
* **Daily Key**: Allows unlimited task creation for 24 hours from issuance/renewal. Example: `SYLLARA-DAILY-XXXX`
* **Hourly Key**: Allows unlimited task creation for 1 hour (technically 65 mins from code) from issuance/renewal. Example: `SYLLARA-HOURLY-XXXX`

Keys are issued automatically via email after purchase or generated/updated via the webhook integration.
