Search the documentation
5 pages for claude_code_session_.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
routines-fire
Claude Developer Platform · in the page
api/claude-code/routines-fire
…with the new session details: ```json { "type": "routine_fire", "claude_code_session_id": "session_01HJKLMNOPQRSTUVWXYZ", "claude_code_session_url": "https://claude.ai/code/session_01HJKLMNOPQR…
Claude Code changelog
Claude Code CLI · in the page
changelog
…a digit in command bodies * stdio MCP servers now receive the same `CLAUDE_CODE_SESSION_ID` as hooks/Bash on `--resume` * Fixed `claude -p` hanging forever after its final result when a background…
Automate work with routines
Claude Code CLI · in the page
routines
…sion ID and URL: ```json theme={null} { "type": "routine_fire", "claude_code_session_id": "session_01HJKLMNOPQRSTUVWXYZ", "claude_code_session_url": "https://claude.ai/code/session_01HJKLMNOPQR…
Customize sessions in self-hosted environments
Claude Code CLI · in the page
self-hosted-environments-configuration
…---------------------------------------------------------------- | | `CLAUDE_CODE_SESSION_ACCESS_TOKEN` | The session JWT, prefixed `sk-ant-cc-`. Its `act` claim identifies the session creator, with…
Verify session identity in self-hosted environments
Claude Code CLI · in the page
self-hosted-environments-identity
# Verify session identity in self-hosted environments > Verify the CLAUDE_CODE_SESSION_ACCESS_TOKEN JWT so services on your network can trust requests from sessions in your self-hosted environment.…