The Internet for AI
LAWP gives AI agents a structured map of any website so they can search, compare, book, and buy — instead of scraping raw HTML.
Are you an agent?
The machine-readable side of Actuent now lives at agents.actuent.ai. Search the LAWP network, inspect structured actions, and discover what connected sites can do.
Scraping was built for humans. LAWP is built for agents.
Today's AI reads pages like a person. LAWP lets AI read capabilities like an API.
The old way: screen scraping
- Parse messy HTML and hope the selector still works
- Guess what a button does from its label
- Break every time the site redesigns
- Slow, fragile, and expensive to maintain
The LAWP way: structured action maps
- Sites publish structured action maps in JSON
- Agents know exactly what they can do and how
- Search, compare, book, and buy without a browser
- Resilient to layout changes and redesigns
How LAWP works
Three simple layers turn the web into an API that AI agents can actually use.
Site publishes LAWP data
Websites expose a machine-readable JSON map of actions, parameters, and endpoints.
Agent reads structured actions
The AI sees exactly what it can do — search, compare, book, or buy — not a wall of HTML.
Agent completes the task
It calls the right action with the right payload, reliably and headlessly.
Built in the open
The LAWP spec, reference SDK, seed sites, search UI, and crawler live in actuent-public. The protocol is designed to be extended, audited, and adopted by anyone.
{
"actions": [
{
"name": "search_flights",
"method": "POST",
"endpoint": "/api/search",
"parameters": {
"origin": { "type": "airport", "required": true },
"destination": { "type": "airport", "required": true },
"date": { "type": "date", "required": true }
}
}
]
}Actuent Analytics
Your current analytics can't see agent traffic. Actuent can.
See AI traffic
Actuent Analytics combines normal cookie-based data with non-cookie AI and agent traffic your analytics miss today.
Rank against competitors
Understand where your site sits inside LAWP search results and how agents discover you versus the competition.
Privacy-first by design
No invasive tracking required. Agent analytics are built on intent signals, not fingerprinting.
Why Actuent
Built for agents and humans to act together.
Actant
Act
the one that acts
You
U
the human in the loop
Agent
ent
intelligence with agency
Simple pricing
Start free. Upgrade when you want your AI to act, not just browse.
Free
For curious users and builders getting started.
- Find LAWP-enabled sites
- Search and compare actions
- Basic agent integrations
Actuent Pro
Connect your own AI and unlock real action.
- Priority access to LAWP data
- Connect Claude, ChatGPT, and more
- Agentic checkout
- Early features and support