ClaudeDevs shipped ant apply on the ant CLI: declare Claude Managed Agent environments, agents, skills, memory stores, and deployments as files in your repo and keep API resources in sync. Docs say the first apply writes claude-lock.json, with --dry-run / --yes for CI.

Key Takeaways

  • ant apply treats Managed Agent config as code: agents, environments, skills, memory, deployments.
  • First apply writes claude-lock.json so later runs update instead of recreating.
  • Interactive approve plus CI flags: --dry-run for plans, --yes for non-interactive apply.
ADSponsored