The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I'm trying to find the API so I can integrate Perplexity and Trello.

Michael Burgess
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 15, 2026

Where do I fond or create APIs so I can integrate Perplexity and Trello? I have this from Perplexity but I'm not finding it usefull:


How to Run (3 steps)

Step 1 — Get your API Key & Token

Open these two URLs in your browser while logged into Trello:

Step 2 — Install the only dependency

bash
pip install requests

Step 3 — Run the script

bash
# Option A: Set credentials at the top of the script (lines 26–27) # API_KEY = "paste_your_key_here" # API_TOKEN = "paste_your_token_here" # Option B: Use environment variables (more secure) export TRELLO_KEY=your_key_here export TRELLO_TOKEN=your_token_here python build_ntuc_trello.py

What the Script Does

It targets your existing board at trello.com/b/8FOYsAnt and executes five steps in sequence:

  1. Resolves the board — confirms access and retrieves the full board ID

  2. Archives any existing default lists — clears the blank Trello starter lists so nothing conflicts

  3. Creates/renames all 6 labels — On Track (Green), At Risk (Yellow), Delayed (Red), GATE–Blocked (Black), Stopped/On Hold (Grey), Completed (Blue)

  4. Creates all 8 lists in exact left-to-right order

  5. Creates all 37 cards — each with its reference number, full description, due date, and a ready-built "Done When" checklist (3–6 items per card)

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Arkadiusz Wroblewski
Community Champion
May 15, 2026

Hello and welcome to the Community @Michael Burgess 

1. Go to Trello Power-Ups admin.
2. Create a new Power-Up, or open an existing one.
3. Go to the API Key tab.
4. Generate/copy the API key.
5. Use the Token link next to that key to authorize access.
6. Copy the generated token.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events