Skip to main content
GA
Codex Adapter
FORG ships a first-party Codex adapter that wraps OpenAI Codex CLI sessions and emits metadata about session boundaries, model usage, token counts, cost, project context, and outcomes — without storing prompts or generated code.
Connect
# macOS/Linux:
curl -fsSL https://forg.pro/install | sh
# Windows (PowerShell): iwr -UseBasicParsing https://forg.pro/install.ps1 | iex
forg activate
forg connect codexWhat is captured
- Session start and end boundaries
- Model identifier and provider
- Input/output token counts
- Repository or project identifier
- Outcome metadata such as success, error, or human intervention
See Build an Adapter for the full signal schema and signing flow.
© 2026 FORG by UpgradIQ, Inc. All rights reserved.Edit this page on GitHub