# AAA AI — Agent authentication

This page describes how AI agents and automated clients can authenticate with AAA AI services.

## Resources

| Resource | URL |
|----------|-----|
| Platform (authenticated API) | https://web.aaaai.me/ |
| API catalog (RFC 9727) | https://aaaai.me/.well-known/api-catalog |
| OAuth authorization server metadata | https://aaaai.me/.well-known/oauth-authorization-server |
| OpenID Provider metadata | https://aaaai.me/.well-known/openid-configuration |
| Protected resource metadata | https://aaaai.me/.well-known/oauth-protected-resource |
| MCP server card | https://aaaai.me/.well-known/mcp/server-card.json |
| Agent skills index | https://aaaai.me/.well-known/agent-skills/index.json |
| Human registration | https://aaaai.me/register.html |
| Documentation | https://aaaai.me/docs.html |

## Human sign-in

Users register at https://aaaai.me/register.html and sign in at https://web.aaaai.me/ using email/password, Google, or Apple.

## API access

After authentication, the platform issues a session cookie for browser clients. Programmatic clients should use API keys configured in the product (Settings → API keys) or OAuth tokens where supported.

Interactive API documentation: https://web.aaaai.me/apidocs

## Agent registration

Automated agents should discover capabilities via `/.well-known/api-catalog` and `/.well-known/mcp/server-card.json` on this domain, then authenticate against the platform issuer `https://web.aaaai.me` using the metadata at `/.well-known/oauth-authorization-server`.

For partnership or enterprise agent access, contact hello@aaaai.me.
