From f785113c5e6f0e002ce998cfb35e620792cfe458 Mon Sep 17 00:00:00 2001 From: Maxwell <145994855+ping-maxwell@users.noreply.github.com> Date: Wed, 25 Mar 2026 15:13:53 +1000 Subject: [PATCH] chore: add warning on agent auth docs (#8766) Co-authored-by: Bereket Engida --- 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 07fb3b6764..3a5a9b5581 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.