Compare
Choose another agent
Return to the integration hub and compare runtime boundaries.
Agent integration
osec-agent-1 binary on PATH.codex CLI installed and authenticated through your local Codex configuration.workspace-write sandbox.Create harness/codex/manifest.toml:
type = "codex"# Optional: omit to use the CLI default.# model = "gpt-5.6-terra"# Optional Codex config overrides.# args = ["-c", "model_reasoning_effort=high"]
Put candidate context in harness/codex/AGENTS.md. To add a separate prompt file, use append mode:
[system_prompt]mode = "append"file = "system.md"
OPENAI_API_KEY and optional OPENAI_BASE_URL environment values.$ codex --version$ osb doctor
Doctor must find Codex and the judge routes. A successful version check does not prove login state, so confirm a small Codex command works before starting a paid benchmark task.
aws-active-access-keys-older before you spend on full coverage.$ osb run ISPM-Enterprise-SQL@v1 codex \--tasks aws-active-access-keys-older
The harness id is the directory name, not an agent flag. OSB resolves the directory, validates the manifest and dataset identity, pings the required models, and only then starts the candidate.
codex.get_schema and run_query to the session.$ osb inspect
codex --version succeeds in the same shell that starts OSB.mode = "append". Codex has no override channel.osb doctor. Codex login and judge credentials are separate requirements.Compare
Run
Publish