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

# Credentials & Authentication

> Description of your new file.

### **Credentials**

To use the **Arnio API**, you’ll need credentials available in your **Arnio Dashboard**

<img src="https://mintcdn.com/replyblue/D14xHZ-adayQZ19E/images/Screenshot2025-09-07at4.27.21PM.png?fit=max&auto=format&n=D14xHZ-adayQZ19E&q=85&s=e64f8bdead5c089252faecb005da5200" alt="Screenshot2025 09 07at4 27 21PM Pn" width="1438" height="914" data-path="images/Screenshot2025-09-07at4.27.21PM.png" />

**Requesting Credentials**

API Keys are automatically generated when you create an Arnio account and can be found under the **API** section of your dashboard.

**Using Credentials**

Every request to the Arnio API must include your API keys in the request headers. The server expects two authentication headers:

```bash theme={null}
ARNIO-API-KEY-ID:     Your API Key  
ARNIO-API-SECRET-KEY: Your API Secret  
```

### **Best Practices**

* **Do not expose your API keys** in frontend applications.
* Keys should always be used from your backend or server environment.
* For security reasons, Arnio blocks requests directly from frontend clients.
