Overview

Pre-built tooling

Pre-built integrations

No pre-built integration yet (time to contribute: <48h)

Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.

Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

API gotchas

  • GitHub provides two types of tokens for authentication:
  1. Classic Personal Access Tokens (PATs) – These are the older, broad-scope tokens that grant access to a user’s repositories, organizations, and settings.
  2. Fine-Grained Personal Access Tokens – Introduced as a more secure alternative, these tokens allow for precise permission control at the repository and organization level.
  • GitHub recommends using Fine-grained PATs whenever possible, as they provide better security and least-privilege access by allowing developers to specify the exact permissions and repositories they apply to. Classic PATs still work but are considered less secure due to their broad permissions
Contribute API gotchas by editing this page

Going further

Connect to Github (Personal Access Token)

Guide to connect to Github (Personal Access Token) using Connect UI