Protocol Infrastructure

AI agents act first,
read the rules never.

OpenTerms makes legal terms machine-readable. So every AI agent knows what it's allowed to do before it does it.


The agentic web has no legal guardrails

Billions of AI agents are being deployed to browse, buy, post, and transact across the web. None of them can read a terms of service agreement. They don't know what's allowed. They don't know what's not. And the companies deploying them are carrying all the liability.


Robots.txt told crawlers where they could go. OpenTerms tells agents what they can do.

Machine-readable legal terms

A standardized protocol that translates terms of service, privacy policies, and usage restrictions into structured data any AI agent can parse.

// openterms.json
{
  "service": "acme.com",
  "permissions": {
    "read_content": true,
    "create_account": false,
    "make_purchases": true,
    "scrape_data": false
  },
  "requires_consent": true,
  "jurisdiction": "US-DE"
}

How it works

01

Services publish terms

Websites host an openterms.json file alongside their existing robots.txt and llms.txt. Structured, versioned, machine-readable.

02

Agents query before acting

Before an AI agent takes any action on a service, it checks the OpenTerms endpoint. Permissions come back as structured data, not legalese.

03

Compliance becomes automatic

Audit trails, permission logs, and compliance documentation generate themselves. Every agent action has a legal basis on record.


Why now

The infrastructure for AI agent governance doesn't exist yet. The window to define the standard is open.

EU AI Act is live

Compliance documentation is now mandatory for AI systems operating in regulated sectors across Europe. Agent developers need structured legal data.

$47B agentic market by 2030

Every autonomous agent that interacts with external services will need to understand legal boundaries. That's not optional, it's infrastructure.

No standard exists

LLMS.txt handles content discoverability. Robots.txt handles crawling permissions. Nothing handles legal terms for agent actions. Until now.

Liability is shifting

Courts and regulators are actively debating who's liable when an AI agent violates terms of service. The companies with audit trails will win.


The legal layer the agentic web is waiting for.

Built by a lawyer who builds technology. For the agents that are building everything else.