# Auth.md

This portfolio site supports AI agent discovery and read-only content interaction.

## Site Information
- **Name**: Allyson Belo – WordPress Architect & Technical SEO
- **URL**: https://allysonbelo.com/
- **Contact**: https://allysonbelo.com/contato/
- **API Base**: https://allysonbelo.com/wp-json/wp/v2/

## Agent Registration
Agents may access public portfolio data without authentication.

## Discovery Endpoints
- API Catalog: https://allysonbelo.com/.well-known/api-catalog
- MCP Server: https://allysonbelo.com/.well-known/mcp/server-card.json
- Agent Skills: https://allysonbelo.com/.well-known/agent-skills/index.json

## agent_auth
```json
{
  "register_uri": "https://allysonbelo.com/auth.md",
  "supported_identity_types": ["agent", "user"],
  "supported_credential_types": ["bearer_token"],
  "claim_url": "https://allysonbelo.com/contato/",
  "revocation_url": "https://allysonbelo.com/contato/"
}
```
