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

# Project Configuration: API Keys, Apps, and Webhooks

> Set up your Dojah project. API keys, apps, webhooks, and environment settings in one place.

Before you start making requests to Dojah, you’ll need to configure your project with the right credentials, environment, and integration method. This section walks you through the setup process, whether you're building with APIs, SDKs, or directly from the dashboard.

## Authentication

Every request to the platform must be authenticated using your API Secret Key and App ID.

You’ll receive:

* **Secret Key**: Used on the backend for authentication
* **Public Key**: Used only on the frontend (e.g., in SDKs/widgets)
* **App ID**: A unique identifier for your app instance

<Danger>Never expose your secret key on the frontend.</Danger>
