II.
AgentProduct JSON
Structured · liveagent:codex-app-server
Codex App-Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:codex-app-server",
"_kind": "AgentProduct",
"_file": "agent-stack/products/codex-app-server.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Codex App-Server",
"vendor": "OpenAI",
"homepageUrl": "https://developers.openai.com/codex/app-server/",
"primarySurface": "cli",
"supportTier": "catalog-backed",
"productKind": "app-server",
"stackScope": "core-runtime-platform",
"description": "OpenAI Codex's app-server protocol. A long-lived subprocess that exposes\nCodex's agentic loop + tool/MCP plumbing as a JSON-RPC service over\nstdio, SSE, or WebSocket. Consumed by external clients (Symphony,\ncustom hosts). No bundled UI — clients build their own surface.\n"
},
"outgoingEdges": [
{
"from": "agent:codex-app-server",
"to": "agent-version:codex-app-server@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "agent-core-impl:codex-app-server.core@current",
"to": "agent:codex-app-server",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-platform-impl:codex-app-server.platform@current",
"to": "agent:codex-app-server",
"kind": "composes",
"attributes": {
"role": "platform"
}
},
{
"from": "agent-runtime-impl:codex-app-server.runtime@current",
"to": "agent:codex-app-server",
"kind": "composes",
"attributes": {
"role": "runtime"
}
},
{
"from": "agent-version:codex-app-server@current",
"to": "agent:codex-app-server",
"kind": "version_of"
},
{
"from": "claim:codex-app-server-is-json-rpc",
"to": "agent:codex-app-server",
"kind": "asserts_about"
}
]
}