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

# Introduction to Peec API

<Warning>
  This API is currently in beta. Endpoints, payloads, and responses may be updated as we refine it.
</Warning>

<Note>
  Access to this API is currently limited to Enterprise customers.
</Note>

## Overview

The API provides a way for developers to programmatically work with the same data available in our platform. All endpoints return data in JSON format, ensuring smooth integration with modern apps, services, and workflows.

## Getting Started

To use the API, you’ll need to generate an API key from your [Account](https://app.peec.ai/api-keys). This key is required for authenticating requests and securing access to your organization’s data.

For more details on how authentication works, see the [Authentication](./authentication) section.
