Skip to content

API keys & webhooks

Organization API keys allow outside systems to talk to CXGear without a human session.

  1. Open API keys from the user menu.
  2. Generate a key.
  3. Copy the secret immediately — it is shown once.
  4. Store it in your middleware secrets manager.

Keys can include scopes such as ingest (add rows) and trigger (start a published spinner).

Screenshot needed
API keys page with generate action and a key row (prefix only).
Where: User menu → API keys
Save as: src/assets/screenshots/29-api-keys.png
GoalApproach
CRM creates a leadIngest webhook or API ingest into a data table
CRM event should start outreachTrigger the published spinner
Nightly batchPrefer spinner schedule instead of external cron when possible
  • Treat keys like passwords.
  • Revoke unused keys.
  • Use HTTPS only.
  • Keys count against plan limits.