CLI

The aicompliancepulse CLI brings the weekly pulse and regulation search to your terminal and scripts.

Install

npm install -g aicompliancepulse

Commands

Authentication

Without a key, requests run anonymously (100 req/min shared quota). Supply a key to get a dedicated 120 req/min bucket. Get a key from API keys.

Pass the key with the --api-key flag or set the AICOMPLIANCEPULSE_API_KEY environment variable. The flag takes precedence over the environment variable.

Flag

aicompliancepulse today --api-key acp_live_<key>
aicompliancepulse search "GDPR fines" --api-key acp_live_<key>

Environment variable

export AICOMPLIANCEPULSE_API_KEY=acp_live_<key>
aicompliancepulse today
aicompliancepulse search "AI Act"

Error codes

Prefer HTTP? REST API docs. Using an AI agent? MCP server docs.