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
Read the quickstart
Follow the shortest path from a new organization to a first pipeline.
Set up integrations
Connect the providers Bilbis needs before a pipeline can run.
Create a pipeline
Describe work in plain English and dispatch the agents.
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:
- Add an LLM provider credential.
- Add a Git provider credential.
- Create a product.
- Add at least one repository to that product.
- Create a pipeline from a plain-English task.
After setup is complete, continue to Create a pipeline.