Codex is OpenAI’s AI-powered coding agent. It reads custom instructions fromDocumentation Index
Fetch the complete documentation index at: https://bruno-a6972042-mintlify-testing-jsonbody-jsonschema-1777266.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AGENTS.md before doing any work, so you can give it project-specific guidance. With Bruno’s local-first approach, you can add an AGENTS.md at your project root so Codex understands how to generate and work with Bruno collections.
Codex discovers instructions in this order: global
~/.codex/AGENTS.md, See Custom instructions with AGENTS.md for full details.Configure Codex with Bruno
- Install and set up Codex from the Codex documentation.
-
At your project root (typically the Git root), create an
AGENTS.mdfile with instructions for working with Bruno collections.
my-project
codex
AGENTS.md
src
routes
app.js
server.js
bruno-collection
package.json
.gitignore