Pro Guide
1. Register and subscribe
Create an account at accounts.aibuildai.io/sign-up. After signing in, go to the Billing section and switch to the Pro plan ($50 / month). Once payment is processed, your account will show an active Pro subscription.
2. Install
AIBuildAI requires a Linux x86_64 machine (Ubuntu 20.04 or newer).
3. Log in
After installation, run:
This prints a link you can open in your browser to grant permission with your Pro account. To verify your login status, run aibuildai whoami — the output should show an active Pro plan.
4. Sign in to Claude Code or set your API key
If Claude Code is already signed in on this machine, no Anthropic API key is needed. AIBuildAI automatically uses the local Claude Code credentials.
If Claude Code is not signed in, run:
You can also use an Anthropic API key instead. This edition passes your shell environment through to the bundled Claude Code, which reads ANTHROPIC_API_KEY for itself, so that is the name to set here:
Add the export line to your shell profile to keep it set across sessions.
5. Run
AIBuildAI 2.0 is driven by command-line flags, not by a YAML config. There is no aibuildai config command on this edition, and --data-dir names the folder holding your data directly:
Try the worked example
The repository ships a protein EC number prediction task — predicting the enzyme class of a protein from its amino acid sequence. From a clone of the repository:
Or run aibuildai with no flags to fill in the parameters in an interactive form. For full details, see github.com/aibuildai/AI-Build-AI.