Integrations & API
Import from Trello, send webhooks, link Git, and use the API.
Trello import
Bring your existing work across under Settings → Integrations. Connect Trello, pick the boards to import, and we recreate their lists and cards. Enable two-way sync to keep them in step.
Webhooks
Send card and board events to your own endpoints. Add an outbound webhook under Settings → Webhooks, choose the events, and we deliver a signed payload to your URL.
Git integrations
Connect GitHub, GitLab or Bitbucket under Settings → Repositories. Reference a card in a commit or pull request and the activity links back to the card automatically.
REST API & tokens
Automate anything with the REST API. Create a personal API token (with scopes) under Settings → API tokens, then call the documented endpoints. Full reference lives on the doc subdomain.

Common questions
Can I keep Trello in sync after importing?
Yes — enable two-way sync on the linked boards.
Where do I get an API token?
Create one under Settings → API tokens, with the scopes you need.