# Agent-native

Describes a system or service designed with software agents as primary users or participants.

Source: https://aecon.ai/glossary/agent-native
Updated: 2026-09-07

## In practice

A booking service exposes availability, required inputs, confirmation rules and usable results so an agent can work with it directly.

## The distinction

AI-native describes AI’s role in delivery. Agent-native describes agents’ role in using the service. The booking service itself need not use AI.

## One booking service, three different claims

This constructed example separates labels that are often used together.

| Description | What it tells you about the booking service |
| --- | --- |
| AI-native | AI is central to how the service performs its work, such as interpreting requests and handling scheduling exceptions. |
| Agent-native | Agents are intended users: availability, actions, permissions and results are designed to be usable by software. |
| Agent-ready | A stated interaction works with an agent—for example, reading available times—but other actions may remain unsupported. |

These claims can overlap. They are not successive levels on an agreed maturity ladder.

## Follow one request all the way through

Suppose an agent is helping arrange an equipment inspection. It needs more than a list of appointment times. The service should make clear what information is required, who can confirm a booking and how the agent can tell whether a request succeeded.

If confirmation times out, the agent needs a way to inspect the existing booking rather than unknowingly reserve another slot. This is an illustrative design requirement, not a claim that a particular provider or AE implements the workflow.

An agent clicking through a human website demonstrates the agent’s ability to use that interface. It does not establish that the service was designed around agents.

## Always name what is native

Builder.io uses the label for an application framework; Vercel uses it in describing a team’s way of working. Those are different subjects. When a business claims to be agent-native, ask which service or process it means and what agents can actually do there.

The useful evidence is the supported interaction, its limits and its observed result. The label alone establishes neither reliability nor demand.

## Sources & context

- [What is Agent-Native?](https://www.agent-native.com/docs/what-is-agent-native/) — Builder.io, Agent-Native. One implementation of agent-native application design; not a universal definition. Checked 2026-09-07.
- [Teaching agents product design at Vercel](https://vercel.com/blog/teaching-agents-product-design-at-vercel) — Vercel, June 2026. An organisational use of the label, showing why its subject must be explicit. Checked 2026-09-07.

## Related reading

- [AI-native](https://aecon.ai/glossary/ai-native)
- [Agent-ready](https://aecon.ai/glossary#agent-ready)
- [AI agent](https://aecon.ai/glossary/ai-agent)
