🔍Try Bito's AI code review

Experience AI-powered code analysis on any pull request—no admin access needed

Bito offers Test Mode to help you quickly explore our AI Code Review Agent without requiring administrator permissions for your Git repositories. Whether you're evaluating Bito for your team or simply want to see it in action before a full setup, Test Mode gives you immediate access using just a personal access token.

You can point Bito at any pull request you have access to and receive instant AI-generated feedback.

What you get:

  • Instant access to AI-powered code reviews

  • Support for GitHub, GitLab, and Bitbucket (cloud and self-hosted)

  • 10 complimentary pull request analyses

Who can use Test Mode?

Test Mode is designed for first-time evaluators. You can access it when:

  • Your Bito account is on a trial subscription (or eligible for a trial, meaning you haven't used any trials before)

  • Your workspace has a clean slate (no previous Git repository connections)

When you analyze your first pull request in Test Mode, Bito automatically activates your 14-day trial, giving you access to code review capabilities.

Getting started

1

Log in to Bito

Log in to Bito Cloud with a fresh user account and create a new workspace

2

Access Test Mode

  • Click "Do a test code review" option at the bottom of the Git setup wizard

3

Enter pull request details

  1. Pull request URL

    Enter the complete URL of the pull request you want Bito to review.

    • Example: https://github.com/username/repository/pull/123

  1. Personal Access Token

    Generate a personal access token from your Git platform to authorize Bito to read the pull request:

    1. For GitHub:

      1. Create GitHub classic Token with repo access. Fine-grained tokens are not supported. Learn more

    2. For GitLab:

      1. Create GitLab token with api scope Learn more

    3. For Bitbucket:

      1. Depending on your Bitbucket setup, you may need one of the following:

        • For Bitbucket Cloud use API Token. Learn more

        • For Bitbucket Enterprise (Self-Hosted) use HTTP Access Token. Learn more

      2. Required scopes:

        • read:pullrequest:bitbucket

        • write:pullrequest:bitbucket

        • read:workspace:bitbucket

        • read:repository:bitbucket

        • read:user:bitbucket

      3. Enter both your Bitbucket email address and the personal access token in Bito

    4. For Self-managed GitHub, GitLab, and Bitbucket:

      If you're using self-managed Git instances (GitHub Enterprise, GitLab Self-Managed, or Bitbucket Server):

      1. Select your Git provider

      2. Enter your Git domain URL (e.g., https://bitbucket.example.com)

      3. Configure Network Access

        • If your network restricts external services from accessing your Git server, add these Bito IP addresses to your allowed IP list:

  1. Validate your token

    Click "Validate" to verify that your personal access token is working correctly. This ensures Bito can access the pull request before proceeding.

  1. Choose your review depth

    Select the level of analysis you want:

    • Essential: Focuses on the most critical issues (faster review)

    • Comprehensive: Provides deeper analysis with more detailed feedback (more thorough review)

Feel free to experiment with both approaches on different pull requests to find what works best for your needs.

4

Start code review

Click Do a test code review to start the AI code review.

Test Mode dashboard

After completing your first test review, you'll have access to a dashboard showing:

  • Number of test reviews remaining (out of 10 total)

  • History of analyzed pull requests

  • Quick-start button for new reviews

Starting new test review

To analyze another pull request, click "New code review" button in the upper-right corner of your review history table.

Upgrading to full Git integration

Once you've used all 10 test reviews, you'll need to complete full Git integration to continue using Bito's AI Code Review Agent.

Why upgrade?

Full Git integration unlocks powerful features not available in Test Mode:

Advanced configuration:

  • Default branch settings: Customize which branch is used for code reviews

  • Custom guidelines: Define your own review rules and coding standards

  • Filters: Exclude draft PRs, files, or branches from review to focus on relevant code.

  • Tools: Enable additional checks, such as secret scanning.

  • Automation: Configure auto-reviews, batching, and summary settings

  • And much more.

Unlimited reviews:

  • No review limits — analyze every pull request

  • Automatic reviews on new PRs

  • Incremental reviews on PR updates

  • Complete team analytics and insights

How to upgrade

From your Test Mode dashboard, click "Complete Git integration" and follow the setup wizard to connect your Git repositories.

For detailed setup instructions, see:

FAQs

Q: Can I use Test Mode if I've previously used Bito? A: Test Mode is only available to users who haven't previously used a trial and haven't set up Git integration in their workspace.

Q: What happens after I use all 10 test reviews? A: You'll need to complete full Git integration to continue reviewing pull requests.

Q: Can I test on private repositories? A: Yes, as long as your personal access token has the correct permissions to access the repository.

Q: Does Test Mode work with self-hosted Git instances? A: Yes, Test Mode supports GitHub Enterprise, GitLab Self-Managed, and Bitbucket Server. You'll need to provide your Git domain URL and configure network access (whitelist Bito IP addresses) if needed.

Q: Will my code be stored or used for training? A: No. Bito does not store your code, and your code is never used for AI model training. Learn more about our privacy and security practices.

Q: What's the difference between Essential and Comprehensive review modes? A: Essential mode focuses on critical issues and completes faster, while Comprehensive mode provides deeper analysis with more detailed feedback. You can try both to see which fits your needs.

Last updated