Skip to main content

Trello

Where to issue a Trello API key + token and connect them to Nora.
Trello integrations let your agents read/write boards, lists, and cards. Trello uses a two-part credential — an API Key that identifies the app and a Token that authorizes access to the user’s data.

Where to apply for credentials

Trello — Power-Ups Admin

trello.com/power-ups/admin
1

Create a Power-Up

Open Power-Ups Admin → Create Power-Up. This is how Trello issues an API Key. Name it (e.g. “Nora”).
2

Copy the API Key

On the Power-Up’s API Key page, copy the Key value.
3

Generate a token

Same page — click Token (in the right column). You’ll be sent through an OAuth-like flow that grants the Power-Up access to your account. Trello returns a token at the end.

Connect in Nora

Paste the API Key and Token. Optionally set a default board ID (from any board’s URL — the segment after /b/). Nora calls GET /1/members/me?key=...&token=... and reports the username.

MCP server

No official Trello MCP server today.

Environment variables Nora injects

VariableSource
TRELLO_TOKENToken field
TRELLO_API_KEYAPI Key field