fastcomments-api
Installation
SKILL.md
FastComments REST API
https://fastcomments.com/api/v1/<resource> (EU: https://eu.fastcomments.com/api/v1/<resource>)
An account, its keys, and its data live in one region. Call the host the account was created on.
Authentication
Headers X-API-KEY and X-TENANT-ID, or query parameters API_KEY and tenantId. Prefer headers so keys
stay out of access logs and browser history. Keys come from
https://fastcomments.com/auth/my-account/api-secret.
Responses are JSON with a status of "success" or "failed"; failures carry code and reason.
Only paths under /api/v1 are public API. Other endpoints on the host, such as /comments/{tenantId} and
/user-notifications, serve the widget, are not stable, and must not be scripted against.