Group of 3 You'll notice
Admin-configured price overrides can now be validated for and pushed down to managed-policy clients
What
- The gateway config validator, which previously required an
admin:block for pricing settings to take effect, now also accepts amanaged:block containing at least one policy, since both the admin spend meter and themodelPricingsent to clients read the same pricing config. - The gateway can now compute a per-deployment
modelPricingobject (a price multiplier plus per-model overrides) from anadmin.pricing-style config, and merges it into each managed policy'sclisettings, but only for policies that don't already specify their ownmodelPricing. It logs how many policies received the pushed pricing. - The dead-code checker that warns about pricing overrides that can never take effect was updated for the case where there's no admin/meter block: in that case, an override is only considered reachable if it sits on the first upstream that would actually serve that model.
Why
This lets pricing overrides configured under admin.pricing reach managed-policy clients automatically, and improves the accuracy of warnings about pricing overrides that would silently never apply.
Names in the bundlemanagedadmin
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
Added since
A small documentation edit on Legal and compliance touched a line naming managed after this was published.
The Claude Desktop application sends operational telemetry (crash reports and product analytics) to Anthropic by default. This telemetry contains no prompt or response content. You can fully disable it through managed configuration, or fro…third-party/claude-desktop/legal see the edit
Confirmed since
Anthropic's documentation has since written up admin, on Claude for Government changelog.
* Added tenant-level Compliance API keys: tenant administrators can create, list, and revoke them on the tenant portal's **Compliance API keys** page under Settings, and a tenant-level key returns the events of every organization in the te…government/changelog see the edit
Confirmed since
Anthropic's documentation has since written up managed, on Use Claude Code in VS Code.
* Select **Hooks** in the Customize section to view the [hooks](/docs/en/hooks) loaded in the session, grouped by event. You can add, edit, or remove hooks saved in your user, project, and local settings files. Hooks from other sources, su…vs-code see the edit
Added since
A small documentation edit on Connect a service that isn't in the list touched a line naming admin after this was published.
Claude can call the endpoint with `curl`, an AWS SDK, or the AWS CLI. The sandbox holds no real AWS credentials, so a CLI or SDK signs the request with placeholder values; Agent Proxy strips that signature and re-signs with the stored cred…claude-tag/admins/connections/custom see the edit
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agrees
A small documentation edit on Connect a service that isn't in the list touched a line naming admin after this was published.