CLAUDE LABJP
QUOTA — The 50 percent weekly usage boost for Claude Code subscribers ends August 19. One day left to front-load any heavy parallel workPRICING — Claude Sonnet 5's introductory rate of $2 per million input tokens and $10 output ends August 31; standard pricing of $3 and $15 takes over on September 1MIGRATION — The legacy Workbench and the experimental prompt tool APIs retired on August 17. Anything that depended on them now needs a hand-rolled equivalent on the Messages APIGOVERNMENT — Claude for Government is in beta. Anthropic remains the contracting and billing party, so agencies can start without a separate cloud provider relationshipPROVENANCE — Claude models released from August 2 onward embed a machine-readable watermark in generated text. It applies worldwide rather than only in the EU, with no stated effect on quality, speed, or priceCLI — v2.1.233 adds memory cgroup support for Bash tool commands on Linux, so CLAUDE_CODE_TOOL_MEMORY_LIMIT keeps a runaway build from stalling the sessionQUOTA — The 50 percent weekly usage boost for Claude Code subscribers ends August 19. One day left to front-load any heavy parallel workPRICING — Claude Sonnet 5's introductory rate of $2 per million input tokens and $10 output ends August 31; standard pricing of $3 and $15 takes over on September 1MIGRATION — The legacy Workbench and the experimental prompt tool APIs retired on August 17. Anything that depended on them now needs a hand-rolled equivalent on the Messages APIGOVERNMENT — Claude for Government is in beta. Anthropic remains the contracting and billing party, so agencies can start without a separate cloud provider relationshipPROVENANCE — Claude models released from August 2 onward embed a machine-readable watermark in generated text. It applies worldwide rather than only in the EU, with no stated effect on quality, speed, or priceCLI — v2.1.233 adds memory cgroup support for Bash tool commands on Linux, so CLAUDE_CODE_TOOL_MEMORY_LIMIT keeps a runaway build from stalling the session
TAG

gateway

2 articles
Back to all tags
Related:
Cloudflare Workers2Claude Code1SSE1streaming1proxy1timeout1Claude API1cost management1operations1architecture1
API & SDK/2026-08-15Intermediate

The Connection That Dies Mid-Thought Is Being Killed by Your Relay, Not the Upstream

Put a proxy or Worker in front of Claude Code and long thinking pauses start dying. The cause is neither the model nor the upstream — it is your relay holding the byte stream. Six relay behaviors compared side by side, plus how to verify yours before it ships.

API & SDK/2026-07-04Advanced

Reading the Claude apps gateway Announcement, I Rebuilt My Indie-Scale Control Plane

The self-hosted Claude apps gateway is a control-plane/data-plane separation you can scale down. Per-app cost attribution, model allowlists, and fail-closed spend caps, implemented as a small Cloudflare Workers proxy.