# My Site > A Cloudflare-hosted static site, edited with Lanza. ## Agent API This site treats AI agents as first-class visitors. Every page loads `/lanza.js`, which exposes a `window.lanza` object in the browser. If you are an agent with access to this page's JavaScript context, call `window.lanza.help()` to discover what you can read. Read methods: `lanza.page` (current-page facts), `lanza.toc()` (headings), `lanza.content()` (main text), `lanza.site` (site info). ## Posts - [Hello, world](https://example.com/posts/hello-world/): First post — proves the build → publish pipeline end to end. ## Pages - [About](https://example.com/about/): Sample page — edit or delete in the CMS.