How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

What is hypermedia, and does anyone actually use it?

architecture Design & Architecture Updated August 12, 2026

Short answer

Hypermedia means the API returns links telling the client what it can do next, rather than requiring out-of-band knowledge. Adoption among human developers stayed small — but AI agents may finally be the consumer it was designed for.

A hypermedia API embeds navigational links and affordances directly in its responses. Instead of the client needing to know every URL and every valid action ahead of time, the API tells it what it can do next — the way links on a web page guide a human through a site. This is hypermedia as the engine of application state, the constraint at the top of the REST maturity model.

It is the most intellectually compelling idea in API design and the most commercially frustrating. Done right it produces APIs that are more discoverable, more evolvable, and more loosely coupled. And it never achieved the adoption its elegance deserved.

The reason, as best I can tell, is cognitive load. A human developer does not want to follow links and interpret affordances at runtime. They want to read the docs once, hardcode the calls, and get on with their day. Hypermedia asked developers to write more sophisticated clients in exchange for a benefit — evolvability — that pays off later and to somebody else.

Here is the turn I did not fully see coming. An agent navigating an API at runtime is exactly the consumer hypermedia was designed for. Machines can process links and affordances tirelessly and have no objection to discovering what is possible instead of being told. The cognitive-load problem that doomed hypermedia for humans may be precisely the problem hypermedia solves for machines. It may simply have been early.

Go deeper in the guidance

This answer is distilled from the API Evangelist guidance catalog — the long-form treatment of each topic, with its own citations back into sixteen years of writing.