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 Params

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
You can use include_tools or exclude_tools to modify the list of tools the agent has access to. Learn more about selecting tools.

Developer Resources