Home
Providers
trello
trello
Trello is a web-based, kanban-style, list-making application that allows users to organize tasks, projects, and workflows using boards, lists, and cards.
trello publishes 15 APIs on the APIs.io network, including Webhooks API, Actions API, Boards API, and 12 more.
The trello catalog on APIs.io includes 1 event-driven AsyncAPI specification, 1 JSON-LD context, and 3 Spectral governance rulesets.
trello’s developer surface includes authentication and 14 more developer resources.
16 APIs
16 Features
On this page
Kin Score
APIs 16
Open Collections 1
GraphQL 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 16
Event Specs 1
Vocabularies 1
Spectral Rules 3
JSON Schema 3
JSON Structure 2
Security Posture 4
Agentic Access 1
Resources 15
apis.yml
37 Operational Transparency
Composite quality — 47.5/100 · developing
Contract Quality
19.8 / 25
Developer Ergonomics
2.2 / 20
Commercial Clarity
9.5 / 20
Operational Transparency
4.8 / 13
Agent readiness — 36/100 · agent ready
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
6 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
The Trello Webhooks API allows developers to receive real-time notifications when changes occur on Trello models such as boards, lists, and cards. Rather than polling the REST A...
Trello Power-Ups are a framework for extending and integrating with the Trello platform. Power-Ups allow developers to add custom functionality to Trello boards, including custo...
Operations for retrieving and managing actions, which represent activity events that occur on Trello objects such as boards, lists, and cards.
Operations for creating, retrieving, updating, and deleting boards, as well as managing board memberships, lists, cards, labels, and other board-level resources.
Operations for creating, retrieving, updating, and deleting cards, including managing card attachments, checklists, comments, labels, members, and stickers.
Operations for creating, retrieving, updating, and deleting checklists and their check items on cards.
Operations for creating, retrieving, updating, and deleting custom field definitions and their values on boards and cards.
Operations for creating, retrieving, updating, and deleting labels on boards and cards.
Operations for creating, retrieving, updating, and archiving lists on boards.
Operations for retrieving and updating member profiles, boards, organizations, and notification settings.
Operations for retrieving and managing member notifications about activity on boards, cards, and other Trello objects.
Operations for creating, retrieving, updating, and deleting Trello workspaces (organizations), including managing workspace members and settings.
Operations for managing Power-Up plugins, including listing, updating, and creating plugin marketplace listings.
Operations for searching across Trello boards, cards, members, and organizations using query strings.
Operations for retrieving and deleting API tokens and their associated webhooks.
Operations for creating, retrieving, updating, and deleting webhooks that deliver real-time notifications when Trello models change.
Scroll for all 16
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
GraphQL schemas published by this provider.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Scroll for all 16
AsyncAPI definitions for this provider's event-driven and streaming APIs.
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
JSON Structure definitions describing this provider's data shapes.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
Documentation 3
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 5
Pagination, idempotency, versioning, errors, and events
Build 1
SDKs, sample code, and the tooling you integrate with
Access & Security 4
Authentication, authorization, and security posture
Company 1
The organization behind the API
Source (apis.yml)
aid: trello
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/trello.png
url: https://raw.githubusercontent.com/api-evangelist/trello/refs/heads/main/apis.yml
modified: '2026-05-19'
apis:
- aid: trello:webhooks-api
name: Trello Webhooks API
tags:
- Events
- Notifications
- Real-Time
- Webhooks
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://api.trello.com
humanURL: https://developer.atlassian.com/cloud/trello/guides/rest-api/webhooks/
properties:
- url: https://developer.atlassian.com/cloud/trello/guides/rest-api/webhooks/
type: Documentation
- url: asyncapi/trello-webhooks-asyncapi.yml
type: AsyncAPI
description: The Trello Webhooks API allows developers to receive real-time notifications when changes occur on Trello models
such as boards, lists, and cards. Rather than polling the REST API for updates, webhooks push event data to a specified
callback URL via HTTP POST requests containing JSON payloads. Webhook requests are signed with HMAC-SHA1 for verification,
and webhooks are scoped to the permissions of the token used to create them.
- aid: trello:power-ups
name: Trello Power-Ups
tags:
- Customization
- Extensions
- Integrations
- Plugins
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.atlassian.com/cloud/trello/power-ups/
properties:
- url: https://developer.atlassian.com/cloud/trello/power-ups/
type: Documentation
description: Trello Power-Ups are a framework for extending and integrating with the Trello platform. Power-Ups allow developers
to add custom functionality to Trello boards, including custom fields, board buttons, card buttons, card badges, and card
detail sections. The Power-Up framework provides a client library with utilities and helpers for interacting with the
Trello interface, managing authorization, and accessing the REST API from within the Power-Up context.
- aid: trello:trello-actions-api
name: trello Actions API
description: Operations for retrieving and managing actions, which represent activity events that occur on Trello objects
such as boards, lists, and cards.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Actions
properties:
- type: OpenAPI
url: openapi/trello-actions-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-boards-api
name: trello Boards API
description: Operations for creating, retrieving, updating, and deleting boards, as well as managing board memberships,
lists, cards, labels, and other board-level resources.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Boards
properties:
- type: OpenAPI
url: openapi/trello-boards-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-cards-api
name: trello Cards API
description: Operations for creating, retrieving, updating, and deleting cards, including managing card attachments, checklists,
comments, labels, members, and stickers.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Cards
properties:
- type: OpenAPI
url: openapi/trello-cards-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-checklists-api
name: trello Checklists API
description: Operations for creating, retrieving, updating, and deleting checklists and their check items on cards.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Checklists
properties:
- type: OpenAPI
url: openapi/trello-checklists-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-customfields-api
name: trello CustomFields API
description: Operations for creating, retrieving, updating, and deleting custom field definitions and their values on boards
and cards.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- CustomFields
properties:
- type: OpenAPI
url: openapi/trello-customfields-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-labels-api
name: trello Labels API
description: Operations for creating, retrieving, updating, and deleting labels on boards and cards.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Labels
properties:
- type: OpenAPI
url: openapi/trello-labels-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-lists-api
name: trello Lists API
description: Operations for creating, retrieving, updating, and archiving lists on boards.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Lists
properties:
- type: OpenAPI
url: openapi/trello-lists-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-members-api
name: trello Members API
description: Operations for retrieving and updating member profiles, boards, organizations, and notification settings.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Members
properties:
- type: OpenAPI
url: openapi/trello-members-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-notifications-api
name: trello Notifications API
description: Operations for retrieving and managing member notifications about activity on boards, cards, and other Trello
objects.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Notifications
properties:
- type: OpenAPI
url: openapi/trello-notifications-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-organizations-api
name: trello Organizations API
description: Operations for creating, retrieving, updating, and deleting Trello workspaces (organizations), including managing
workspace members and settings.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Organizations
properties:
- type: OpenAPI
url: openapi/trello-organizations-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-plugins-api
name: trello Plugins API
description: Operations for managing Power-Up plugins, including listing, updating, and creating plugin marketplace listings.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Plugins
properties:
- type: OpenAPI
url: openapi/trello-plugins-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-search-api
name: trello Search API
description: Operations for searching across Trello boards, cards, members, and organizations using query strings.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Search
properties:
- type: OpenAPI
url: openapi/trello-search-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-tokens-api
name: trello Tokens API
description: Operations for retrieving and deleting API tokens and their associated webhooks.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Tokens
properties:
- type: OpenAPI
url: openapi/trello-tokens-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
- aid: trello:trello-webhooks-api
name: trello Webhooks API
description: Operations for creating, retrieving, updating, and deleting webhooks that deliver real-time notifications when
Trello models change.
humanURL: https://developer.atlassian.com/cloud/trello/rest/
baseURL: https://api.trello.com
tags:
- Webhooks
properties:
- type: OpenAPI
url: openapi/trello-webhooks-api-openapi.yml
- type: Documentation
url: https://developer.atlassian.com/cloud/trello/rest/
- type: GraphQL
url: graphql/trello-graphql.md
common:
- type: AgenticAccess
url: agentic-access/trello-agentic-access.yml
- type: TrustCenter
url: security/trello-trust-center.yml
- type: VulnerabilityDisclosure
url: security/trello-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/trello-domain-security.yml
- type: Authentication
url: authentication/trello-authentication.yml
- type: GitHubOrganization
url: https://github.com/trello
- type: LinkedIn
url: https://www.linkedin.com/company/atlassian
- type: JSONLD
url: json-ld/trello-context.jsonld
- type: JSONSchema
url: json-schema/trello-board-schema.json
- type: JSONSchema
url: json-schema/trello-card-schema.json
- type: JSONSchema
url: json-schema/trello-webhook-payload-schema.json
- type: JSONStructure
url: json-structure/trello-board-structure.json
- type: JSONStructure
url: json-structure/trello-card-structure.json
- type: SpectralRules
url: rules/trello-spectral-rules.yml
- type: Vocabulary
url: vocabulary/trello-vocabulary.yml
- type: Features
data:
- 'Free: up to 10 boards per workspace, unlimited cards'
- 'Standard at $5/user/mo: unlimited boards, AI quick capture, custom fields'
- 'Premium at $10/user/mo: AI, multiple views (Timeline/Calendar/Table)'
- 'Enterprise at $17.50/user/mo: org-wide permissions, SSO via Atlassian Guard'
- REST API at api.trello.com/1
- 'Per API key: 300 req/10s'
- 'Per token: 100 req/10s'
- 'Search: 50 req/min'
- 'Webhook deliveries: 600 events/min'
- Power-Ups for board extensions
- Butler automation (rules, buttons, scheduled commands)
- Card mirroring (Standard+)
- OAuth 1.0a + API key/token
- Webhooks for board, list, card, member events
- Atlassian-owned (Confluence/Jira ecosystem)
- iOS, Android, desktop apps
sources:
- https://trello.com/pricing
updated: '2026-05-04'
description: Trello is a web-based, kanban-style, list-making application that allows users to organize tasks, projects, and
workflows using boards, lists, and cards.