# LLM Usage Policy This project allows controlled AI usage of its public API and documentation. ## Allowed for AI / LLM - API documentation: https://validatethis.org/developers - Full capability discovery: GET https://validatethis.org/api/v1/status (returns all 33 tools, endpoints, pricing, limits) - Validation examples and tool descriptions on each tool page and /tools - SEO and how-to pages: /json-error/, /html-error/, /csv-error/, /xml-error/, /yaml-error/, /xsd-error/, /api-response-error/, /soap-response-error/, /ci-config-error/, /regex-error/, /match-debugger-error/, /env-file-error/, /log-file-error/, /error-pattern-error/, /base64-error/, /log-format-error/, /secrets-error/, /hash-error/, /datetime-error/, /robots-error/, /sitemap-error/, /schema-org-error/, /uuid-error/, /webhook-payload-error/ ## API (machine-readable) - GET https://validatethis.org/api/v1/status — discover all tools and endpoints (json, html, csv, xml, yaml, xsd, config-structure, ci-config, api-response, soap-response, robots, regex, pattern, env-file, env-syntax, secrets, log-file, error-pattern, log-format, base64, checksum, hash, datetime, iso-compliance, timestamp, uuid, id-collision, format, webhook-payload, signature, replay, schema) - POST /api/v1/validate/ and POST /api/v1/check/*, POST /api/v1/test/* — one endpoint per tool - GET https://validatethis.org/api/v1/example?tool=&slug= — prefill example from error guides Deterministic output. No side effects. Explicit error codes and line/column when applicable. Ideal as external verification layer for AI workflows. All 33 tools are API-accessible.