Agent Experience Guide
How to make your service, application, or tool great for AI agents.
Agent Experience Guide
The web was built for humans. Every button, form, and navigation menu assumes a person with eyes and hands. But the fastest-growing user base isn't human β it's AI agents. Every website already has an agent experience. The question is whether it's good or bad.
Just as UX taught us to design for users, and DX taught us to design for developers, AX (Agent Experience) is the discipline of designing for AI agents β software that browses sites, calls APIs, reads docs, and completes tasks on behalf of people. This guide is a practical, open-source handbook on how to do it well.
Why This Guide Exists
- ora.ai tells you where you stand β it scores and ranks agent readiness across thousands of sites.
- axd.md tells you what to aim for β it defines 12 principles and 15 primitives of agent experience design.
- agentexperience.ax curates conversations and articles about the AX movement.
This guide tells you how to get there β concrete, actionable steps with code examples, patterns, and anti-patterns.
The Six Stages
- Discovery β Can agents find you?
- Identity β Do agents understand what you do?
- Auth & Access β Can agents authenticate and act?
- Integration β Is the plumbing there?
- Errors & Recovery β Can agents self-heal?
- End-User Experience β Can humans interact through agents?
Quick Start
- Add
/llms.txtto your site root describing what your site does. - Return typed errors with retry guidance from every API endpoint.
- Let agents authenticate with scoped API tokens instead of browser-only OAuth.