Abstract
Most of what we know about developer experience we learned from humans. Agents are a different user, and some of our best practices quietly work against them.
Your APIs were written for human developers. Agents use them anyway: they skip the docs, guess from training data, and throw calls at your API until something sticks. Every extra turn multiplies failures and hallucinations, and quietly runs up your token bill.
In this session I'll share a framework for measuring how usable an API really is for agents, built on experiments you can rerun on your own APIs. We'll walk through two or three live, I'll hand you seven more to take home, and we'll draw the general conclusions. Fair warning: they overturn sacred cows I've personally taught and defended for more than fifteen years. Accurate documentation is not the be-all-end-all. A machine-readable spec does not automatically make your API agent-ready. And some standard advice on things like idempotency doesn't work the way you think.
What you'll leave with:
- Three widely-believed developer experience best practices that fail for agents, and what to do instead.
- What actually moves agent success rates:
- Naming that leverages everything the model already knows
- Errors designed so an agent recovers on the next try
- Accurate descriptions and schemas
- Code samples/SDKs/Skills over prose and tutorials
- How usability shifts across models and agent types (a coding agent, a chat assistant, and an autonomous agent are three different users), and when to choose APIs, MCP, or CLI, or combine them.
- How to run these experiments yourself, and why no generic checklist or rating tool, mine included, replaces testing with your own use case, agents, and models.
Speaker
Emmanuel Paraskakis
Founder & CEO @Level 250
I'm Emmanuel, 3x VP Product, now a founder at Level 250.
If you built or used APIs in the past 15 years, chances are you've used one of my products. I've led some of the most influential API tools: Apiary (550,000+ APIs), Swagger (750,000+ APIs) and Oracle's first Cloud-Native API Gateway. Before that, I built large B2B API programs at Verisk, Moody's, and Precisely.
Today, I advise Fortune 500 CEOs and AI-forward startup founders on API Strategy, Developer Experience, MCP products, and AI agent readiness.
I'm also a member of the OpenAPI Initiative and a featured speaker at apidays and other global technology conferences.
My passion is helping others build products, which is why I also teach on Maven: to share my lessons learned and help organizations build what agents want.