Support for Codex access tokens (`CODEX_ACCESS_TOKEN`) for authentication with ChatGPT Business/Enterprise Codex entitlements.
Raw Developer Origin & Technical Request
GitHub Issue
May 22, 2026
## Summary
Centaur's `codex` harness currently appears to support OpenAI Platform API-key authentication, but not Codex access-token authentication for ChatGPT Business/Enterprise workspaces.
This matters for teams using ChatGPT-managed Codex entitlements. In those environments, users may have Codex access through their ChatGPT workspace plan and governance model, but not have OpenAI Platform API billing/quota available for the same workflow. Running the Centaur `codex` harness with only `OPENAI_API_KEY` support can therefore fail even though the user/team has valid Codex entitlement through ChatGPT.
## Current behavior
The sandbox entrypoint currently derives a Codex key from `CODEX_API_KEY` or `OPENAI_API_KEY` and logs in with API-key mode:
github.com/paradigmxyz/centa...
```sh
CODEX_KEY="${CODEX_API_KEY:-${OPENAI_API_KEY:-}}"
if [ -n "$CODEX_KEY" ]; then
echo "$CODEX_KEY" | codex login --with-api-key 2>/dev/null || true
fi
```
The sandbox stub key list also includes API-key-oriented harness secrets, but not `CODEX_ACCESS_TOKEN`:
github.com/paradigmxyz/centa...
```py
_HARNESS_STUB_KEYS = (
"ANTHROPIC_API_KEY",
"OPENAI_API_KEY",
"AMP_API_KEY",
"GITHUB_TOKEN",
)
```
In a local Centaur deployment, using an OpenAI Platform API key with no available Platform quota leads to the Codex run failing with:
```text
Quota exceeded. Check your plan and billin...
Developer Debate & Comments
Adjacent Repository Pain Points
Other highly discussed features and pain points extracted from paradigmxyz/centaur.
Frequently Asked Questions
Market intelligence mapped to Support for Codex access tokens (`CODEX_ACCESS_TOKEN`) for authentication with ChatGPT Business/Enterprise Codex entitlements..
How is Support for Codex access tokens (`CODEX_ACCESS_TOKEN`) for authentication with ChatGPT Business/Enterprise Codex entitlements. positioned in the market?
What is the general sentiment around Support for Codex access tokens (`CODEX_ACCESS_TOKEN`) for authentication with ChatGPT Business/Enterprise Codex entitlements.?
What architecture is tied to Support for Codex access tokens (`CODEX_ACCESS_TOKEN`) for authentication with ChatGPT Business/Enterprise Codex entitlements.?
Engagement Signals
Cross-Market Term Frequency
Quantifies the cross-market adoption of foundational terms like OPENAI_API_KEY and Quota exceeded by tracking occurrence frequency across active SaaS architectures and enterprise developer debates.
SaaS Metrics