Setup
Choose one authentication method:- OpenAI OAuth: Run
replicas codex-authto connect an existing ChatGPT subscription. - OpenAI API key: Add a key under Organization → Coding Agents.
- Microsoft Foundry: Add an Azure OpenAI API key, base URL, and model deployment under Organization → Coding Agents.
replicas codex-auth saves to your personal account, which works in every organization you belong to and takes priority over organization defaults. Admins can pass --org to share one ChatGPT subscription with every member of the active organization. See Credentials for details, and replicas org to check which organization is active.
Models
Replicas supports the current GPT coding model family exposed in the workspace model picker. Set the organization default under Organization → Settings → Preferences, or choose a model for an individual chat. The available models depend on the connected OpenAI account and its model access. Organization admins can hide models the team cannot access by expanding Codex → Models in Coding Agents settings. The selection applies to workspace, automation, and default-setting pickers.Using Codex in Workspaces
In a workspace, use the composer’s harness/model picker to choose Codex and start or continue a session. Codex can:- Read and edit files and run shell commands
- Use environment skills and supported MCP servers
- Create branches, commits, and pull requests
- Accept messages steered into an active turn
- Use Plan Mode and Fast Mode
Goal Mode
Use/goal <objective> to give the thread a persistent objective. Pause, resume, or remove it with /goal pause, /goal resume, or /goal clear. The active goal appears above the composer and on the chat tab.
Thinking levels
Use Ultra in the thinking picker for Codex models that support theultra reasoning effort.
Chat history
Codex sessions persist across turns and workspace sleep. Codex compacts its context automatically when needed; send/compact to compact the active conversation manually. Use replicas read from the CLI to inspect transcript history.