Skip to main content
BlogYour page

Make your own website agent-ready in one paste

Your website was built for human eyes. That was the right call for twenty years, and it’s still mostly the right call. But a growing share of your visitors now arrive with an AI assistant in tow, and to that assistant, your lovingly designed site is a wall of prose it has to guess its way through.

CoreLoop’s answer used to live entirely on our side: your page, your agent endpoint, your llms.txt file, all hosted at coreloop.so, all readable by any agent that finds them. The missing piece was your own front door. That’s what the paste-block fixes.

One block, two jobs

In your dashboard you’ll find a short block of HTML. You paste it into your website once, ideally in the shared header so it rides along on every page. It does two jobs.

Job one: hang out the sign. The block includes structured markup, the schema.org kind that AI crawlers actually read, saying who you are and where your live information lives: your CoreLoop page, your agent endpoint, your llms.txt file, and which languages you speak. Deliberately, it contains pointers rather than facts. Your prices and hours change; a pasted snippet can’t. So the snippet points, and the live surfaces answer. Nothing in the block goes stale.

Job two: put tools in the room. The block now also carries a small loader script. When a browser that supports in-page agent tools loads your site, the script registers your business’s tools right there in the page: what services you offer, when you’re open, what you charge. An assistant helping someone browse your site can call them directly, on your domain, with your live data.

The honest part

That second job uses WebMCP, and it is live: assistants working inside the browser can call your in-page tools today. Two honest limits, though. The tools are READ-ONLY — they answer questions and never send anything on your behalf, so an inquiry still travels the server-side route CoreLoop has always used. And they answer only once your website code is verified, which is the check that proves the site is yours. The discovery half of the block works the moment you paste it, pointing every AI crawler that visits your site at answers it can trust.

What it costs and how it’s controlled

The block itself costs nothing on every plan, Free included. The in-page tools on your own site are a Pro feature (on your CoreLoop page they start at Starter). They are read-only, carry the same rate limits as every CoreLoop channel, and answer only on your verified website — you run a quick check from the dashboard after pasting to prove the site is yours. There’s a switch for the whole channel under Settings → Channels, and because a pasted block is beyond our reach once it’s on your site, CoreLoop checks weekly and nudges you if it ever drifts out of date.

The short version

Copy the block from your dashboard. Paste it into your site’s header. Run the check. Done. Your website just became part of the same loop as your page and your agent channels: one profile, edited in plain language, answering everywhere.

The install guide with the details is in the docs, and if you want the deeper technical story of in-page tools, we wrote that up too.