AI agents can now provision real cloud infrastructure without human signup flows. MotherDuck exposes a single unauthenticated POST endpoint that creates an anonymous analytics warehouse, returning a token the agent uses immediately and a claim URL for the human to take ownership later. Similar patterns exist for Neon (Postgres) and AgentMail (email inboxes). The post walks through a concrete example: an agent given one prompt loaded the NOAA GHCN-Daily weather dataset from S3, wrote a Python ingestion pipeline (Flight), self-corrected a bug on first run, and built a live React dashboard (Dive) — all without any human typing credentials. A shareable replay URL lets others step through every query, log, and chart the agent produced, addressing the observability gap in agentic workflows.