mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 14:21:55 -05:00
chore: move callout after the intro
This commit is contained in:
@@ -5,14 +5,14 @@ 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.
|
||||
|
||||
<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>
|
||||
|
||||
## Features
|
||||
|
||||
- **OpenAPI adapter** — derive capabilities, input/output schemas, and a proxy `onExecute` handler directly from an OpenAPI 3.x spec
|
||||
|
||||
Reference in New Issue
Block a user