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

# API Keys

> Learn how to create and manage your API keys

# Getting Your API Key

To use our API, you'll need an API key. [Email us](mailto:founders@new-gen.ai) and we'll help you get set up.

## Using Your API Key

Include your API key in the `Authorization` header with all API requests:

```bash theme={null}
curl -H "Authorization: YOUR_API_KEY" https://api.new-gen.ai/v1/products/search
```

## Security Best Practices

* Never share your API key
* Don't commit API keys to version control
* Rotate keys periodically
* Use different keys for development and production
