Documentation Index
Fetch the complete documentation index at: https://docs.bitfab.ai/llms.txt
Use this file to discover all available pages before exploring further.
What is Bitfab?
Bitfab helps you understand what your AI is doing and iterate on it faster. You capture traces with our SDK, then improve your code and prompts directly from your coding agent — with the web portal available to dive deeper when you need it.Capture
Add the SDK to capture inputs, outputs, errors, and context for every AI call. 1-shot setup with the Claude plugin or MCP — your coding agent reads your codebase, finds AI workflows, instruments them, and creates replay scripts.
Quick Start
Install the CLI and run init:How It Works
Capture
Your coding agent handles the entire setup:- Instrument + create replay scripts — Reads your codebase, finds AI workflows, and in parallel adds tracing with minimal diffs and generates scripts so you can regression-test against production data with one command
- Get traces — Run your app and traces flow into Bitfab automatically
Assistant
Once traces are flowing, iterate directly from your coding agent:- Find issues — Ask your agent to diagnose failures, search traces, and pinpoint what’s going wrong
- Fix code and prompts — Your agent suggests fixes and replays production traces through updated code to verify the changes work
- Dive deeper — Use the web portal to inspect individual traces, compare outputs side-by-side, and explore patterns across your data