> ## Documentation Index
> Fetch the complete documentation index at: https://docs.atako.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Trello

> Connect Trello to your Atako agents — 17 read and 23 write actions.

Let your agents manage your Trello boards — create and move cards, keep lists, checklists, labels and comments up to date.

## Connection

* **Authentication**: API key (key:token).

<Note>
  Trello → [https://trello.com/power-ups/admin](https://trello.com/power-ups/admin) → New → fill in the Power-Up form → open it → "API key" tab → Generate a new API key and copy it. Then click the "Token" link next to the key, approve access (grants read/write for your account), and copy the token. Paste both as key:token.

  See [Trello's documentation](https://trello.com/power-ups/admin).
</Note>

## Read actions (17)

| Action               | Description                                             |
| -------------------- | ------------------------------------------------------- |
| `get_attachment`     | Fetch a single card attachment by id.                   |
| `get_board`          | Fetch a board by id.                                    |
| `get_card`           | Fetch a card by id.                                     |
| `get_checklist`      | Fetch a checklist and its items by id.                  |
| `get_checklist_item` | Fetch a single checklist item by id.                    |
| `get_label`          | Fetch a label by id.                                    |
| `get_list`           | Fetch a list by id.                                     |
| `get_member`         | Fetch a member profile by id or username.               |
| `get_organization`   | Fetch a Workspace (organization) by id or name.         |
| `list_attachments`   | List the attachments on a card.                         |
| `list_board_actions` | List recent activity (actions) on a board.              |
| `list_board_cards`   | List the open cards on a board.                         |
| `list_board_lists`   | List the lists on a board.                              |
| `list_board_members` | List the members of a board.                            |
| `list_boards`        | List the boards the connected member belongs to.        |
| `list_list_cards`    | List the cards in a list.                               |
| `search`             | Search across boards, cards, members and organizations. |

## Write actions (23)

| Action                  | Description                                                             |
| ----------------------- | ----------------------------------------------------------------------- |
| `add_card_comment`      | Add a comment to a card.                                                |
| `add_checklist_item`    | Add an item to a checklist.                                             |
| `add_label_to_card`     | Add an existing label to a card.                                        |
| `add_member_to_card`    | Add a member to a card.                                                 |
| `archive_list`          | Archive a list (Trello has no hard delete for lists).                   |
| `create_attachment`     | Attach a URL to a card.                                                 |
| `create_board`          | Create a new board.                                                     |
| `create_card`           | Create a card in a list.                                                |
| `create_checklist`      | Create a checklist on a card.                                           |
| `create_label`          | Create a label on a board.                                              |
| `create_list`           | Create a new list on a board.                                           |
| `delete_attachment`     | Remove an attachment from a card.                                       |
| `delete_board`          | Permanently delete a board.                                             |
| `delete_card`           | Permanently delete a card.                                              |
| `delete_checklist`      | Delete a checklist from its card.                                       |
| `delete_checklist_item` | Remove an item from a checklist.                                        |
| `delete_comment`        | Delete a comment written by the connected member.                       |
| `delete_label`          | Delete a label from its board.                                          |
| `update_board`          | Update a board (name, description, open/closed state).                  |
| `update_card`           | Update a card (rename, edit description, move, set due date, archive).  |
| `update_card_comment`   | Edit a comment previously written by the connected member.              |
| `update_checklist_item` | Update a checklist item on a card (rename or mark complete/incomplete). |
| `update_list`           | Update a list (rename, reposition, move to another board, archive).     |

## Permissions

Every action above must be explicitly granted to an agent before it can be used. See [Permissions](/integrations/permissions) for the grant model and [Security](/integrations/security) for how credentials are protected.
