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

# Trello

> Manage boards, lists, and cards in Trello

## At a glance

* **Availability**: Experimental ([how to enable](/cloud/integrations)).
* **Auth**: OAuth 2.0.
* **Connection**: A user authorizes the connection in the provider's consent screen.
* **Scopes**: `read`, `write`.

## Credentials

Set these per environment. See [Connect an integration](/cloud/integrations).

With a managed OAuth app, Connect works without these variables; set them to use your own OAuth app instead.

| Variable               | Required | Description                                                                                              |
| ---------------------- | -------- | -------------------------------------------------------------------------------------------------------- |
| `TRELLO_CLIENT_ID`     | Yes      | Trello API Key [Docs](https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/).      |
| `TRELLO_CLIENT_SECRET` | Yes      | Trello OAuth Secret [Docs](https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/). |

## Tools

| Tool        | Access | Description                            |
| ----------- | ------ | -------------------------------------- |
| List Boards | Read   | List all boards accessible to the user |
| List Cards  | Read   | List cards in a board or list          |
| Get Card    | Read   | Get details of a specific card         |
| Create Card | Write  | Create a new card in a list            |
| Update Card | Write  | Update an existing card                |

## Example prompts

* List all my Trello boards with their lists and card counts.
* Create a new card with a title, description, and due date.
