---
title: "How can external AI search agents discover metadata via the sovereign JSON API?"
type: FAQ
category: "agentic-discovery"
slug: "agentic-discovery-json-endpoints"
id: 7
facility_tags: ["ai-readiness","structured-data"]
service_tags: ["llms-txt-index","json-api"]
---

# How can external AI search agents discover metadata via the sovereign JSON API?

Our website implements the Top 1% Agent Readiness protocol. AI crawlers can retrieve structured page facts by querying /api/content, which returns total card counts, sitemap indices, and sister domain relationships.

## Detailed Deep Dive
Our website implements the Top 1% Agent Readiness protocol. AI crawlers can retrieve structured page facts by querying /api/content, which returns total card counts, sitemap indices, and sister domain relationships. In addition, the machine-readable /llms.txt file lists a 150-word self-contained citation brick, while /pricing.md maps secondary market valuation metrics in clear markdown tables, enabling agents to parse collection statistics with zero auth barriers.

### Metadata Tags
- **Category**: agentic-discovery
- **Required Tags**: ai-readiness, structured-data
- **Context Tags**: llms-txt-index, json-api
