Skip to main content

Prerequisites

The following examples require the trello library and Trello API credentials which can be obtained by following Trello’s developer documentation.
Set the following environment variables:

Example

The following agent will create a board called ai-agent and inside it create list called todo and doing and inside each of them create card called create agent.

Toolkit Functions

Toolkit Parameters

These parameters are passed to the TrelloTools constructor.

Board Filter Options for list_boards

The list_boards function accepts a board_filter argument with the following options:
  • all (default)
  • open
  • closed
  • organization
  • public
  • starred

Developer Resources