2024-03-17 13:11:08 +02:00
2024-03-17 13:15:21 +02:00
## Getting Started with PR-Agent Pro
2024-03-17 13:11:08 +02:00
PR-Agent Pro is a versatile application compatible with GitHub, GitLab, and BitBucket, hosted by CodiumAI.
2024-03-17 13:15:21 +02:00
See [here ](https://pr-agent-docs.codium.ai/#pr-agent-pro ) for more details about the benefits of using PR-Agent Pro.
2024-03-17 13:11:08 +02:00
Interested parties can subscribe to PR-Agent Pro through the following [link ](https://www.codium.ai/pricing/ ).
2024-03-17 13:15:21 +02:00
After subscribing, you are granted the ability to easily install the application across any of your repositories.
2024-03-17 13:11:08 +02:00
2024-03-26 23:00:57 +02:00
{width=468}
2024-03-17 13:11:08 +02:00
Each user who wants to use PR-Agent pro needs to buy a seat.
Initially, CodiumAI offers a two-week trial period at no cost, after which continued access requires each user to secure a personal seat.
2024-03-17 13:15:21 +02:00
Once a user acquires a seat, they gain the flexibility to use PR-Agent Pro across any repository where it was enabled.
2024-03-17 13:11:08 +02:00
Users without a purchased seat who interact with a repository featuring PR-Agent Pro are entitled to receive up to five complimentary feedbacks.
Beyond this limit, PR-Agent Pro will cease to respond to their inquiries unless a seat is purchased.
2024-07-08 09:01:56 +03:00
## Install PR-Agent Pro for GitHub Enterprise Server
You can install PR-Agent Pro application on your GitHub Enterprise Server, and enjoy two weeks of free trial.
After the trial period, to continue using PR-Agent Pro, you will need to contact us for an [Enterprise license ](https://www.codium.ai/pricing/ ).
2024-03-17 13:11:08 +02:00
## Install PR-Agent Pro for GitLab (Teams & Enterprise)
Since GitLab platform does not support apps, installing PR-Agent Pro for GitLab is a bit more involved, and requires the following steps:
2024-03-11 20:08:16 +02:00
### Step 1
Acquire a personal, project or group level access token. Enable the “api” scope in order to allow PR-Agent to read pull requests, comment and respond to requests.
2024-03-26 23:00:57 +02:00
< figure markdown = "1" >
{width=750}
< / figure >
2024-03-11 20:08:16 +02:00
Store the token in a safe place, you won’ t be able to access it again after it was generated.
### Step 2
Generate a shared secret and link it to the access token. Browse to [https://register.gitlab.pr-agent.codium.ai ](https://register.gitlab.pr-agent.codium.ai ).
Fill in your generated GitLab token and your company or personal name in the appropriate fields and click "Submit".
You should see "Success!" displayed above the Submit button, and a shared secret will be generated. Store it in a safe place, you won’ t be able to access it again after it was generated.
### Step 3
Install a webhook for your repository or groups, by clicking “webhooks” on the settings menu. Click the “Add new webhook” button.
2024-03-26 23:00:57 +02:00
< figure markdown = "1" >

< / figure >
2024-03-11 20:08:16 +02:00
In the webhook definition form, fill in the following fields:
URL: https://pro.gitlab.pr-agent.codium.ai/webhook
Secret token: Your CodiumAI key
Trigger: Check the ‘ comments’ and ‘ merge request events’ boxes.
Enable SSL verification: Check the box.
2024-03-26 23:00:57 +02:00
< figure markdown = "1" >
{width=750}
< / figure >
2024-03-11 20:08:16 +02:00
### Step 4
You’ re all set!
Open a new merge request or add a MR comment with one of PR-Agent’ s commands such as /review, /describe or /improve.