Skip to content

swhan0329/codex-101

Repository files navigation

Codex 101

Codex 101 — OpenAI Codex Guide

A bilingual guide to using OpenAI Codex in real projects
CLI · Desktop App · IDE Extension · Web/Mobile

Last updated: June 11, 2026
Live Site · Korean README


About

Codex 101 is a practical, bilingual guide for people learning or rolling out OpenAI Codex. It covers the main Codex surfaces, setup decisions, safety controls, configuration, MCP, workflow automation, and prompt patterns.

The guide is written from the official OpenAI Codex documentation first, then manually reviewed before publishing. Because Codex changes quickly, treat the live guide as a learning companion and always confirm critical model, pricing, security, and availability details in the official docs.

Start Here

  • First-time users: read sections 04-06 for setup and first run, then 10 for sandbox/approval basics, and 14 for OpenAI Docs MCP.
  • Professional users: read sections 12-14 for AGENTS.md, config.toml, and MCP, then 15-17 for sessions, automation, and prompt contracts.
  • Example-driven readers: open the live site and the use-case gallery to start from real workflows instead of feature lists.

June 11, 2026 Refresh Notes

  • Rechecked developers.openai.com/codex/models first: gpt-5.5 remains the top Codex recommendation, with gpt-5.4, gpt-5.4-mini, and gpt-5.3-codex-spark in their existing fallback/fast/research-preview lanes.
  • Rechecked pricing, quickstart, config/profile, app settings/features, remote connections, Sites, Bedrock, MCP, hooks, plugins, and skills through the fresh Codex manual. No model-order, remote-control, or Sites setup reversal was needed.
  • Rechecked OpenAI Platform/API docs and kept those notes separate from Codex product guidance. GPT-5.5 remains the latest API model guidance, while Codex pricing/API-key availability still needs scope-specific reading.
  • Audited all 60 official Codex use cases. The catalog count, local/official IDs, promptEn, promptKo, and multiline Korean prompt shape are clean; two official Starter prompts still intentionally include trailing spaces and were restored exactly.
  • Rechecked OpenAI launch/customer-story surfaces. The June 10 Oracle cloud commitment post and June 11 black-hole simulation article were added only as procurement/research workflow context, not as new model, plan, platform, preview/GA, or feature-flag changes.
  • Chrome social checks for X, Threads, and LinkedIn were readable, but no new social-only claim was added without official corroboration.

What's Covered

Section Topic
Start Here Quick paths for beginners and teams
01-03 Codex ecosystem, product surfaces, supported models
04-05 Requirements, pricing, installation, authentication
06-09 CLI, Desktop App, IDE Extension, Web/Mobile
10-14 Approvals, sandboxing, slash commands, AGENTS.md, config.toml, MCP
15-17 Session strategy, automation, prompt contracts
18-21 Advanced usage, FAQ, references, practitioner tips

Languages

The site currently supports Korean and English. Use the language toggle in the top-right corner of the live page, or update the translation blocks in i18n.js when contributing.

Local Preview

This is a static site. No build step is required for basic review.

open index.html
open use-cases.html

Project Structure

codex-101/
├── index.html          # Main Codex 101 guide
├── use-cases.html      # Use-case gallery
├── app.js              # Theme, language, navigation, interactions
├── i18n.js             # Korean/English translation content
├── use-cases-data.js   # Use-case gallery data
├── style.css           # Responsive styling
└── images/             # Screenshots and explainer visuals

Contributing

Contributions are welcome for corrections, translations, screenshots, examples, and workflow tips.

git clone https://github.com/<your-username>/codex-101.git
cd codex-101
open index.html

After reviewing your change locally, open a pull request with a short explanation of what changed and which page or section you checked.

License

This project is released under the MIT License.


Made by @swhan0329
Built with the help of AI. Pull requests are welcome.

About

OpenAI Codex Complete Guide 101 — Bilingual (KR/EN) GitHub Pages site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors