# Blip

## How to find my credentials?

To connect Blip with Erathos, you need to register your Blip domain and token.

To find these details, go to **Settings > Connection Information** (as shown in the image below).

* **Domain**: Copy the value from "URL to send commands" — everything **before** `/commands`.
* **Token**: Copy the value from "Header Authentication" — everything **after** `Key:`.

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

## What endpoints can I access with the Erathos platform?

* active\_messages
* active\_users
* contacts
* documment
* documment\_collections
* engaged\_users
* last\_messages
* list\_members
* lists
* received\_messages
* reports
* sent\_messages
* threads


---

# 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.erathos.com/connectors/apis/blip.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.
