Agents

Built for AI agents that need to verify claims against actual law.

The problem

AI agents regularly make claims about the law. "You can't park there overnight." "Your landlord must give 60 days notice." "That requires a conditional use permit." These claims are often wrong, and users have no way to check.

How it works

  1. User asks: "Can I have a dog in Mountain View?"
  2. Agent searches: search_code("ca-mountain-view", "dog")
  3. Agent reads the actual section with get_code_text
  4. Agent answers based on real law text, with a link to the statute
  5. User clicks the link to verify — no trust required

Integration

Connect via MCP server, REST API, or CLI. Every response includes a permalink URL so agents can cite their sources. No signup, no API key.

Coverage

We pull from Municode, American Legal, eCode360, eCFR, and California Leginfo. See the coverage map for details. New jurisdictions are added by crawling — once crawled, subsequent lookups are instant.