DAILY BRIEF · PODCAST
Today's brief is being prepared — episodes publish daily around 04:10 UTC.

API Keys

Use these keys to authenticate requests to the CS::Chronicles integration API (/integrations has the format catalog). Send Authorization: Bearer <key> on every request.

Create a new key

Your keys

Loading…

Usage limits

  • Default rate limit: 60 requests / minute per key (burst 120 / 10s).
  • Daily quota: 10,000 requests / day per account.
  • Responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset. Exceeded limits return 429 with Retry-After.
  • Full terms in the API Terms. Report abuse or request higher limits at info@cschronicles.com.

Quick start

curl https://cschronicles.com/api/v1/cves?severity=critical \
  -H "Authorization: Bearer csc_live_..."

The REST API and webhooks require a paid plan. See pricing.