# API Keys

## 📥 How to Get Your API Key

Since the API is currently in **Beta**, API keys are issued via a private waitlist.

## To request access:

1. Visit: <https://lawyergptai.cc>
2. Click **“Join Waitlist”** or **“Start Free Consultation”**
3. Enter your email address and organization (if applicable)
4. You’ll receive a unique API key once approved

{% hint style="warning" %}
&#x20;**Note:** API key issuance is currently limited to select partners during the beta phase. Broader access will be available upon public launch.
{% endhint %}

## Using the API Key

You must include your API key in every request using the HTTP `Authorization` header.

**🔧 Example Header:**

```
Authorization: Bearer YOUR_API_KEY_HERE
```

{% hint style="danger" %}
&#x20;Always keep your API key **secure**. Do not expose it in public repositories or client-side applications.
{% endhint %}

## API Key Permissions

API keys currently grant access to all available endpoints, including:

* /ask
* /legal-summary
* /generate-document
* /status

In future versions, we plan to introduce:

* Scoped API keys with restricted access
* Expiry and rotation policies
* Project- or environment-specific keys

## Rotating or Revoking Keys

If you suspect your key has been compromised or simply want to rotate it, contact support at:

***

**<support@lawyergptai.cc>**

{% hint style="info" %}
In the near future, you'll be able to manage keys directly via a **developer dashboard** (Coming Q3 2025).
{% endhint %}
