This repository is generated. It is built from braintrustdata/braintrust-coding-agent-plugins. Don't edit files here — make changes and file issues in that repository, and they will be rebuilt into this one.
Braintrust Codex plugins — skills and session tracing.
Add this repo as a Codex plugin marketplace:
codex plugin marketplace add braintrustdata/braintrust-codex-plugin
# OPTIONAL: TRACE CODEX PLUGIN
codex plugin add trace-codex@braintrust-codex-plugins
# OPTIONAL: SKILLS PLUGIN
codex plugin add braintrust@braintrust-codex-pluginsTo use the tracing plugin, create an API key in Braintrust under Settings > API keys. The key must be available in the environment where Codex runs. Either export it in your current shell before starting Codex:
export BRAINTRUST_API_KEY="<your-braintrust-api-key>"
TRACE_TO_BRAINTRUST=true BRAINTRUST_PROJECT=my-coding-agent codexOr set it for only that Codex invocation:
BRAINTRUST_API_KEY="<your-braintrust-api-key>" TRACE_TO_BRAINTRUST=true BRAINTRUST_PROJECT=my-coding-agent codexsee the plugin's README for details and config options
see the plugin's README for details