For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸš€Quickstart

This guide will help you set up and start using Bito's AI-powered tools. Whether you're looking to enhance feedback of your coding agents with AI Architect or automate code reviews with our AI Code Review Agent, you'll find everything you need below.

AI Architect

1

Install AI Architect

Bito-hosted

  1. Log in to Bito Cloud and connect your Git provider.

  2. Provide your repository list to Bito

  3. Bito indexes your repositories and builds a knowledge graph

  4. Bito will provide you with MCP server URL and access token

Complete installation guide β†’

Self-hosted

  1. Download and install AI Architect with a single command.

    curl -fsSL https://aiarchitect.bito.ai/install.sh | bash
  2. Configure AI Architect with your Git and LLM credentials.

  3. Configure your repositories

  4. Start indexing to build knowledge graph of your codebase

  5. Get your MCP server URL and access token

Complete installation guide β†’

2

Connect Bito's AI Architect with your tools

AI Architect integrates with the tools you already use β€” from AI coding agents to project management and communication platforms.

Quick MCP integration with AI coding agents (Claude Code, Cursor, etc.)

Using the Bito MCP URL and Bito MCP Access Token, you can connect AI Architect to your AI coding tools through an automated installer.

The installer will automatically configure AI Architect for all compatible AI coding tools on your system.

Quick MCP Integration Guide β†’


Integrating with Jira

AI Architect integrates directly with your Jira workspace to bring codebase intelligence into the planning phase. When an Epic or Story is created, AI Architect automatically analyzes your codebase and past tickets to generate a structured plan β€” covering feasibility assessment, technical design, and story breakdown β€” directly inside Jira.

Jira integration guide β†’


Integrating with Linear

Connect AI Architect with Linear to bring codebase-aware planning into your Linear workspace. AI Architect can analyze your codebase in the context of Linear issues to help teams move faster from planning to implementation.

Linear integration guide β†’


Integrating with Slack

Bring AI Architect's codebase intelligence directly into your Slack workspace. Ask questions, get technical context, and collaborate on planning.

Slack integration guide β†’


Integrating with chat agents

AI Architect works with popular chat-based AI tools so you can query your codebase knowledge graph conversationally.


Integrating with Bito's AI Code Review Agent

AI Architect can work alongside Bito's AI Code Review Agent to provide richer, codebase-aware feedback on pull requests β€” combining live code review with deep knowledge of your system's architecture and history.

AI Code Review Agent integration guide β†’

AI Code Reviews in Git

1

Sign up for Bito

Create your account at alpha.bito.ai to get started.

2

Connect your Git provider

Select your preferred Git platform and follow the guided setup to install the agent:

Once installed, the agent will be linked to your repositories and ready to assist.

3

Review pull requests

The AI agent will automatically review new pull requests and leave inline comments with suggestions. You can also manually trigger a review by commenting /review on any pull request.

See full list of available commands

4

Chat with the agent

You can reply to comments posted by the Bito AI agent in a pull request to ask follow-up questions or request clarification. The agent will respond with context-aware answers to help you understand the feedback better.

Learn more

5

Configure agent settings

To customize your agent, go to Repositories and click the Settings button next to the relevant agent. From there, you can choose the review feedback mode, enable or disable automatic reviews, define custom guidelines to align with your team’s standards, and more.

Learn more

Last updated