---
agent_auth:
  skill: "https://runwaymagazines.com/.well-known/agent-skills/auth-md/SKILL.md"
  identity_endpoint: "https://runwaymagazines.com/auth.md"
  claim_endpoint: "https://runwaymagazines.com/auth.md"
  register_uri: "https://runwaymagazines.com/auth.md"
  claim_uri: "https://runwaymagazines.com/auth.md"
  identity_types_supported: ["anonymous"]
---

# auth.md - RUNWAY MAGAZINE® Agent Configuration

This configuration explicitly defines the agentic access parameters for the RUNWAY MAGAZINE® domain.

* **agent_auth.skill**: https://runwaymagazines.com/.well-known/agent-skills/auth-md/SKILL.md
* **identity_endpoint**: https://runwaymagazines.com/auth.md
* **claim_endpoint**: https://runwaymagazines.com/auth.md
* **register_uri**: https://runwaymagazines.com/auth.md
* **claim_uri**: https://runwaymagazines.com/auth.md
* **identity_types_supported**: anonymous

RUNWAY MAGAZINE® provides open, public access to its media content. AI Agents do not need to exchange credentials, tokens, or perform identity verification.

## Anonymous Registration Flow

### Request

POST /auth.md HTTP/1.1
Host: runwaymagazines.com
Content-Type: application/json

{
  "grant_type": "anonymous",
  "client_id": "public_agent"
}

### Response

HTTP/1.1 200 OK
Content-Type: application/json

{
  "access_token": "public_access_granted",
  "token_type": "Bearer",
  "expires_in": 3600,
  "scope": "read:public",
  "status": "open"
}

### Status

Type: Public / Anonymous  
Registration: Not required  
Identity: Not required  
Credentials: Not required  

Canonical-Identity: https://runwaymagazines.com/.well-known/identity.json  
LLMS-Authority: https://runwaymagazines.com/.well-known/llms-runway-authority.json