Agent-Managed Sites, Custom Domains, and Disk-First Documents

Agents can now create and deploy sites end to end from the CLI, attach custom domains, and work with documents as real local files.

This is a meaningful expansion of what agents can ship on your behalf. Websites are now a real managed workflow, not just an idea attached to a repo, and the surrounding document tooling is much closer to how agents actually work.

Agents Can Manage Hosted Sites End To End

Site workflows now cover the full lifecycle from the CLI.

  • Create, list, deploy, inspect, and delete sites without leaving the agent workflow
  • Status and logs are built into the flow so failed deploys are easier to understand
  • Deployment behavior is more reliable with clearer failure states and safer publish behavior

Custom Domains Are Part Of The Product Flow

Hosted sites can now move beyond a default subdomain.

  • Attach and remove custom domains
  • Check availability before committing to a name
  • Register a new domain through the same overall workflow instead of stitching together a separate process by hand

Documents Now Behave More Like Real Working Files

Agent documents switched to a more disk-first model, which makes document-aware work feel more grounded in the live workspace.

  • Document edits align better with the local filesystem
  • The new website-builder guidance helps agents ship site work with less prompting
  • Planning chat history and sync behavior are less brittle during tool-heavy website workflows