# Auth.md — Agent Registration & Authentication Specification

## Agent Registration

AI Agents discovering `https://brill.team` can register or request access via our discovery endpoints.

- **Registration URI:** `https://brill.team/contact-us.html`
- **Protected Resource Metadata:** `https://brill.team/.well-known/oauth-protected-resource`
- **Authorization Server Metadata:** `https://brill.team/.well-known/oauth-authorization-server`

---

## Authentication & Access Control

Public documentation, service guides, and agent discovery endpoints on `brill.team` require **no authentication** and are open for anonymous access by automated agents.

### Public Read Access
- **Supported Identity Types:** `anonymous`, `user_agent`
- **Supported Credential Types:** `none`
- **Scopes:** `public:read`

---

## Agent Guidelines & Registration Process

1. **Self-Identification:** AI agents must provide a clear `User-Agent` HTTP header identifying their bot/service name.
2. **Crawl Preferences:** Observe `Content-Signal: ai-train=no, search=yes, ai-input=yes` in [`/robots.txt`](https://brill.team/robots.txt).
3. **Private API Access:** For enterprise API access or Smart HR SaaS credentials, submit a registration request via [Contact Us](https://brill.team/contact-us.html) or email `info@datainsight.solutions`.
