iiRecord
Agentic AI Atlas · Claude.ai session-ingress endpoint
transcript-ingress:claude-code-claude-aia5c.ai
II.
TranscriptIngressEndpoint JSON

transcript-ingress:claude-code-claude-ai

Structured · live

Claude.ai session-ingress endpoint json

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

File · compute/transcript-ingress-endpoints/claude-code-claude-ai-ingress.yamlCluster · compute
Record JSON
{
  "id": "transcript-ingress:claude-code-claude-ai",
  "_kind": "TranscriptIngressEndpoint",
  "_file": "compute/transcript-ingress-endpoints/claude-code-claude-ai-ingress.yaml",
  "_cluster": "compute",
  "attributes": {
    "displayName": "Claude.ai session-ingress endpoint",
    "endpointUrl": "https://api.anthropic.com/api/claude_code/v1/sessions/{sessionId}/log",
    "ingressMethod": "PUT",
    "lastUuidHeader": "Last-Uuid",
    "serverLastUuidHeader": "x-last-uuid",
    "maxRetries": 10,
    "baseDelayMs": 500,
    "failsImmediatelyOn": [
      401
    ],
    "sequentialPerSession": true,
    "authMethod": "oauth",
    "description": "Per-session ingress endpoint receiving streamed transcript entries.\nLast-Uuid carries the previously stored uuid; on 409 the server returns\nx-last-uuid and the client adopts it for chain repair. Per-session\nsequential() wrapper prevents concurrent writes for the same session.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "session:claude-code-flagship-example",
      "to": "transcript-ingress:claude-code-claude-ai",
      "kind": "persists_transcript_to",
      "attributes": {}
    }
  ]
}