Sorry, we don't support your browser.  Install a modern browser

Agentic Measurement and Visibility

You know that question sites/apps always ask – how did you find us – so that they can determine which channels are most effective and where to focus? This is all a bit of a fast moving target but we want to know about how reasoning agents fit into that picture today – which are really very different than the dumb crawlers and spiders.

The basic problem is that our products and services also need to be discoverable by reasoning agents, not just crawlers or spiders. That means being easy for agents to find, interpret, and use in workflows such as:

•    coding agents
•    marketplaces
•    automation tools
•    other agent-driven service integrations

Right now, we have some basic machine-readable endpoints documented to support this kind of discovery e.g.:

•    https://<placeholder-domain>/metadata
•    https://<placeholder-domain>/llms.txt
•    https://<placeholder-domain>/.well-known/ai-plugin.json
•    https://<placeholder-domain>/.well-known/openapi.json

We are also planning to publish skills.md files so other agents can directly understand and use our capabilities.

Plausible probably has the data to give me advise on how i should actually structure discovery metadata like that above and to report it back to me in an actionable way and perhaps use it in the funnel. To some extent, plausible needs to be aware of the above kind of directives so that this data isn’t filtered out and that its presented in a useful way.

2 months ago