Roman Peschke @roman.peschke
Free Guide

Claude Code Scheduled Tasks and Project Antspace

Schedule cloud-based Claude Code agents on a cron, plus the leaked Antspace PaaS and Project Baku web app builder.

Quick links

Scheduling Cloud-Based Tasks

Scheduled tasks let you run Claude Code agents on a recurring cron schedule in the cloud. They run on Anthropic's infrastructure. No local machine needs to be on. Set a prompt, pick a schedule, point it at a repo, and it runs automatically.

How to set it up
1

Open Scheduled Tasks

Desktop app: Open Claude Code, click "Scheduled" in the sidebar. If it's missing, update your app.

Web: Go to claude.ai/code/scheduled directly.

2

Connect your repos

If you want scheduled tasks to access your repositories, run /web-setup from within your terminal. Available on Pro and Max plans.

3

Create a task

Write your prompt, set the cron schedule, pick the repo, and save. The agent runs on Anthropic's cloud at the times you set.

Project Antspace

Credit

This research comes from AprilNEA's deep-dive into Claude Code's Firecracker MicroVM. Go read the full thread and blog post for the technical details.

AprilNEA reverse-engineered Claude Code's infrastructure and found an unannounced Platform as a Service (PaaS) being built by Anthropic. It looks like Anthropic is building a complete, vertically integrated deployment pipeline.

The code shows two deployment targets:

  • Vercel, which is the widely known integration
  • Antspace, the leaked second target

Project Baku

Baku is the internal codename for the web app builder. When a user asks Claude to build an app, Baku automatically:

  • Generates a Vite + React + TypeScript template
  • Creates a Supabase database
  • Connects the needed MCP tools

This suggests Anthropic is building an end-to-end flow: describe what you want, Claude builds it, and it deploys to Anthropic's own hosting. No external platform needed.

Sources

Noah Zweben on Scheduled Tasks
X thread covering the scheduled tasks feature and how to set it up.
x.com/noahzweben
AprilNEA's Antspace Deep-Dive (X Thread)
The original reverse engineering thread that uncovered Antspace, Project Baku, and the deployment pipeline.
x.com/aprilnea
Technical Blog Post: Reverse Engineering Antspace
Full technical write-up with code analysis, architecture diagrams, and infrastructure details.
aprilnea.me

FAQ

What are scheduled tasks?
Cloud-based Claude Code agents that run on a cron schedule. They execute on Anthropic's infrastructure, so your machine doesn't need to be on.
What plans support scheduled tasks?
Pro and Max plans. Run /web-setup from your terminal to connect your repos.
What is Antspace?
An unannounced PaaS being built by Anthropic, discovered through reverse engineering Claude Code's Firecracker MicroVM. It appears to be a vertically integrated deployment pipeline, meaning Anthropic could host apps that Claude builds, no external platform needed.
What is Project Baku?
The internal codename for Claude Code's web app builder. It auto-generates a Vite + React + TypeScript template, creates a Supabase database, and connects MCP tools when a user asks Claude to build an app.