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

# Trello

> Manage boards, lists, and cards

Connect your agent to Trello to manage cards, respond to board events, and automate your workflow.

## How to enable

Go to **Settings → Capabilities** and enable **Trello**. Then provide your API key, token, and board ID(s) — see below for details.

## Example use cases

* **Triage New Cards** — "When a new card is created in the Inbox list, analyze it and move it to the appropriate list based on priority"
* **Comment Responses** — "When someone comments on a card asking a question, research the answer and reply"
* **Weekly Cleanup** — "Every Friday, archive all cards in the Done list"
* **Cross-platform Sync** — "When you receive an email about a project update, create a card in the Updates list"

## Webhook events

When you configure a board ID, the agent automatically subscribes to that board and can react to events on it — card changes, comments, members, labels, checklists, attachments, and more.

By default, agents respond to a small set of common events (card created, card moved between lists, comment added, label removed). You can customize which events trigger the agent in the Trello capability settings, and optionally scope each event type to specific lists so the agent only fires when something happens in the lists you care about.

Mention the events you want to act on in your agent's instructions so it knows what to do when they fire.

## How to get your Trello credentials

<Steps>
  <Step title="Create a Power-Up">
    Go to [trello.com/power-ups/admin](https://trello.com/power-ups/admin) and click **New** to create a Power-Up. Fill in the required fields (name, email, etc.) and click **Create**.
  </Step>

  <Step title="Generate your API key">
    Open the Power-Up you created and go to the **API Key** tab. Click **Generate a new API key** and copy it.
  </Step>

  <Step title="Generate a token">
    In the same API Key section, click the **Token** link next to your key. Choose your permissions and expiration, then click **Allow**. Copy the token that appears.
  </Step>

  <Step title="Find your board ID">
    Open your Trello board in a browser. The board ID is in the URL: `trello.com/b/{boardId}/...`

    You can watch multiple boards by providing comma-separated IDs.
  </Step>

  <Step title="Configure in Abundly">
    Go to **Settings → Capabilities** and enable **Trello**. Enter your API key, token, and board ID(s).
  </Step>
</Steps>
