# auth.md - Thirumalesh Pinninti Portfolio

Welcome! This document outlines authentication and access procedures for programmatic AI agents.

## Registration Procedure

AI agents can register anonymously to access our query endpoints.

### Registration Endpoint
- **URL:** `https://thirumalesh.me/api/oauth/register`
- **Method:** `POST`
- **Identity Type:** `anonymous`
- **Credential Type:** `api_key`

### How to Authenticate
Once registered, append your credential as a Bearer token in the request header:
```http
Authorization: Bearer <YOUR_API_KEY>
```

---
See IETF and Cloudflare standards definitions for additional developer resource indexes.
