- Codex Sites
- OpenAI's Codex feature for building and deploying web apps from within Codex, with native agent-update capability. Apps built with it can be operated and updated by future Codex chats without manual editing.
- Safe actions
- A predefined set of named mutations (add, update, move, archive) that the Codex agent is explicitly allowed to call on an app. Prevents arbitrary database writes and constrains the agent to an approved API surface.
- Skill (Codex)
- A reusable instruction file stored in Codex that tells future chats how to operate a specific app -- board structure, valid commands, example prompts. Functions as an instruction manual the agent reads before acting.
- Save-gate / checkpoint
- A versioned save of the current Codex Sites build before deploying, preserving a known-good state to roll back to. Analogous to a save point in a video game.
- Cloudflare D1
- A serverless SQL database on Cloudflare's edge network. Codex Sites uses it as the default durable store when the user asks for persistent storage.
- Autonomous loop
- The practice of opening a fresh Codex chat and verifying it can operate the live app via skills and safe actions, without the builder manually editing anything. Used as the acceptance test for a finished Codex Sites build.
- Vibe coding
- Informal term for building software primarily through natural-language prompts to AI, with minimal manual code editing.