Skip to main content
Automate.ax connects to the Krisp Meeting Assistant API with a personal API key. Use the integration to read processed meeting content, find follow-up work, and import recordings for Krisp to transcribe and summarize. Krisp requires a Core, Advanced, or Trial plan for API access. Create a key in Krisp with read, write, or both scopes, then select the same access when connecting it to Automate.ax. The credential stays outside your automation.
automations/review-krisp-action-items.automation.ts
Krisp limits an account to five requests per second with a burst of 25 requests over five seconds. Automate.ax safely retries read actions, rate limits, and rejected concurrent import starts. It does not replay recording imports after an uncertain failure because another start could duplicate work. Krisp documents webhook event names but not stable payload schemas, so this integration does not expose provider event triggers. Use onSchedule with a list action when polling fits your workflow. See Krisp’s official API documentation for plan, key, and provider behavior.

Exports

  • krisp contains the packaged Krisp actions.
  • krispAccount("name") selects a named Krisp connection.
  • getKrispApi creates the authenticated REST helper for a custom account-backed action.

Actions