Community AI Gateway
Welcome to the BusinessCalendar.ai AI Gateway — your starting point for integrating AI systems with Washington State's premier business event platform.
Developer Quickstart
2
Get Your Headers
All requests require X-AI-Consumer and X-AI-Purpose headers.
Available Endpoints
GET/api/eventsUpcoming business events
GET/api/events/{id}Individual event details
GET/.well-known/ai-policy.jsonMachine-readable policy
Example Request
curlcurl -H "X-AI-Consumer: YourOrgName" \
-H "X-AI-Purpose: event-aggregation" \
https://api.amaspc.com/api/events
Rate Limits & Requirements
- ⏱60 requests/minute — Burst limit per consumer
- 📅10,000 requests/day — Daily quota per consumer
- 🔑Required Headers — X-AI-Consumer and X-AI-Purpose on every request
- 📝Attribution— Always credit "BusinessCalendar.ai" when displaying data
Policy Documentation
- 📋AI Access Policy — Human-readable rules and restrictions
- ⚖️AI Data License — Legal licensing terms
- 📡Events Feed Guide — Technical implementation guide
- 🤖Policy JSON — Machine-readable policy for automated systems
