> 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/sailthru/onboarding.md).

# Onboarding

Sailthru channels provide a straightforward setup process, utilizing an API Key and Secret to connect your marketing data with Sailthru's cross-channel platform. This connection allows your site to stream events for personalized marketing automation across email, web, and mobile channels. Let's walk through the steps.

### Add Channel <a href="#add-channel" id="add-channel"></a>

To add a channel, begin by entering the channel's name. We recommend choosing a name that clearly describes the channel you are adding. This will assist with debugging if any issues arise. Once you have entered the name, you'll need to get your API credentials from Sailthru.

<figure><img src="/files/b8HNgmOyR2MMnVgxTHVe" alt=""><figcaption></figcaption></figure>

### Get API Key and Secret <a href="#get-api-key-and-secret" id="get-api-key-and-secret"></a>

Navigate to your Sailthru account and access the **API & Postbacks Settings** page. This can typically be found under your account settings or setup section.

On the API & Postbacks page, look for the lock icon that contains your API credentials. Click on the lock icon to display your API Key and Secret.

Copy both the **API Key** and **API Secret** from the pop-up and return to EdgeTag. Enter these credentials into their respective fields in the EdgeTag integration form.

After entering your API Key and Secret, click **Save & Deploy** to finalize the integration.


---

# 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/sailthru/onboarding.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.
