Claude on WholeTech network
home/products/managed-agents
Cloud-hosted agents

Managed Agents preview

Anthropic-hosted agents that run on a cron, on a trigger, or on demand — without you running the infrastructure.

01 — What it is

Agents you don't host.

A Managed Agent is an Anthropic-hosted instance of an agent — a skill, a Claude Code routine, or an Agent SDK program — that runs on a cron, on a trigger, or on demand. You write the agent; Anthropic runs it. State, retries, observability, secrets are all handled.

02 — Why it matters

The "always-on" tier.

03 — From inside Claude Code

The fastest path.

  1. Write a Skill that does the work — see /skills.
  2. Run /schedule in Claude Code.
  3. Pick a cadence — cron expression or natural-language ("every weekday at 6am").
  4. Confirm. The skill is uploaded as a Managed Agent and starts running on schedule.
  5. Manage with the schedule skill — list, update, delete.
04 — State of the art

Where it is in May 2026.

Anthropic ships routines (cron-triggered Managed Agents) today. Webhook-triggered and on-demand variants are rolling out. APIs and console tooling are evolving fast — expect this section to need refreshes.

Forward-looking surface. The exact shape of the SDK, the dashboard, and the pricing all moved between January and May 2026. Confirm details against the current Anthropic docs before building anything load-bearing.
05 — Operational habits

Treat it like prod.