Covendocs
Memory + ModelsOpenAI

OpenAI

OpenAI model access in Coven through Codex, including login, doctor checks, and credential boundary.

1 min read

OpenAI model access currently flows through Codex.

npm install -g @openai/codex
codex login
coven doctor
coven run codex "fix the failing tests"

Boundary

Codex owns OpenAI provider credentials and model calls. Coven owns the session record, PTY supervision, attach/replay behavior, and event log.

Coven does not read OpenAI API keys, OAuth refresh tokens, or Codex auth files. If Codex auth expires, run codex login and retry.

Was this page helpful?No

Last updated on

On this page