II.
TranscriptIngressEndpoint JSON
Structured · livetranscript-ingress:claude-code-claude-ai
Claude.ai session-ingress endpoint json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}