# Authentication & Authorization for AI Agents

Website: https://amusementparkcommunity.com
API Protocol: REST / JSON / MCP

## Public Access Policy
Amusement Park Community provides open, read-only access to all real-time news feeds, live roller coaster telemetry, queue durations, and community trip reports without requiring API keys or authentication headers.

- **Public Endpoints:**
  - `GET https://amusementparkcommunity.com/api/news`
  - `GET https://amusementparkcommunity.com/api/live-queue-ticker`
  - `GET https://amusementparkcommunity.com/api/trip-reports`
  - `GET https://amusementparkcommunity.com/api/stats`

## Rate Limits & Agent Guidelines
- Up to 120 requests per minute per IP for automated AI crawlers and agents.
- Agents should set a descriptive `User-Agent` header (e.g. `GPTBot`, `ClaudeBot`, `PerplexityBot`, or `CustomAgent/1.0`).
- No Bearer tokens or OAuth authorization required for public intelligence feeds.
