developers
Developer Resources
Machine-readable endpoints and structured data for agents, integrations, and search systems.
API
The site exposes a single public endpoint for contact inquiries.
| Resource | URL |
|---|---|
| OpenAPI 3.1 spec | /openapi.json |
| Contact endpoint | POST /api/contact |
See the OpenAPI specification for request/response schemas, field descriptions, and example payloads.
LLM & Agent Discovery
| Resource | URL |
|---|---|
| Site summary (llms.txt) | /llms.txt |
| Full content (llms-full.txt) | /llms-full.txt |
| Agent instructions & when-to-use | /llms.txt § When to Use |
SEO & Crawling
| Resource | URL |
|---|---|
| XML Sitemap | /sitemap.xml |
| robots.txt | /robots.txt |
Content Negotiation
All pages support content negotiation via the Accept header:
Accept: text/html— default HTML responseAccept: text/markdown— structured markdown (served from llms-full.txt)Accept: application/json— JSON error responses for non-200 status codes
All responses include Vary: Accept, Accept-Encoding for correct CDN caching.