Set up a custom GitHub App to deploy Matter AI in your own environment
This guide walks you through the process of creating and configuring your own GitHub App for Matter AI, giving you complete control over permissions and data access.
https://matter-backend.example.com/api/v1/auth/github/callback
. Replace your domain later.https://matter-backend.example.com/github/webhook
. Replace your domain later.Keep your webhook secret secure. You’ll need to provide this to your Matter AI instance during configuration.
Matter AI requires specific permissions to function properly. Configure the following permission settings:
Enable the following webhook events:
.pem
file securelyThe private key is generated only once and cannot be recovered if lost. Store it securely as you would any sensitive credential.
Now that you’ve created your GitHub App, you can proceed to deploy Matter AI using one of our self-hosting options:
Deploy Matter AI using Docker Compose
Deploy Matter AI on Kubernetes using Helm charts
Set up a custom GitHub App to deploy Matter AI in your own environment
This guide walks you through the process of creating and configuring your own GitHub App for Matter AI, giving you complete control over permissions and data access.
https://matter-backend.example.com/api/v1/auth/github/callback
. Replace your domain later.https://matter-backend.example.com/github/webhook
. Replace your domain later.Keep your webhook secret secure. You’ll need to provide this to your Matter AI instance during configuration.
Matter AI requires specific permissions to function properly. Configure the following permission settings:
Enable the following webhook events:
.pem
file securelyThe private key is generated only once and cannot be recovered if lost. Store it securely as you would any sensitive credential.
Now that you’ve created your GitHub App, you can proceed to deploy Matter AI using one of our self-hosting options:
Deploy Matter AI using Docker Compose
Deploy Matter AI on Kubernetes using Helm charts