[![agentsite](/brand/lobster.webp)agentsite](/)

[

Features

](/features)[

Pricing

](/pricing)[

Getting started

](/getting-started)[

About

](/about)[

Bot

](/bot)[

Sign in

](/auth/sign-in)[

Sign up

](/auth/sign-up)

# Page not found

Sorry, we couldn't find the page you were looking for.

##### About

[About](/about) [Terms](/about/terms)

##### Community

[Discord](https://discord.gg/_________)

QR Code

Copyright 2026 Your Company

Build: main-20260511T0250  
API: https://api.agentsite.app  
Spock. This child is about to wipe out every living thing on Earth. Now, what do you suggest we do....spank it?

This website uses cookies to ensure you get the best experience on our website.  
Got it.[Learn more](https://www.cookiesandyou.com/).

(function(){try{if(typeof navigator==="undefined"||!navigator.modelContext||typeof navigator.modelContext.registerTool!=="function")return;var R=navigator.modelContext.registerTool.bind(navigator.modelContext);R({name:"agentsite\_site\_info",description:"List the AgentSite-managed agent-readable resources for this site (llms.txt index, sitemap, per-page Markdown mirrors).",inputSchema:{type:"object",properties:{},additionalProperties:false},execute:async function(){return{site:"https://agentsite.app",llmsTxt:"https://agentsite.app/llms.txt",llmsFullTxt:"https://agentsite.app/llms-full.txt",sitemap:"https://agentsite.app/sitemap.xml",markdownMirrorHint:"Append .md to any page URL (e.g. /pricing.md) to fetch the Markdown body."};}});R({name:"agentsite\_open\_page",description:"Fetch the clean Markdown body of a page on this site by path (e.g. \\"/pricing\\"). Returns the same agent-readable rendering server-side agents see.",inputSchema:{type:"object",properties:{path:{type:"string",description:"Page path, with or without leading slash (e.g. \\"/pricing\\" or \\"pricing\\")."}},required:\["path"\],additionalProperties:false},execute:async function(input){var p=String((input&&input.path)||"/");if(p.charAt(0)!=="/")p="/"+p;var u="https://agentsite.app"+p+".md";var r=await fetch(u,{headers:{accept:"text/markdown"}});if(!r.ok)return{error:"HTTP "+r.status,url:u};return{url:u,markdown:await r.text()};}});R({name:"agentsite\_list\_pages",description:"List every public page on this site with title and short description, parsed from llms.txt.",inputSchema:{type:"object",properties:{},additionalProperties:false},execute:async function(){var r=await fetch("https://agentsite.app/llms.txt");if(!r.ok)return{error:"HTTP "+r.status};var t=await r.text();var re=/^\\s\*-\\s+\\\[(\[^\\\]\]+)\\\]\\((\[^)\]+)\\)(?:\\s\*\[:\\u2014-\]\\s\*(.+))?$/gm;var out=\[\],m;while((m=re.exec(t))!==null){out.push({title:m\[1\],url:m\[2\],description:(m\[3\]||"").trim()});}return{pages:out};}});}catch(\_){}})();

```
agentsite is rendering the agent-readable version of this page right now. Retry this URL in ~5 seconds (the Retry-After response header carries the same hint), or append .md to fetch the markdown body once it is ready.
```