wit URL API

Client-side MemoryBackend showcase: every URL API verb returns the same plaintext as the CLI (?format=json for JSON). The file path is a query param. Auth via Authorization (preferred) or ?token= (leaks — avoid). Read /api/llms.txt for the agent guide.

Ready. Routes run in-page via wit-snapshot wasm (open/list/read).

Pure static hosts cannot execute wasm for curl — use the Pages Function / worker host adapter for text/plain. See docs/adr/0005-url-api-howto.md and docs/adr/0007-url-api-agent-verbs.md.