For AI Agents

Complyant is designed for AI agents to discover and consume compliance information.

1. Start with llms.txt

Fetch the site index to understand what's available:

GET https://complyant.ai/llms.txt

This returns a structured index of all regulations and how to navigate them.

2. Navigate to a regulation

Each regulation has its own llms.txt:

GET https://complyant.ai/regulations/uk/gdpr/llms.txt

This tells you what sections exist and where to find specific topics.

3. Fetch content as markdown

Every page is available as clean markdown:

GET https://complyant.ai/regulations/uk/gdpr/lawful-basis.md

The markdown includes legal citations, source links, and structured content.

For Humans

Just browse the site. Start at Regulations and click into any topic. Each page has a sidebar showing the markdown endpoint for agent access.

Key Concepts

  • llms.txt — Site navigation for agents. Learn more
  • Chunks — Regulations split into topic-sized pieces. Learn more
  • Citations — Every claim references the source law (e.g., [Art 6])

Next Steps

llms.txt