chore: add warning on agent auth docs

This commit is contained in:
Bereket Engida
2026-03-19 13:19:17 -07:00
parent a67630edb4
commit a846dbcb16

View File

@@ -5,6 +5,10 @@ description: Agent identity, registration, discovery, and capability-based autho
`AI Agents` `MCP` `Capabilities`
<Callout type="warn">
This plugin is an implementation of a standard on heavy development. It's not yet stable and may change in the future. Please report any issues or bugs on [Github](https://github.com/better-auth/agent-auth).
</Callout>
The Agent Auth plugin lets your Better Auth server act as an **Agent Auth provider**. It's a server implementation of the [Agent Auth Protocol](https://agentauthprotocol.com).
It gives AI agents a standard way to discover your service, register themselves, request approval, and execute scoped capabilities using short-lived signed JWTs. It comes with adapters for **OpenAPI** and **MCP** — so you can turn an existing REST API or MCP server into an agent-auth-enabled service without writing capabilities by hand.