Bilbis Docs

Guides for setting up and operating Bilbis.

Bilbis is a multi-agent AI coding pipeline. You describe the work, and Bilbis coordinates the steps that usually sit between an idea and a merge request: planning, coding, testing, review, and delivery.

These docs explain the product in plain English. They are written for people who need to set up Bilbis, run pipelines, review results, manage access, and understand what to check when something needs attention.

Start here

How Bilbis is organized

Bilbis uses a few core ideas:

  • A credential gives Bilbis permission to use a provider, such as Anthropic, OpenAI, GitLab, or GitHub.
  • A product groups related repositories and shared automation settings.
  • A repository is the actual codebase Bilbis can work in.
  • A pipeline is one run of work, from task description to branch, checks, review, and MR/PR.

First setup path

To run the first pipeline in a new organization, complete these steps in order:

  1. Add an LLM provider credential.
  2. Add a Git provider credential.
  3. Create a product.
  4. Add at least one repository to that product.
  5. Create a pipeline from a plain-English task.

After setup is complete, continue to Create a pipeline.

On this page