DOCS · v1.0

AIScoring Developer Docs

AIScoring is designed to be legible to both humans and agents. The public surface consists of a scanner, a JSON agent manifest, an llms.txt, a sitemap, and this docs hub.

Endpoints

  • GET /llms.txt — product overview per llmstxt.org.
  • GET /llms-full.txt — expanded, full-text version for LLM ingestion.
  • GET /sitemap.xml — all indexable routes.
  • GET /robots.txt — crawl rules; all major AI crawlers explicitly allowed.
  • GET /.well-known/agents.json — JSON manifest describing the scan_site tool.
  • GET /.well-known/security.txt — security contact.

Programmatic scanning

The public HTTP scan API is on the Deep Audit roadmap. Until then, the scanner accepts a URL from the homepage form and returns a shareable result URL of the form /scan/<id>. The result page includes per-check evidence and fixes as server-rendered HTML — safe to fetch and parse.

Learn more

Questions or integration help: hello@aiscoring.io