HEDGR API boundary for public evaluators
Public explanation of HEDGR API boundaries: /api/* is authenticated and blocked from indexing; public agents should use /llms.txt and /for-agents.
Public route boundary
- /api/* is the authenticated product API namespace and is intentionally blocked from indexing.
- Public agents should use /llms.txt, /for-agents, /mcp-overview, /product-facts.json, and the integration pages for product evaluation.
- Partner or internal automation should use approved authenticated workflows, not unauthenticated scraping of app routes.
Why /api stays blocked
- It may expose session-specific or app-specific behaviour.
- It is not needed for search indexing or public agent evaluation.
- Public pages describe the product without opening protected endpoints.