# Trello

## Using the Erathos platform

When selecting [Trello.com](https://trello.com/) as a new connector on the Erathos platform, you will need to name your connection and fill in the following form:

<figure><img src="https://2158418640-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FovVtDtJhcLYgikyBBku0%2Fuploads%2Fe5QUzbNZfOAStTYdLKr9%2Fimage.png?alt=media&#x26;token=b6352d60-1dd8-4275-b3b8-03d9f33b5e34" alt=""><figcaption></figcaption></figure>

## How to find my API Key and API Token?

1. Navigate to <https://trello.com/power-ups/admin>.
2. Create a new **Power-up**.
3. Fill the form with your information (you can leave the URL field blank).
4. Generate a new **API Key**.
5. Copy your **API Key** (1) and create a **token** (2) manually.

   <figure><img src="https://2158418640-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FovVtDtJhcLYgikyBBku0%2Fuploads%2Fld86MVQs3RvZ88poZDSz%2Fimage.png?alt=media&#x26;token=a7b67a10-ad0c-4140-97e3-b9cfd95f34c2" alt=""><figcaption></figcaption></figure>

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

* organizations
* members
* boards
* cards
* lists
* actions


---

# 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/trello.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.
