iiRecord
Agentic AI Atlas · Codex SDK
agent:codex-sdka5c.ai
II.
AgentProduct JSON

agent:codex-sdk

Structured · live

Codex SDK json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/products/codex-sdk.yamlCluster · agent-stack
Record JSON
{
  "id": "agent:codex-sdk",
  "_kind": "AgentProduct",
  "_file": "agent-stack/products/codex-sdk.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Codex SDK",
    "vendor": "OpenAI",
    "homepageUrl": "https://www.npmjs.com/package/openai",
    "primarySurface": "sdk",
    "supportTier": "catalog-backed",
    "productKind": "sdk",
    "stackScope": "core-runtime",
    "description": "Programmatic SDK for OpenAI Codex / Responses API consumers. Distinct from\nCodex (the CLI). Bypasses the Codex Rust runtime and lets the host program\ndrive a Codex-style loop directly via the `openai` npm package or the\nPython SDK.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent:codex-sdk",
      "to": "agent-version:codex-sdk@current",
      "kind": "has_version"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:codex-sdk.core@current",
      "to": "agent:codex-sdk",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-runtime-impl:codex-sdk.runtime@current",
      "to": "agent:codex-sdk",
      "kind": "composes",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "agent-version:codex-sdk@current",
      "to": "agent:codex-sdk",
      "kind": "version_of"
    },
    {
      "from": "claim:codex-sdk-distinct-from-codex-cli",
      "to": "agent:codex-sdk",
      "kind": "asserts_about"
    }
  ]
}