# Auth.md

## Agent registration for Mermail

To begin, POST to /api/agent/register with your signed agent metadata and redirect URI.

## agent_auth

OAuth/OIDC token issuance is not enabled for this deployment yet. Agent
registration requests can be submitted for review, but credentials are not
issued by these placeholder endpoints.

```json
{
  "register_uri": "/api/agent/register",
  "identity_types": [],
  "credential_types": [],
  "claims_uri": "/api/agent/claims",
  "revocation_uri": "/api/agent/revoke"
}
```
