# API

{% hint style="warning" %}

## API

{% hint style="warning" %}
This section is intended for developers utilizing our APIs to add channels.
{% endhint %}

Below you will find the keys to generate secret payloads for adding or updating a channel via the [Script API](https://app.gitbook.com/s/J61ZiAn9bOjRfi7zlGtO/api/script).

Refer to the [configuration page](https://docs.edgetag.io/channels/braze/configuration) for detailed information on the purpose and usage of each input.

#### BRAZE\_API\_KEY

Your Braze REST API key with `users.track` permission.

**Type** PASSWORD

**Optional** false

***

#### BRAZE\_ENDPOINT

Your Braze cluster's REST endpoint, e.g. `https://rest.iad-01.braze.com`. Do not include a trailing slash.

**Type** TEXT

**Optional** false

***

#### BRAZE\_EVENT\_PREFIX

A string prepended to every event name before it is sent to Braze.

**Example value** `ET_`

**Type** TEXT

**Optional** true

***

#### BRAZE\_EXCLUDED\_EVENTS

Comma-separated list of event names to suppress.

**Example value** `PageView,AddToCart`

**Type** TEXT

**Optional** true
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.edgetag.io/channels/braze/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
