# 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://docs.edgetag.io/api/api/script).

Refer to the [configuration page](/channels/blotout-cloud/configuration.md) for detailed information on the purpose and usage of each input.

### BLOTOUT\_CLOUD\_TOKEN <a href="#blotoutcloudtoken" id="blotoutcloudtoken"></a>

Use for storing the App Token that authenticates EdgeTag with your Blotout Cloud instance. This token is generated when creating an app in the Engineering section of your Blotout Cloud dashboard.

**Example value**

```
ZWBQ4E48ND3VTPB
```

**Type**\
IDENTIFIER

**Optional**\
false

### BLOTOUT\_CLOUD\_APP\_NAME <a href="#blotoutcloudappname" id="blotoutcloudappname"></a>

Use for storing the App Name that identifies which application within your Blotout Cloud instance should receive the events. This corresponds to the application name created in your cloud dashboard.

**Example value**

```
My site
```

**Type**\
TEXT

**Optional**\
false

### BLOTOUT\_CLOUD\_URL <a href="#blotoutcloudurl" id="blotoutcloudurl"></a>

Use for storing the Collection Endpoint URL where EdgeTag sends event data. This URL is provided by the Blotout team during your onboarding process and points to your dedicated cloud infrastructure.

**Example value**

```
https://werwer.domain.com/sdk
```

**Type**\
TEXT

**Optional**\
false

### BLOTOUT\_VERSION <a href="#blotoutversion" id="blotoutversion"></a>

Use for storing the Blotout Cloud API version specification to ensure compatibility between EdgeTag and your cloud instance.

**Example value**

```
2
```

**Type**\
TEXT

**Optional**\
true

<br>


---

# 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/blotout-cloud/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.
