For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
The Key-Inflection header lets you control the casing of JSON keys in API
responses. This is useful when integrating with systems that expect a specific
naming convention.
Options
Value
Example key
Description
snake (default)
face_match_passed
Snake case — words separated by underscores.
camel
faceMatchPassed
Camel case — first word lowercase, subsequent words capitalized.