CLAUDE LABJP
APPLY — ant CLI v1.30.0 introduces ant apply, which creates and updates agents, environments, skills, memory stores, and deployments straight from files in your repositoryLOCKFILE — Commit the claude-lock.json it writes. Skip that step and every later run quietly creates fresh resources instead of updating the ones you already havePLAN — ant apply prints a plan and waits for your approval before applying. If you intend to run it unattended in CI, decide how that approval is handled firstPRICING — The increase to $3 / $15 per MTok for Claude Sonnet 5 never happened. The introductory $2 / $10 is now simply the standard priceSOURCE — Prices and version numbers get garbled in secondhand coverage. It is worth checking the release notes on platform.claude.com before you quote either oneBETA — Agent Skills and the Skills API left beta, so the skills-2025-10-02 header is optional now. The Files API did too, but there the header still changes the response shapeAPPLY — ant CLI v1.30.0 introduces ant apply, which creates and updates agents, environments, skills, memory stores, and deployments straight from files in your repositoryLOCKFILE — Commit the claude-lock.json it writes. Skip that step and every later run quietly creates fresh resources instead of updating the ones you already havePLAN — ant apply prints a plan and waits for your approval before applying. If you intend to run it unattended in CI, decide how that approval is handled firstPRICING — The increase to $3 / $15 per MTok for Claude Sonnet 5 never happened. The introductory $2 / $10 is now simply the standard priceSOURCE — Prices and version numbers get garbled in secondhand coverage. It is worth checking the release notes on platform.claude.com before you quote either oneBETA — Agent Skills and the Skills API left beta, so the skills-2025-10-02 header is optional now. The Files API did too, but there the header still changes the response shape
TAG

Architecture

13 articles
Back to all tags
Related:
claude-api4production4Claude Code3Claude API2model-migration2claude-code2Prompt Caching1Tool Use1Cost Optimization1MCP1Remote MCP1Stateless1
API & SDK/2026-04-10Advanced

The Boundaries That Trip You Up Moving Claude Managed Agents to Production — Agent / Environment / Session, and Keeping Keys Out of the Sandbox

A production design walkthrough for Claude Managed Agents, checked against the SDK's actual type definitions. Covers which object owns sandbox control, persistent memory, credentials, delegation, and cost measurement.