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

# Introduction

> Understand the Brewit API and how to use it to interact with your data.

## Base URL

The Brewit API is built on REST principles and uses HTTPS for secure communication. We do not support **HTTP**.

The base URL for the Brewit API is

```
https://api.brewit.ai/v1
```

## API keys

You can generate API keys in [your worksapce settings](https://app.brewit.ai/settings/developers). In many endpoints, you will need to add `Authorization` header with `{API_KEY}` to authenticate the user.

<Frame>
  <img src="https://mintcdn.com/brewit-84/pyjAYulKSUrvhjf5/images/screenshots/api-keys.png?fit=max&auto=format&n=pyjAYulKSUrvhjf5&q=85&s=436ba198c7e7994fcdff5f783a9c6061" alt="api-keys" width="2180" height="1004" data-path="images/screenshots/api-keys.png" />
</Frame>
