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.
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.
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.
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.
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
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
FAQ
/web-setup from your terminal to connect your repos.