[agentsite](/)
[
Features
](/features)[
Pricing
](/pricing)[
Getting started
](/getting-started)[
About
](/about)[
Bot
](/bot)[
Sign in
](/auth/sign-in)[
Sign up
](/auth/sign-up)
##### About
[About](/about) [Terms](/about/terms)
##### Community
[Discord](https://discord.gg/_________)
QR Code
Copyright 2026 Your Company
Build: main-20260510T0211
API: https://api.agentsite.app
I'm going to give you a little advice. There's a force in the universe that makes things happen. And all you have to do is get in touch with it, stop thinking, let things happen, and be the ball.
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(\_){}})();