Skip to main content
Trello is a web-based kanban-style project management application that lets you organize tasks into boards, lists, and cards to track work across teams and projects.

Setup

  1. In Agent Studio, go to ToolsTrelloConnect
  2. Sign in with your Trello account and authorize access
  3. Review the requested permissions and click Allow

Available actions

Adding to an agent

  1. Open your agent in Agent Studio → Agent Builder
  2. Go to Tools and enable Trello
  3. Select only the actions your agent needs
  4. Set auth mode: Shared (agent acts on one account) or Per-user (each end-user connects their own account)

Example use cases

Automated sprint board management An agent monitors a project management tool and automatically creates Trello cards in the appropriate list when new tasks are assigned, adding due dates, labels, and member assignments so the board stays up to date without manual entry. Daily standup digest An agent retrieves all board actions from the past 24 hours using TRELLO_GET_BOARDS_ACTIONS_BY_ID_BOARD, summarizes card movements and new comments, and posts a structured standup update to a team channel each morning. Task promotion from checklists When a checklist item is flagged as a high-priority subtask, an agent uses TRELLO_CONVERT_CHECKLIST_ITEM_TO_CARD to promote it to a full card, then assigns the right team member and sets a due date so it receives proper attention in the backlog.