PROJECT MANAGEMENT · TASKS
Boards, lists, cards and checklists the person is already a member of.
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
trello_delete_actions_by_idWRITEDelete actions by id via DELETE /actions/{id}
trello_delete_actions_by_idaction_reactions_by_idWRITEDelete actions by idAction reactions by id via DELETE /actions/{idAction}/reactions/{id}
trello_delete_boards_by_idWRITEDelete boards by id via DELETE /boards/{id}
trello_delete_boards_by_id_boardplugins_by_idpluginWRITEDelete boards by id boardPlugins by idPlugin via DELETE /boards/{id}/boardPlugins/{idPlugin}
trello_delete_boards_by_id_exports_by_idexportWRITEDelete boards by id exports by idExport via DELETE /boards/{id}/exports/{idExport}
trello_delete_boards_by_id_members_by_idmemberWRITEDelete boards by id members by idMember via DELETE /boards/{id}/members/{idMember}
trello_delete_cards_by_idWRITEDelete cards by id via DELETE /cards/{id}
trello_delete_cards_by_id_actions_by_idaction_commentsWRITEDelete cards by id actions by idAction comments via DELETE /cards/{id}/actions/{idAction}/comments
trello_delete_cards_by_id_attachments_by_idattachmentWRITEDelete cards by id attachments by idAttachment via DELETE /cards/{id}/attachments/{idAttachment}
trello_delete_cards_by_id_checkitem_by_idcheckitemWRITEDelete cards by id checkItem by idCheckItem via DELETE /cards/{id}/checkItem/{idCheckItem}
trello_delete_cards_by_id_checklists_by_idchecklistWRITEDelete cards by id checklists by idChecklist via DELETE /cards/{id}/checklists/{idChecklist}
trello_delete_cards_by_id_idlabels_by_idlabelWRITEDelete cards by id idLabels by idLabel via DELETE /cards/{id}/idLabels/{idLabel}
trello_delete_cards_by_id_idmembers_by_idmemberWRITEDelete cards by id idMembers by idMember via DELETE /cards/{id}/idMembers/{idMember}
trello_delete_cards_by_id_membersvoted_by_idmemberWRITEDelete cards by id membersVoted by idMember via DELETE /cards/{id}/membersVoted/{idMember}
trello_delete_cards_by_id_stickers_by_idstickerWRITEDelete cards by id stickers by idSticker via DELETE /cards/{id}/stickers/{idSticker}
trello_delete_checklists_by_idWRITEDelete checklists by id via DELETE /checklists/{id}
trello_delete_checklists_by_id_checkitems_by_idcheckitemWRITEDelete checklists by id checkItems by idCheckItem via DELETE /checklists/{id}/checkItems/{idCheckItem}
trello_delete_customfields_by_idWRITEDelete customFields by id via DELETE /customFields/{id}
trello_delete_customfields_by_id_options_by_idcustomfieldoptionWRITEDelete customFields by id options by idCustomFieldOption via DELETE /customFields/{id}/options/{idCustomFieldOption}
trello_delete_enterprises_by_id_admins_by_idmemberWRITEDelete enterprises by id admins by idMember via DELETE /enterprises/{id}/admins/{idMember}
trello_delete_enterprises_by_id_organizations_by_idorgWRITEDelete enterprises by id organizations by idOrg via DELETE /enterprises/{id}/organizations/{idOrg}
trello_delete_labels_by_idWRITEDelete labels by id via DELETE /labels/{id}
trello_delete_members_by_id_boardbackgrounds_by_idbackgroundWRITEDelete members by id boardBackgrounds by idBackground via DELETE /members/{id}/boardBackgrounds/{idBackground}
trello_delete_members_by_id_boardstars_by_idstarWRITEDelete members by id boardStars by idStar via DELETE /members/{id}/boardStars/{idStar}
trello_delete_members_by_id_customboardbackgrounds_by_idbackgroundWRITEDelete members by id customBoardBackgrounds by idBackground via DELETE /members/{id}/customBoardBackgrounds/{idBackground}
trello_delete_members_by_id_customstickers_by_idstickerWRITEDelete members by id customStickers by idSticker via DELETE /members/{id}/customStickers/{idSticker}
trello_delete_members_by_id_savedsearches_by_idsearchWRITEDelete members by id savedSearches by idSearch via DELETE /members/{id}/savedSearches/{idSearch}
trello_delete_organizations_by_idWRITEDelete organizations by id via DELETE /organizations/{id}
trello_delete_organizations_by_id_logoWRITEDelete organizations by id logo via DELETE /organizations/{id}/logo
trello_delete_organizations_by_id_members_by_idmemberWRITEDelete organizations by id members by idMember via DELETE /organizations/{id}/members/{idMember}
trello_delete_organizations_by_id_members_by_idmember_allWRITEDelete organizations by id members by idMember all via DELETE /organizations/{id}/members/{idMember}/all
trello_delete_organizations_by_id_prefs_associateddomainWRITEDelete organizations by id prefs associatedDomain via DELETE /organizations/{id}/prefs/associatedDomain
trello_delete_organizations_by_id_prefs_orginviterestrictWRITEDelete organizations by id prefs orgInviteRestrict via DELETE /organizations/{id}/prefs/orgInviteRestrict
trello_delete_organizations_by_id_tags_by_idtagWRITEDelete organizations by id tags by idTag via DELETE /organizations/{id}/tags/{idTag}
trello_delete_tokens_by_tokenWRITEDelete tokens by token via DELETE /tokens/{token}
trello_delete_tokens_by_token_webhooks_by_idwebhookWRITEDelete tokens by token webhooks by idWebhook via DELETE /tokens/{token}/webhooks/{idWebhook}
trello_delete_webhooks_by_idWRITEDelete webhooks by id via DELETE /webhooks/{id}
trello_get_actions_by_idREADGet actions by id via GET /actions/{id}
trello_get_actions_by_id_boardREADGet actions by id board via GET /actions/{id}/board
trello_get_actions_by_id_by_fieldREADGet actions by id by field via GET /actions/{id}/{field}
trello_get_actions_by_id_cardREADGet actions by id card via GET /actions/{id}/card
trello_get_actions_by_id_listREADGet actions by id list via GET /actions/{id}/list
trello_get_actions_by_id_memberREADGet actions by id member via GET /actions/{id}/member
trello_get_actions_by_id_membercreatorREADGet actions by id memberCreator via GET /actions/{id}/memberCreator
trello_get_actions_by_id_organizationREADGet actions by id organization via GET /actions/{id}/organization
trello_get_actions_by_idaction_reactionsREADGet actions by idAction reactions via GET /actions/{idAction}/reactions
trello_get_actions_by_idaction_reactions_by_idREADGet actions by idAction reactions by id via GET /actions/{idAction}/reactions/{id}
trello_get_actions_by_idaction_reactionssummaryREADGet actions by idAction reactionsSummary via GET /actions/{idAction}/reactionsSummary
trello_get_applications_by_key_complianceREADGet applications by key compliance via GET /applications/{key}/compliance
trello_get_batchREADGet batch via GET /batch
trello_get_boards_by_boardid_actionsREADGet boards by boardId actions via GET /boards/{boardId}/actions
trello_get_boards_by_boardid_boardstarsREADGet boards by boardId boardStars via GET /boards/{boardId}/boardStars
trello_get_boards_by_idREADGet boards by id via GET /boards/{id}
trello_get_boards_by_id_boardpluginsREADGet boards by id boardPlugins via GET /boards/{id}/boardPlugins
trello_get_boards_by_id_by_fieldREADGet boards by id by field via GET /boards/{id}/{field}
trello_get_boards_by_id_cardsREADGet boards by id cards via GET /boards/{id}/cards
trello_get_boards_by_id_cards_by_filterREADGet boards by id cards by filter via GET /boards/{id}/cards/{filter}
trello_get_boards_by_id_checklistsREADGet boards by id checklists via GET /boards/{id}/checklists
trello_get_boards_by_id_customfieldsREADGet boards by id customFields via GET /boards/{id}/customFields
trello_get_boards_by_id_exports_by_idexportREADGet boards by id exports by idExport via GET /boards/{id}/exports/{idExport}
trello_get_boards_by_id_exports_by_idexport_downloadREADGet boards by id exports by idExport download via GET /boards/{id}/exports/{idExport}/download
trello_get_boards_by_id_exports_mostrecentREADGet boards by id exports mostRecent via GET /boards/{id}/exports/mostRecent
trello_get_boards_by_id_labelsREADGet boards by id labels via GET /boards/{id}/labels
trello_get_boards_by_id_listsREADGet boards by id lists via GET /boards/{id}/lists
trello_get_boards_by_id_lists_by_filterREADGet boards by id lists by filter via GET /boards/{id}/lists/{filter}
trello_get_boards_by_id_membersREADGet boards by id members via GET /boards/{id}/members
trello_get_boards_by_id_membershipsREADGet boards by id memberships via GET /boards/{id}/memberships
trello_get_boards_by_id_pluginsREADGet boards by id plugins via GET /boards/{id}/plugins
trello_get_cards_by_idREADGet cards by id via GET /cards/{id}
trello_get_cards_by_id_actionsREADGet cards by id actions via GET /cards/{id}/actions
trello_get_cards_by_id_attachmentsREADGet cards by id attachments via GET /cards/{id}/attachments
trello_get_cards_by_id_attachments_by_idattachmentREADGet cards by id attachments by idAttachment via GET /cards/{id}/attachments/{idAttachment}
trello_get_cards_by_id_boardREADGet cards by id board via GET /cards/{id}/board
trello_get_cards_by_id_by_fieldREADGet cards by id by field via GET /cards/{id}/{field}
trello_get_cards_by_id_checkitem_by_idcheckitemREADGet cards by id checkItem by idCheckItem via GET /cards/{id}/checkItem/{idCheckItem}
trello_get_cards_by_id_checkitemstatesREADGet cards by id checkItemStates via GET /cards/{id}/checkItemStates
trello_get_cards_by_id_checklistsREADGet cards by id checklists via GET /cards/{id}/checklists
trello_get_cards_by_id_customfielditemsREADGet cards by id customFieldItems via GET /cards/{id}/customFieldItems
trello_get_cards_by_id_listREADGet cards by id list via GET /cards/{id}/list
trello_get_cards_by_id_membersREADGet cards by id members via GET /cards/{id}/members
trello_get_cards_by_id_membersvotedREADGet cards by id membersVoted via GET /cards/{id}/membersVoted
trello_get_cards_by_id_plugindataREADGet cards by id pluginData via GET /cards/{id}/pluginData
trello_get_cards_by_id_stickersREADGet cards by id stickers via GET /cards/{id}/stickers
trello_get_cards_by_id_stickers_by_idstickerREADGet cards by id stickers by idSticker via GET /cards/{id}/stickers/{idSticker}
trello_get_checklists_by_idREADGet checklists by id via GET /checklists/{id}
trello_get_checklists_by_id_boardREADGet checklists by id board via GET /checklists/{id}/board
trello_get_checklists_by_id_by_fieldREADGet checklists by id by field via GET /checklists/{id}/{field}
trello_get_checklists_by_id_cardsREADGet checklists by id cards via GET /checklists/{id}/cards
trello_get_checklists_by_id_checkitemsREADGet checklists by id checkItems via GET /checklists/{id}/checkItems
trello_get_checklists_by_id_checkitems_by_idcheckitemREADGet checklists by id checkItems by idCheckItem via GET /checklists/{id}/checkItems/{idCheckItem}
trello_get_customfields_by_idREADGet customFields by id via GET /customFields/{id}
trello_get_customfields_by_id_optionsREADGet customFields by id options via GET /customFields/{id}/options
trello_get_customfields_by_id_options_by_idcustomfieldoptionREADGet customFields by id options by idCustomFieldOption via GET /customFields/{id}/options/{idCustomFieldOption}
trello_get_emojiREADGet emoji via GET /emoji
trello_get_enterprises_by_idREADGet enterprises by id via GET /enterprises/{id}
trello_get_enterprises_by_id_adminsREADGet enterprises by id admins via GET /enterprises/{id}/admins
trello_get_enterprises_by_id_auditlogREADGet enterprises by id auditlog via GET /enterprises/{id}/auditlog
trello_get_enterprises_by_id_claimableorganizationsREADGet enterprises by id claimableOrganizations via GET /enterprises/{id}/claimableOrganizations
trello_get_enterprises_by_id_membersREADGet enterprises by id members via GET /enterprises/{id}/members
trello_get_enterprises_by_id_members_by_idmemberREADGet enterprises by id members by idMember via GET /enterprises/{id}/members/{idMember}
trello_get_enterprises_by_id_members_queryREADGet enterprises by id members query via GET /enterprises/{id}/members/query
trello_get_enterprises_by_id_organizationsREADGet enterprises by id organizations via GET /enterprises/{id}/organizations
trello_get_enterprises_by_id_organizations_bulk_by_idorganizationsREADGet enterprises by id organizations bulk by idOrganizations via GET /enterprises/{id}/organizations/bulk/{idOrganizations}
trello_get_enterprises_by_id_pendingorganizationsREADGet enterprises by id pendingOrganizations via GET /enterprises/{id}/pendingOrganizations
trello_get_enterprises_by_id_signupurlREADGet enterprises by id signupUrl via GET /enterprises/{id}/signupUrl
trello_get_enterprises_by_id_transferrable_bulk_by_idorganizationsREADGet enterprises by id transferrable bulk by idOrganizations via GET /enterprises/{id}/transferrable/bulk/{idOrganizations}
trello_get_enterprises_by_id_transferrable_organization_by_idorganizationREADGet enterprises by id transferrable organization by idOrganization via GET /enterprises/{id}/transferrable/organization/{idOrganization}
trello_get_labels_by_idREADGet labels by id via GET /labels/{id}
trello_get_lists_by_idREADGet lists by id via GET /lists/{id}
trello_get_lists_by_id_actionsREADGet lists by id actions via GET /lists/{id}/actions
trello_get_lists_by_id_boardREADGet lists by id board via GET /lists/{id}/board
trello_get_lists_by_id_cardsREADGet lists by id cards via GET /lists/{id}/cards
trello_get_members_by_idREADGet members by id via GET /members/{id}
trello_get_members_by_id_actionsREADGet members by id actions via GET /members/{id}/actions
trello_get_members_by_id_boardbackgroundsREADGet members by id boardBackgrounds via GET /members/{id}/boardBackgrounds
trello_get_members_by_id_boardbackgrounds_by_idbackgroundREADGet members by id boardBackgrounds by idBackground via GET /members/{id}/boardBackgrounds/{idBackground}
trello_get_members_by_id_boardsREADGet members by id boards via GET /members/{id}/boards
trello_get_members_by_id_boardsinvitedREADGet members by id boardsInvited via GET /members/{id}/boardsInvited
trello_get_members_by_id_boardstarsREADGet members by id boardStars via GET /members/{id}/boardStars
trello_get_members_by_id_boardstars_by_idstarREADGet members by id boardStars by idStar via GET /members/{id}/boardStars/{idStar}
trello_get_members_by_id_by_fieldREADGet members by id by field via GET /members/{id}/{field}
trello_get_members_by_id_cardsREADGet members by id cards via GET /members/{id}/cards
trello_get_members_by_id_customboardbackgroundsREADGet members by id customBoardBackgrounds via GET /members/{id}/customBoardBackgrounds
trello_get_members_by_id_customboardbackgrounds_by_idbackgroundREADGet members by id customBoardBackgrounds by idBackground via GET /members/{id}/customBoardBackgrounds/{idBackground}
trello_get_members_by_id_customemojiREADGet members by id customEmoji via GET /members/{id}/customEmoji
trello_get_members_by_id_customemoji_by_idemojiREADGet members by id customEmoji by idEmoji via GET /members/{id}/customEmoji/{idEmoji}
trello_get_members_by_id_customstickersREADGet members by id customStickers via GET /members/{id}/customStickers
trello_get_members_by_id_customstickers_by_idstickerREADGet members by id customStickers by idSticker via GET /members/{id}/customStickers/{idSticker}
trello_get_members_by_id_notificationsREADGet members by id notifications via GET /members/{id}/notifications
trello_get_members_by_id_notificationschannelsettingsREADGet members by id notificationsChannelSettings via GET /members/{id}/notificationsChannelSettings
trello_get_members_by_id_notificationschannelsettings_by_channelREADGet members by id notificationsChannelSettings by channel via GET /members/{id}/notificationsChannelSettings/{channel}
trello_get_members_by_id_organizationsREADGet members by id organizations via GET /members/{id}/organizations
trello_get_members_by_id_organizationsinvitedREADGet members by id organizationsInvited via GET /members/{id}/organizationsInvited
trello_get_members_by_id_savedsearchesREADGet members by id savedSearches via GET /members/{id}/savedSearches
trello_get_members_by_id_savedsearches_by_idsearchREADGet members by id savedSearches by idSearch via GET /members/{id}/savedSearches/{idSearch}
trello_get_members_by_id_tokensREADGet members by id tokens via GET /members/{id}/tokens
trello_get_notifications_by_idREADGet notifications by id via GET /notifications/{id}
trello_get_notifications_by_id_boardREADGet notifications by id board via GET /notifications/{id}/board
trello_get_notifications_by_id_by_fieldREADGet notifications by id by field via GET /notifications/{id}/{field}
trello_get_notifications_by_id_cardREADGet notifications by id card via GET /notifications/{id}/card
trello_get_notifications_by_id_listREADGet notifications by id list via GET /notifications/{id}/list
trello_get_notifications_by_id_memberREADGet notifications by id member via GET /notifications/{id}/member
trello_get_notifications_by_id_membercreatorREADGet notifications by id memberCreator via GET /notifications/{id}/memberCreator
trello_get_notifications_by_id_organizationREADGet notifications by id organization via GET /notifications/{id}/organization
trello_get_organizations_by_idREADGet organizations by id via GET /organizations/{id}
trello_get_organizations_by_id_actionsREADGet organizations by id actions via GET /organizations/{id}/actions
trello_get_organizations_by_id_boardsREADGet organizations by id boards via GET /organizations/{id}/boards
trello_get_organizations_by_id_by_fieldREADGet organizations by id by field via GET /organizations/{id}/{field}
trello_get_organizations_by_id_exportsREADGet organizations by id exports via GET /organizations/{id}/exports
trello_get_organizations_by_id_membersREADGet organizations by id members via GET /organizations/{id}/members
trello_get_organizations_by_id_membershipsREADGet organizations by id memberships via GET /organizations/{id}/memberships
trello_get_organizations_by_id_memberships_by_idmembershipREADGet organizations by id memberships by idMembership via GET /organizations/{id}/memberships/{idMembership}
trello_get_organizations_by_id_newbillableguests_by_idboardREADGet organizations by id newBillableGuests by idBoard via GET /organizations/{id}/newBillableGuests/{idBoard}
trello_get_organizations_by_id_plugindataREADGet organizations by id pluginData via GET /organizations/{id}/pluginData
trello_get_organizations_by_id_tagsREADGet organizations by id tags via GET /organizations/{id}/tags
trello_get_plugins_by_idREADGet plugins by id via GET /plugins/{id}
trello_get_plugins_by_id_compliance_memberprivacyREADGet plugins by id compliance memberPrivacy via GET /plugins/{id}/compliance/memberPrivacy
trello_get_searchREADGet search via GET /search
trello_get_search_membersREADGet search members via GET /search/members
trello_get_tokens_by_tokenREADGet tokens by token via GET /tokens/{token}
trello_get_tokens_by_token_memberREADGet tokens by token member via GET /tokens/{token}/member
trello_get_tokens_by_token_webhooksREADGet tokens by token webhooks via GET /tokens/{token}/webhooks
trello_get_tokens_by_token_webhooks_by_idwebhookREADGet tokens by token webhooks by idWebhook via GET /tokens/{token}/webhooks/{idWebhook}
trello_get_webhooks_by_idREADGet webhooks by id via GET /webhooks/{id}
trello_get_webhooks_by_id_by_fieldREADGet webhooks by id by field via GET /webhooks/{id}/{field}
trello_post_actions_by_idaction_reactionsWRITECreate actions by idAction reactions via POST /actions/{idAction}/reactions
trello_post_boardsWRITECreate boards via POST /boards
trello_post_boards_by_id_boardpluginsWRITECreate boards by id boardPlugins via POST /boards/{id}/boardPlugins
trello_post_boards_by_id_calendarkey_generateWRITECreate boards by id calendarKey generate via POST /boards/{id}/calendarKey/generate
trello_post_boards_by_id_emailkey_generateWRITECreate boards by id emailKey generate via POST /boards/{id}/emailKey/generate
trello_post_boards_by_id_exportsWRITECreate boards by id exports via POST /boards/{id}/exports
trello_post_boards_by_id_idtagsWRITECreate boards by id idTags via POST /boards/{id}/idTags
trello_post_boards_by_id_labelsWRITECreate boards by id labels via POST /boards/{id}/labels
trello_post_boards_by_id_listsWRITECreate boards by id lists via POST /boards/{id}/lists
trello_post_boards_by_id_markedasviewedWRITECreate boards by id markedAsViewed via POST /boards/{id}/markedAsViewed
trello_post_cardsWRITECreate cards via POST /cards
trello_post_cards_by_id_actions_commentsWRITECreate cards by id actions comments via POST /cards/{id}/actions/comments
trello_post_cards_by_id_attachmentsWRITECreate cards by id attachments via POST /cards/{id}/attachments
trello_post_cards_by_id_checklistsWRITECreate cards by id checklists via POST /cards/{id}/checklists
trello_post_cards_by_id_idlabelsWRITECreate cards by id idLabels via POST /cards/{id}/idLabels
trello_post_cards_by_id_idmembersWRITECreate cards by id idMembers via POST /cards/{id}/idMembers
trello_post_cards_by_id_labelsWRITECreate cards by id labels via POST /cards/{id}/labels
trello_post_cards_by_id_markassociatednotificationsreadWRITECreate cards by id markAssociatedNotificationsRead via POST /cards/{id}/markAssociatedNotificationsRead
trello_post_cards_by_id_membersvotedWRITECreate cards by id membersVoted via POST /cards/{id}/membersVoted
trello_post_cards_by_id_stickersWRITECreate cards by id stickers via POST /cards/{id}/stickers
trello_post_checklistsWRITECreate checklists via POST /checklists
trello_post_checklists_by_id_checkitemsWRITECreate checklists by id checkItems via POST /checklists/{id}/checkItems
trello_post_customfieldsWRITECreate customFields via POST /customFields
trello_post_customfields_by_id_optionsWRITECreate customFields by id options via POST /customFields/{id}/options
trello_post_enterprises_by_id_tokensWRITECreate enterprises by id tokens via POST /enterprises/{id}/tokens
trello_post_labelsWRITECreate labels via POST /labels
trello_post_listsWRITECreate lists via POST /lists
trello_post_lists_by_id_archiveallcardsWRITECreate lists by id archiveAllCards via POST /lists/{id}/archiveAllCards
trello_post_lists_by_id_moveallcardsWRITECreate lists by id moveAllCards via POST /lists/{id}/moveAllCards
trello_post_members_by_id_avatarWRITECreate members by id avatar via POST /members/{id}/avatar
trello_post_members_by_id_boardbackgroundsWRITECreate members by id boardBackgrounds via POST /members/{id}/boardBackgrounds
trello_post_members_by_id_boardstarsWRITECreate members by id boardStars via POST /members/{id}/boardStars
trello_post_members_by_id_customboardbackgroundsWRITECreate members by id customBoardBackgrounds via POST /members/{id}/customBoardBackgrounds
trello_post_members_by_id_customemojiWRITECreate members by id customEmoji via POST /members/{id}/customEmoji
trello_post_members_by_id_customstickersWRITECreate members by id customStickers via POST /members/{id}/customStickers
trello_post_members_by_id_onetimemessagesdismissedWRITECreate members by id oneTimeMessagesDismissed via POST /members/{id}/oneTimeMessagesDismissed
trello_post_members_by_id_savedsearchesWRITECreate members by id savedSearches via POST /members/{id}/savedSearches
trello_post_notifications_all_readWRITECreate notifications all read via POST /notifications/all/read
trello_post_organizationsWRITECreate organizations via POST /organizations
trello_post_organizations_by_id_exportsWRITECreate organizations by id exports via POST /organizations/{id}/exports
trello_post_organizations_by_id_logoWRITECreate organizations by id logo via POST /organizations/{id}/logo
trello_post_organizations_by_id_tagsWRITECreate organizations by id tags via POST /organizations/{id}/tags
trello_post_plugins_by_idplugin_listingWRITECreate plugins by idPlugin listing via POST /plugins/{idPlugin}/listing
trello_post_tokens_by_token_webhooksWRITECreate tokens by token webhooks via POST /tokens/{token}/webhooks
trello_post_webhooksWRITECreate webhooks via POST /webhooks
trello_put_actions_by_idWRITEUpdate actions by id via PUT /actions/{id}
trello_put_actions_by_id_textWRITEUpdate actions by id text via PUT /actions/{id}/text
trello_put_boards_by_idWRITEUpdate boards by id via PUT /boards/{id}
trello_put_boards_by_id_membersWRITEUpdate boards by id members via PUT /boards/{id}/members
trello_put_boards_by_id_members_by_idmemberWRITEUpdate boards by id members by idMember via PUT /boards/{id}/members/{idMember}
trello_put_boards_by_id_memberships_by_idmembershipWRITEUpdate boards by id memberships by idMembership via PUT /boards/{id}/memberships/{idMembership}
trello_put_boards_by_id_myprefs_emailpositionWRITEUpdate boards by id myPrefs emailPosition via PUT /boards/{id}/myPrefs/emailPosition
trello_put_boards_by_id_myprefs_idemaillistWRITEUpdate boards by id myPrefs idEmailList via PUT /boards/{id}/myPrefs/idEmailList
trello_put_boards_by_id_myprefs_showsidebarWRITEUpdate boards by id myPrefs showSidebar via PUT /boards/{id}/myPrefs/showSidebar
trello_put_boards_by_id_myprefs_showsidebaractivityWRITEUpdate boards by id myPrefs showSidebarActivity via PUT /boards/{id}/myPrefs/showSidebarActivity
trello_put_boards_by_id_myprefs_showsidebarboardactionsWRITEUpdate boards by id myPrefs showSidebarBoardActions via PUT /boards/{id}/myPrefs/showSidebarBoardActions
trello_put_boards_by_id_myprefs_showsidebarmembersWRITEUpdate boards by id myPrefs showSidebarMembers via PUT /boards/{id}/myPrefs/showSidebarMembers
trello_put_cards_by_idWRITEUpdate cards by id via PUT /cards/{id}
trello_put_cards_by_id_actions_by_idaction_commentsWRITEUpdate cards by id actions by idAction comments via PUT /cards/{id}/actions/{idAction}/comments
trello_put_cards_by_id_checkitem_by_idcheckitemWRITEUpdate cards by id checkItem by idCheckItem via PUT /cards/{id}/checkItem/{idCheckItem}
trello_put_cards_by_id_stickers_by_idstickerWRITEUpdate cards by id stickers by idSticker via PUT /cards/{id}/stickers/{idSticker}
trello_put_cards_by_idcard_checklist_by_idchecklist_checkitem_by_idcheckitemWRITEUpdate cards by idCard checklist by idChecklist checkItem by idCheckItem via PUT /cards/{idCard}/checklist/{idChecklist}/checkItem/{idCheckItem}
trello_put_cards_by_idcard_customfield_by_idcustomfield_itemWRITEUpdate cards by idCard customField by idCustomField item via PUT /cards/{idCard}/customField/{idCustomField}/item
trello_put_cards_by_idcard_customfieldsWRITEUpdate cards by idCard customFields via PUT /cards/{idCard}/customFields
trello_put_checklists_by_idWRITEUpdate checklists by id via PUT /checklists/{id}
trello_put_checklists_by_id_by_fieldWRITEUpdate checklists by id by field via PUT /checklists/{id}/{field}
trello_put_customfields_by_idWRITEUpdate customFields by id via PUT /customFields/{id}
trello_put_enterprises_by_id_admins_by_idmemberWRITEUpdate enterprises by id admins by idMember via PUT /enterprises/{id}/admins/{idMember}
trello_put_enterprises_by_id_enterprisejoinrequest_bulkWRITEUpdate enterprises ${id} enterpriseJoinRequest bulk via PUT /enterprises/${id}/enterpriseJoinRequest/bulk
trello_put_enterprises_by_id_members_by_idmember_deactivatedWRITEUpdate enterprises by id members by idMember deactivated via PUT /enterprises/{id}/members/{idMember}/deactivated
trello_put_enterprises_by_id_members_by_idmember_licensedWRITEUpdate enterprises by id members by idMember licensed via PUT /enterprises/{id}/members/{idMember}/licensed
trello_put_enterprises_by_id_organizationsWRITEUpdate enterprises by id organizations via PUT /enterprises/{id}/organizations
trello_put_labels_by_idWRITEUpdate labels by id via PUT /labels/{id}
trello_put_labels_by_id_by_fieldWRITEUpdate labels by id by field via PUT /labels/{id}/{field}
trello_put_lists_by_idWRITEUpdate lists by id via PUT /lists/{id}
trello_put_lists_by_id_by_fieldWRITEUpdate lists by id by field via PUT /lists/{id}/{field}
trello_put_lists_by_id_closedWRITEUpdate lists by id closed via PUT /lists/{id}/closed
trello_put_lists_by_id_idboardWRITEUpdate lists by id idBoard via PUT /lists/{id}/idBoard
trello_put_members_by_idWRITEUpdate members by id via PUT /members/{id}
trello_put_members_by_id_boardbackgrounds_by_idbackgroundWRITEUpdate members by id boardBackgrounds by idBackground via PUT /members/{id}/boardBackgrounds/{idBackground}
trello_put_members_by_id_boardstars_by_idstarWRITEUpdate members by id boardStars by idStar via PUT /members/{id}/boardStars/{idStar}
trello_put_members_by_id_customboardbackgrounds_by_idbackgroundWRITEUpdate members by id customBoardBackgrounds by idBackground via PUT /members/{id}/customBoardBackgrounds/{idBackground}
trello_put_members_by_id_notificationschannelsettingsWRITEUpdate members by id notificationsChannelSettings via PUT /members/{id}/notificationsChannelSettings
trello_put_members_by_id_notificationschannelsettings_by_channelWRITEUpdate members by id notificationsChannelSettings by channel via PUT /members/{id}/notificationsChannelSettings/{channel}
trello_put_members_by_id_notificationschannelsettings_by_channel_by_blockedkeysWRITEUpdate members by id notificationsChannelSettings by channel by blockedKeys via PUT /members/{id}/notificationsChannelSettings/{channel}/{blockedKeys}
trello_put_members_by_id_savedsearches_by_idsearchWRITEUpdate members by id savedSearches by idSearch via PUT /members/{id}/savedSearches/{idSearch}
trello_put_notifications_by_idWRITEUpdate notifications by id via PUT /notifications/{id}
trello_put_notifications_by_id_unreadWRITEUpdate notifications by id unread via PUT /notifications/{id}/unread
trello_put_organizations_by_idWRITEUpdate organizations by id via PUT /organizations/{id}
trello_put_organizations_by_id_membersWRITEUpdate organizations by id members via PUT /organizations/{id}/members
trello_put_organizations_by_id_members_by_idmemberWRITEUpdate organizations by id members by idMember via PUT /organizations/{id}/members/{idMember}
trello_put_organizations_by_id_members_by_idmember_deactivatedWRITEUpdate organizations by id members by idMember deactivated via PUT /organizations/{id}/members/{idMember}/deactivated
trello_put_plugins_by_idWRITEUpdate plugins by id via PUT /plugins/{id}
trello_put_plugins_by_idplugin_listings_by_idlistingWRITEUpdate plugins by idPlugin listings by idListing via PUT /plugins/{idPlugin}/listings/{idListing}
trello_put_tokens_by_token_webhooks_by_idwebhookWRITEUpdate tokens by token webhooks by idWebhook via PUT /tokens/{token}/webhooks/{idWebhook}
trello_put_webhooks_by_idWRITEUpdate webhooks by id via PUT /webhooks/{id}
Put Trello behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.