Agent docs
Codex
Add the stdio MCP server and portable reporting skill.
Add the MCP server
Export AUDIOREALITY_TOKEN, then merge this block into~/.codex/config.toml or the applicable project config.
[mcp_servers.audioreality]
command = "npx"
args = ["-y", "@audioreality/mcp"]
env_vars = ["AUDIOREALITY_TOKEN", "AUDIOREALITY_TOKENS", "AUDIOREALITY_API_URL"]
[mcp_servers.audioreality.env]
AUDIOREALITY_INCLUDE_DETAILS = "false"Add the skill and instruction
Install integrations/skills/audioreality-report/SKILL.mdin your Codex skills directory. Add the reporting paragraph fromintegrations/templates/CLAUDE-AGENTS.md toAGENTS.md when you want the behavior to apply throughout a repository.
Use the status lifecycle
Submit ok for clean completion, warn for degraded or partial work, fail for an error, andneeds_decision only when blocked on the human. Reuse a stable run_id so the resolution supersedes the pending item.