## Two audiences, one site
Most websites are built for one audience: people. Agent-native sites recognize a second audience and give it an explicit, bounded interface.
Corsen Context publishes four read-only tools an agent can call: `search_site`, `get_page_content`, `list_content` and `get_sitemap`. The human page stays untouched.
## Why agents need this
Without it, agents guess navigation, scrape HTML, and waste tokens re-reading layouts. With it, the agent calls `search_site`, gets canonical URLs, then reads a page in clean Markdown.
## Why owners like it
The owner keeps control: post types, excluded paths, per-tool limits, and instant revocation.