/
Setup Guide for Claude.ai

Setup Guide for Claude.ai

As Repository Admin:

  1. go the Code Review Assistant repository settings page.

  2. open the AI Review Assistant tab on top.

Request section

Section

Instructions

Section

Instructions

API URL

Enter the REST API address for Claude AI: https://api.anthropic.com/v1/messages.

API Key

Enter your Claude API key

Headers

  1. Click on the “Add Header” button. Enter x-api-key on the left side, and $API_KEY on the right side.

  2. Click on the ➕ icon. Enter anthropic-version on the left side, and 2023-06-01 on the right side.

The headers configuration should look like the following

image-20250131-110259.png

 

Check the latest version available on the official Claude documentation.

 

Query Parameters

Leave empty.

Request Body

  1. Click on ➕. Enter model in the input, then click on Add > Text and enter claude-3-5-sonnet-20241022. As for the version, check the list of available models using Claude’s API.

  2. Click on ➕. Enter max_tokens in the input, then click on Add > Number and enter, e.g., 1024

The body configuration should look like the following

image-20250120-155519.png

Response Section

Configure how AI Review Assistant will parse the API response. More details about the syntax here.

Section

Instructions

Section

Instructions

Success Query

Enter content[0].text

Error Query

Enter error.message

Test and Save

  1. Click on Test and verify that you receive a confirmation message that everything is configured properly.

  2. Click on Save.

If you have trouble in configuring our AI Review Assistant, we are happy to help! 🎉

 

Related content