II.
AgentProduct JSON
Structured · liveagent:codex
Codex CLI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:codex",
"_kind": "AgentProduct",
"_file": "agent-stack/products/codex.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Codex CLI",
"vendor": "OpenAI",
"homepageUrl": "https://github.com/openai/codex",
"primarySurface": "cli",
"supportTier": "catalog-backed",
"productKind": "full-cli-agent",
"stackScope": "full",
"description": "OpenAI's open-source command-line coding agent. Built in Rust, drives\nOpenAI models over the Responses API, runs locally in the user's\nterminal, and integrates with the workspace through file edits and shell\ntool use.\n"
},
"outgoingEdges": [
{
"from": "agent:codex",
"to": "agentVersion:codex:ge-0-0-0-lt-0-119-0",
"kind": "has_version"
},
{
"from": "agent:codex",
"to": "agentVersion:codex:ge-0-119-0",
"kind": "has_version"
},
{
"from": "agent:codex",
"to": "language:rust",
"kind": "composed_of",
"attributes": {
"role": "core"
}
},
{
"from": "agent:codex",
"to": "language:typescript",
"kind": "composed_of",
"attributes": {
"role": "runtime"
}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:codex.core@1.x",
"to": "agent:codex",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-core-impl:codex-websocket.core@current",
"to": "agent:codex",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-platform-impl:codex.platform@1.x",
"to": "agent:codex",
"kind": "composes",
"attributes": {
"role": "platform"
}
},
{
"from": "agent:paperclip",
"to": "agent:codex",
"kind": "integrates_with",
"attributes": {
"notes": "codex-local adapter"
}
},
{
"from": "agent-runtime-impl:codex.runtime@1.x",
"to": "agent:codex",
"kind": "composes",
"attributes": {
"role": "runtime"
}
},
{
"from": "agentVersion:codex:ge-0-0-0-lt-0-119-0",
"to": "agent:codex",
"kind": "version_of"
},
{
"from": "agentVersion:codex:ge-0-119-0",
"to": "agent:codex",
"kind": "version_of"
},
{
"from": "agent-version:codex-websocket@current",
"to": "agent:codex",
"kind": "version_of"
},
{
"from": "claim:codex-research-cli-local-open-source",
"to": "agent:codex",
"kind": "about_subject"
},
{
"from": "platform:krate",
"to": "agent:codex",
"kind": "hosts",
"attributes": {
"notes": "Codex agents dispatch into Krate-managed repositories"
}
},
{
"from": "claim:codex-cli-lacks-thinking-flag",
"to": "agent:codex",
"kind": "asserts_about"
},
{
"from": "claim:codex-lacks-auto-memory",
"to": "agent:codex",
"kind": "asserts_about"
},
{
"from": "claim:codex-lacks-mcp-client",
"to": "agent:codex",
"kind": "asserts_about"
},
{
"from": "claim:codex-sandbox-only",
"to": "agent:codex",
"kind": "asserts_about"
},
{
"from": "claim:codex-has-sandbox",
"to": "agent:codex",
"kind": "asserts_about"
},
{
"from": "claim:stop-hook-codex-interactive-fires",
"to": "agent:codex",
"kind": "asserts_about"
},
{
"from": "claim:stop-hook-codex-interactive-blocks",
"to": "agent:codex",
"kind": "asserts_about"
},
{
"from": "claim:stop-hook-codex-noninteractive-fires",
"to": "agent:codex",
"kind": "asserts_about"
},
{
"from": "blueprint:a11y",
"to": "agent:codex",
"kind": "executable_by",
"attributes": {}
},
{
"from": "blueprint:adr",
"to": "agent:codex",
"kind": "executable_by",
"attributes": {}
},
{
"from": "blueprint:basic-security",
"to": "agent:codex",
"kind": "executable_by",
"attributes": {}
},
{
"from": "discovery-signal:codex-hooks-mux-fallback",
"to": "agent:codex",
"kind": "applies_to",
"attributes": {}
},
{
"from": "discovery-signal:codex-hooks-mux",
"to": "agent:codex",
"kind": "applies_to",
"attributes": {}
},
{
"from": "discovery-signal:codex-host-env",
"to": "agent:codex",
"kind": "applies_to",
"attributes": {}
},
{
"from": "plugin-target:codex",
"to": "agent:codex",
"kind": "hosted_by",
"attributes": {}
},
{
"from": "plugin:example-portable-extension",
"to": "agent:codex",
"kind": "installs_into",
"attributes": {
"installMethod": "npm"
}
},
{
"from": "scope-boundary:codex.scope",
"to": "agent:codex",
"kind": "bounds_subject"
},
{
"from": "source-ref:codex-cli",
"to": "agent:codex",
"kind": "source_of",
"attributes": {}
}
]
}