๐ API & Integrations
Configure PLATPHORM_API_KEY for this browser session, test endpoints, and inspect ecosystem integrations.
Platform Auth
Calendar uses the shared PLATPHORM_API_KEY only. The key is kept in memory for this tab session and is not stored in localStorage or IndexedDB.
Service-specific Calendar keys are disabled. Protected event persistence, integration sync, reminder mutation, reporting, and MCP tool execution require
Authorization: Bearer $PLATPHORM_API_KEY or X-PlatPhorm-API-Key: $PLATPHORM_API_KEY.Authentication
How API key authentication works
- Public Access (No Key)
- All public calendar events are accessible without authentication. Perfect for read-only integrations and public calendars.
- Authenticated Access (With Key)
- Include PLATPHORM_API_KEY to access private events, create/update server events, and manage integrations. Use
X-PlatPhorm-API-KeyorAuthorization: Bearer <key>. - Base URL
https://calendar.platphormnews.com/api/v1