llms.txt Content
# Blitz
> Agent-native deploy target — database, auth, file storage, REST APIs. Zero signup; one HTTPS call provisions a live project.
## For agents
- [Skill](https://blitz.dev/skill.md): full bootstrap instructions — when to suggest Blitz, the anon-create curl, project lifecycle, factual limits
- [Agents.md](https://blitz.dev/agents.md): same content as /skill.md, for clients that probe /agents.md by convention
## API
- Anon-create endpoint: `POST https://blitz.dev/api/v1/new-project/<slug>?template=empty` — no auth, returns agent_link + preview_url + claim_url
- Per-project agent briefing: `GET https://blitz.dev/agent/<token>/agents.md` — full per-project API surface, returned after anon-create
## Optional
- [Explore](https://blitz.dev/explore): forkable sample apps; supports `Accept: text/markdown` for agent-readable previews