# BeePrimePrep Agent and Developer Resources

BeePrimePrep publishes a public, read-only content API for agents. It does not expose order, account, payment, warehouse-management, or customer-portal operations.

## Discovery

- OpenAPI: https://beeprimeprep.com/openapi.json
- API catalog: https://beeprimeprep.com/.well-known/api-catalog
- Agent Skill index: https://beeprimeprep.com/.well-known/agent-skills/index.json
- llms.txt: https://beeprimeprep.com/llms.txt
- Markdown sitemap: https://beeprimeprep.com/sitemap.md

## Public content API

`GET https://beeprimeprep.com/wp-json/beeprime-agent-ready/v1/content?url={canonical BeePrimePrep URL}`

The response contains the canonical URL, Markdown URL, title, language, modified timestamp, and clean Markdown body. Errors use `application/problem+json`. Edge/WAF request limiting is managed by the hosting layer rather than WordPress database writes.