From a846dbcb16c4f2588e3c70242cabcdf891d7cc53 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Thu, 19 Mar 2026 13:19:17 -0700 Subject: [PATCH] chore: add warning on agent auth docs --- docs/content/docs/plugins/agent-auth.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/docs/plugins/agent-auth.mdx b/docs/content/docs/plugins/agent-auth.mdx index 0e471735bb..fc11074417 100644 --- a/docs/content/docs/plugins/agent-auth.mdx +++ b/docs/content/docs/plugins/agent-auth.mdx @@ -5,6 +5,10 @@ description: Agent identity, registration, discovery, and capability-based autho `AI Agents` `MCP` `Capabilities` + +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). + + 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.