> For the complete documentation index, see [llms.txt](https://docs.edgetag.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgetag.io/channels/blotout-cloud/api.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.edgetag.io/channels/blotout-cloud/api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
