---
type: Article
name: "What is an AI agent?"
id: "https://selfe.ai/insights/glossary/what-is-an-ai-agent"
url: "https://selfe.ai/insights/glossary/what-is-an-ai-agent"
publisher: "did:web:selfe.ai"
description: "An AI system that's given a goal and works toward it on a person's behalf, rather than one that just answers whatever's typed into it, turn by turn."
datePublished: "2026-09-15T16:25:20.643Z"
author: The Selfe team
---

# What is an AI agent?

> An AI system that's given a goal and works toward it on a person's behalf, rather than one that just answers whatever's typed into it, turn by turn.

## In short

- An AI agent works toward a goal on someone's behalf. A basic assistant just answers what's typed in front of it.
- The test is goal-directed action, not just conversational ability.

Good for: Telling a goal-pursuing system apart from a basic chat interface. Not good for: Drawing a precise technical boundary. The edge cases genuinely blur, and not every vendor uses the word the same way.

The distinction is "agentic" versus purely responsive. A search box or a basic assistant answers the question in front of it and stops. An AI agent is handed something closer to a job, find a dog-friendly cottage for this weekend, get the best price on this exact jacket, and it plans, checks facts and takes steps toward finishing that job, sometimes asking for confirmation, sometimes acting within limits it's already been given. Not every AI product is one. Whether something counts usually comes down to whether it's pursuing a goal or just replying.

## Good for

Telling a goal-pursuing system apart from a basic chat interface.

## Not good for

Drawing a precise technical boundary. The edge cases genuinely blur, and not every vendor uses the word the same way.

## Act on this

- [Check whether an agent can buy from you](https://selfe.ai/agentic-commerce/buyability-check) — the free readiness scan.
- [Discover venues](https://selfe.ai/api/registry/discover) — `POST`, semantic browse across the registry.
- [Match a bookable answer](https://selfe.ai/api/registry/match) — `POST` with dates and party size.
- [Verify Selfe's identity](https://selfe.ai/.well-known/did.json) — `did:web:selfe.ai`.
- [Agent card](https://selfe.ai/.well-known/agent-card.json) — how to connect over A2A or MCP.

