crowdsec-service-api
Installation
SKILL.md
CrowdSec Service API (SAPI) — cloud blocklist / allowlist / integration automation
SAPI is the premium REST API behind the CrowdSec Console. It manages
cloud-side objects (private blocklists, allowlists, decisions, firewall integrations)
that then push down to enrolled engines and bouncers. It is not the local
engine API — there is no cscli here, only HTTPS.
- Base URL:
https://admin.api.crowdsec.net/v1 - Auth:
x-api-key: <key>header on every call. (One exception: the integration content endpoint uses HTTP Basic with credentials minted at integration creation — see references/integrations.md.) - Interactive API docs: https://admin.api.crowdsec.net/v1/docs · spec https://admin.api.crowdsec.net/v1/openapi.json