iiRecord
Agentic AI Atlas · Claude Agent SDK
agent:claude-agent-sdka5c.ai
II.
AgentProduct JSON

agent:claude-agent-sdk

Structured · live

Claude Agent SDK json

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

File · agent-stack/products/claude-agent-sdk.yamlCluster · agent-stack
Record JSON
{
  "id": "agent:claude-agent-sdk",
  "_kind": "AgentProduct",
  "_file": "agent-stack/products/claude-agent-sdk.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Claude Agent SDK",
    "vendor": "Anthropic",
    "homepageUrl": "https://github.com/anthropics/claude-agent-sdk-python",
    "primarySurface": "sdk",
    "supportTier": "catalog-backed",
    "productKind": "sdk",
    "stackScope": "core-runtime",
    "description": "Anthropic's programmatic SDK for hosting agentic loops. Distinct from\nClaude Code (the CLI/TUI). The SDK exposes the agent loop primitives —\nturns, tool-call dispatch, context management — without bundling a\nuser-facing presentation. Consumers (other agents, applications,\nservices) provide their own platform extensibility and UI.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent:claude-agent-sdk",
      "to": "agent-version:claude-agent-sdk@current",
      "kind": "has_version"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "agent:claude-agent-sdk",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-runtime-impl:claude-agent-sdk.runtime@current",
      "to": "agent:claude-agent-sdk",
      "kind": "composes",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "agent-version:claude-agent-sdk@current",
      "to": "agent:claude-agent-sdk",
      "kind": "version_of"
    },
    {
      "from": "claim:claude-agent-sdk-distinct-from-claude-code",
      "to": "agent:claude-agent-sdk",
      "kind": "asserts_about"
    }
  ]
}