# Agent Authentication

Register at: https://theiamproject.net/oauth/register

## Supported Identity Types
- api_key
- oauth_token
- did

## Authentication Flow
1. Discover OAuth metadata at /.well-known/oauth-authorization-server
2. Register at /oauth/register
3. Request token from /oauth/token
4. Include Bearer token in Authorization header
