Configure Matter AI for your enterprise deployment features as per your organization
These instructions are for self-hosted enterprise Matter AI deployments.
Once you have created your own GitHub App, you need to configure it for Matter AI.
Below are the configuration values needed:
private-key.pem
, you can run base64 -i private-key.pem
and enter the output in the Private Key input box under github app configAI Provider keys are your AI API keys stored securely in Matter AI. You can create and manage them in the Matter AI dashboard.
To setup Anthropic, simply add your API key in the Matter AI dashboard. You can get your API key from Anthropic Console
To setup OpenAI, simply add your API key in the Matter AI dashboard. You can get your API key from OpenAI Console
To setup Gemini, simply add your API key in the Matter AI dashboard. You can get your API key from Gemini Console
To setup Vertex AI, you need to create a service account in Google Cloud Console and required details as below.
Create a new Service Account
Visit GCP Console for Service Accounts and create a new Service Account: https://console.cloud.google.com/iam-admin/serviceaccounts
Configure the Service Account
Configure the Service Account with required name and role.
matterai
Vertex AI Colab Service Agent
Create a Key
Create a key for the service account and download the JSON file.
Add the details in Matter AI dashboard
Add the details in Matter AI dashboard.
Rulesets are your custom organization-specific AI rules for languages, security and repositories stored securely in Matter AI. You can create and manage them in the Matter AI dashboard.
Create or edit existing language rules in the Matter AI dashboard as per how AI should should review your codebase with specific instructions.
Create or edit existing security rules in the Matter AI dashboard as per how AI should should review your codebase with specific instructions.
Configure Matter AI for your enterprise deployment features as per your organization
These instructions are for self-hosted enterprise Matter AI deployments.
Once you have created your own GitHub App, you need to configure it for Matter AI.
Below are the configuration values needed:
private-key.pem
, you can run base64 -i private-key.pem
and enter the output in the Private Key input box under github app configAI Provider keys are your AI API keys stored securely in Matter AI. You can create and manage them in the Matter AI dashboard.
To setup Anthropic, simply add your API key in the Matter AI dashboard. You can get your API key from Anthropic Console
To setup OpenAI, simply add your API key in the Matter AI dashboard. You can get your API key from OpenAI Console
To setup Gemini, simply add your API key in the Matter AI dashboard. You can get your API key from Gemini Console
To setup Vertex AI, you need to create a service account in Google Cloud Console and required details as below.
Create a new Service Account
Visit GCP Console for Service Accounts and create a new Service Account: https://console.cloud.google.com/iam-admin/serviceaccounts
Configure the Service Account
Configure the Service Account with required name and role.
matterai
Vertex AI Colab Service Agent
Create a Key
Create a key for the service account and download the JSON file.
Add the details in Matter AI dashboard
Add the details in Matter AI dashboard.
Rulesets are your custom organization-specific AI rules for languages, security and repositories stored securely in Matter AI. You can create and manage them in the Matter AI dashboard.
Create or edit existing language rules in the Matter AI dashboard as per how AI should should review your codebase with specific instructions.
Create or edit existing security rules in the Matter AI dashboard as per how AI should should review your codebase with specific instructions.