# Auth.md — Agent Interaction Policy

## Gated Wholesale & B2B Portals
Access to wholesale pricing, bulk ordering, and salon supply tiers is strictly restricted to approved human partners. Automated agent registration for wholesale endpoints is currently disabled. The following technical endpoints are provided for protocol compliance only.

## Agent Verified

```http
POST /agent/auth HTTP/1.1
Host: unicornlab.com.au
Content-Type: application/json

{
  "type": "identity_assertion",
  "assertion_type": "urn:ietf:params:oauth:token-type:id-jag",
  "assertion": "<YOUR_ID_JAG_TOKEN>",
  "requested_credential_type": "access_token"
}