Skip to main content

Anthropic Teaches Claude to Work Unsupervised: Task Scheduler and Secure Vaults Turn Assistants into Autonomous Agents

Artificial intelligence brain concept
Anthropic is adding two key features to Claude Managed Agents that transform AI assistants into truly autonomous digital workers: scheduled task execution via cron expressions and secure credential storage in isolated vaults. Just two months after launching the public beta, the platform is gaining capabilities without which enterprise customers would never let it into production.

From assistant to autonomous agent

When Anthropic launched Claude Managed Agents in public beta on April 8, 2026, it was a platform that let developers create AI agents without worrying about infrastructure — servers, containers, dependency management. The agent ran in Anthropic's managed cloud and the developer focused purely on what the agent should do.

But enterprise deployment requires more than just "click and run." You need your agent to operate on a schedule — pulling data from APIs every morning at 6:00 AM, checking logs every hour, generating reports every Friday. And you need it to do so securely — with access credentials that the language model itself never sees.

That is exactly what Anthropic has now added. The June 10, 2026 update brings cron scheduling and credential vaults — two seemingly technical features that fundamentally change how Claude agents can be deployed in production.

Cron: an old friend in new clothing

Cron is a time-based job scheduling system that server administrators have been using for decades. Its syntax — five asterisks or numbers separated by spaces — defines when a task should run. 0 6 * * 1-5 means "every weekday at 6:00 AM." It is simple, reliable, and universal.

By adding cron to Managed Agents, Anthropic is saying: your agent no longer has to wait for someone to press a button. It can analyze incoming tickets every morning, check for data anomalies every hour, or summarize daily activity every evening — all on its own. This is exactly what the transition from assistant to autonomous worker looks like.

Specific use cases that this change unlocks:

  • Automated research — the agent regularly scans new articles, patents, or academic papers and delivers summaries
  • Continuous monitoring — checking logs, metrics, and security alerts without human intervention
  • Regular data analytics — weekly reports, monthly overviews, quarterly summaries
  • Internal operations — automatic email triage, document categorization, knowledge base updates

Credential vaults: keys the model will never see

The second new feature addresses a security nightmare for anyone who has ever considered connecting an AI agent to enterprise systems. When an agent needs to access external APIs, databases, or cloud services, it needs credentials. That raises a fundamental question: how do you give an API key to a language model without the risk of the model "leaking" it in text output?

Anthropic solves this elegantly — through separation. Credential vaults store actual access credentials out of the model's reach. The agent works with the tools that need those keys, but the language model itself never touches them. It only sees abstract references, not real values.

This architecture dramatically reduces the attack surface. Even if an attacker managed to prompt the model into unexpected behavior (for example via prompt injection), they would never reach the sensitive credentials. For any workflow touching financial systems, CRM, ERP, or cloud infrastructure, this is a must-have requirement for deployment.

What Managed Agents can already do

Since the April launch, the platform has undergone rapid evolution. In May, Anthropic added the "dreaming" feature — a mechanism that allows agents to learn from their own mistakes by simulating alternative scenarios. Also in May, Cloudflare announced an integration of Claude Managed Agents into its platform, opening the door to deployment on a global edge network.

The agent ecosystem around Claude is meanwhile expanding across industries. FIS (financial technology) is developing an anti-financial-crime agent with Anthropic, Intuit is deploying agents for financial advisory, and Accenture is building cybersecurity operations on Claude agents. All these initiatives share one requirement: they need agents that operate reliably, securely, and without supervision.

The competitive landscape: OpenAI, Google, and a European alternative

Anthropic is not alone in betting on managed agents. OpenAI launched its own AI agent management platform (known as Frontier) this February, a direct response to Claude Managed Agents. Google offers the Agent Development Kit and agent capabilities within Vertex AI. Microsoft is meanwhile integrating agent workflows into Copilot across Microsoft 365.

From a European perspective, it is worth watching Mistral AI — the French startup that is in talks for a billion-euro investment from Samsung as of July 2026, and whose models run even in air-gapped environments for regulated industries such as banking and healthcare. For European companies that must comply with the EU AI Act and GDPR, a European alternative can be attractive — particularly regarding data sovereignty.

Claude is available through the web interface at claude.ai, including support for multiple languages. Managed Agents, however, are currently only accessible via API and the developer console — using them requires technical infrastructure and API skills.

What this means for businesses: the "set-and-forget" era of AI agents

The shift from manual triggering to scheduled tasks is a well-known concept in the IT world — from server cron jobs to database scheduled queries to workflow automation in tools like Zapier or Make. The difference is that this time, you are scheduling an intelligent agent, not just a static script.

For businesses, this means the ability to run AI agents in "set-and-forget" mode — configure the agent once, define the execution schedule, and it runs independently. That is exactly the shift enterprise customers have been waiting for.

The fact that Anthropic managed to add scheduling and secure vaults within just two months of the beta launch sends a clear signal: enterprise feedback is the company's number one priority. And in the race for enterprise customers, where OpenAI, Google, Microsoft, and Anthropic are all competing, it's details like these that make the difference.

Are Claude Managed Agents available for businesses and in which languages?

Claude itself supports many languages through the claude.ai web interface. Managed Agents are, however, only available via API and the developer console — they require technical knowledge and coding skills. For companies with development teams, they are fully usable, but a "no-code" interface for regular users is not yet available.

How do Claude Managed Agents differ from competing platforms like OpenAI Agents SDK or Google Vertex AI Agent Builder?

The main difference is that Claude Managed Agents run in Anthropic's fully managed infrastructure — developers don't need to handle servers, orchestration, or scaling. OpenAI and Google offer similar services, but each platform has a different approach to security: Anthropic's credential vault, for example, strictly isolates access credentials from the model layer, which competitors handle differently.

How much do Claude Managed Agents cost?

Anthropic has not yet published a standalone price list for Managed Agents. Pricing is based on the standard API rates for tokens of the Claude model the agent uses (such as Claude Sonnet or Opus), plus potential fees for computing infrastructure. For an exact quote, you need to contact Anthropic or use the calculator on their website.

X

Don't miss out!

Subscribe for the latest news and updates.