IntegrationsBuilt-in Providers

Trello

Connect Trello to your Appstrate agents.

Overview

Trello is a visual project management tool based on boards and cards, allowing your agents to organize and track tasks.

Authentication Mode

PropertyValue
Typeoauth1
Scopesread, write
HeaderOAuth 1.0 signature

Authorized URIs

The agent can access the following endpoints through the sidecar proxy:

  • https://api.trello.com/*

Connect Trello

  1. Create a Trello Power-Up on the admin portal
  2. Generate an API key from the Power-Up settings
  3. Copy the API key and OAuth secret
  4. Enter these credentials in the Trello provider settings on Appstrate (the OAuth 1.0 authorization flow will be handled automatically)

Usage in an Agent

Once connected, the agent can call Trello APIs through the sidecar proxy. Example prompt:

Every evening, check the cards in the "In Progress" list on the "Sprint" board.
If a card hasn't been updated in 3 days, move it to "Blocked"
and add a comment mentioning the assignee.

On this page