Skip to main content

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.

The Bitfab Codex plugin is coming soon. In the meantime, you can connect Codex to Bitfab via MCP for SDK setup and API key retrieval.

What’s Coming

The dedicated Codex plugin will bring the full Bitfab evaluation workflow into Codex, including:
  • Automatic instrumentation — Detect AI workflows in your codebase and add tracing with minimal diffs
  • Trace diagnostics — Inspect failures, search traces, and read full span details without leaving your terminal
  • Replay testing — Generate and run replay scripts to regression-test against production data
  • Session notifications — Get alerted to trace failures and plugin updates on session start

Use Bitfab with Codex Today

While the dedicated plugin is in development, there are two ways to connect Codex to Bitfab.

Option 1: CLI

npx bitfab-cli init --editor codex
Installs the plugin, authenticates, and launches setup.

Option 2: Manual MCP Configuration

Set your API key as an environment variable:
export BITFAB_API_KEY="YOUR_API_KEY"
Then add this to ~/.codex/config.toml (global) or .codex/config.toml (project-level):
[mcp_servers.bitfab]
url = "https://bitfab.ai/mcp"
bearer_token_env_var = "BITFAB_API_KEY"
Visit the setup page to get your API key and see the full configuration steps.
This gives Codex access to one MCP tool:
  • get_bitfab_api_key — Retrieve your API key for environment variable configuration. SDK setup — install, initialization, instrumentation patterns, replay — lives in the language-specific SDK reference.
See the MCP Setup guide for more details.

Stay Updated

The Codex plugin is under active development. Check back here or visit bitfab.ai for announcements.