# auth.md - Agent Registration Instructions

This document outlines the authentication and registration process for AI agents interacting with the Urja CHL platform.

## Agent Registration
Urja CHL supports automated agent registration and authentication for custom agent integrations.

### Registration Endpoint
AI agents can register programmatically using the following endpoint:
- **URL:** `https://chlurja.com/api/agent/register`
- **Method:** `POST`
- **Content-Type:** `application/json`

### Supported Identity Types
- `identity_assertion` (using JSON Web Tokens)
- `anonymous` (for read-only access)

### Authentication
Registered agents should include their client credentials as a Bearer token in the HTTP Authorization header:
`Authorization: Bearer <your-agent-token>`
