DripPulse

DripPulse documentation

Understand the product in plain language, follow a short getting-started path, then dive into guides or the HTTP API. You do not need an account to read any page linked from here.

What is DripPulse?

DripPulse is a CRM and automation platform built for API-first workflows and AI agents. Instead of treating the API as an afterthought, workflows, agents, and integrations are designed so you can discover capabilities over HTTP, run repeatable automations, and keep humans in the loop where you want them.

Who it is for

Start here (~10 minutes)

  1. Orient: Read Getting started for the product tour.
  2. Concepts: Skim Workflow builder and Template guide to see how automations are modeled.
  3. Try the API: Follow the Programmatic API quickstart (curl examples).
  4. Go live: Sign in, create an organization API key, and call GET /api/v1/agents with Authorization: Bearer ….

Exact object models and guardrails for your tenant are reflected in the API responses and dashboard; use the reference below for every route.

Core concepts (short)

Agents

Deployable units (from templates or workflows) that execute policies and call downstream capabilities. Inspect and control them via the API and dashboard.

Workflows

Visual, step-based automations (triggers, filters, actions). Create and test them in the UI or over the API.

API & keys

JSON API under /api/v1. Organization API keys and session JWTs both use Authorization: Bearer.

Integrations

Connectors and webhooks for outbound events; see the API reference for current resources.

All guides (HTML, crawlable)

Developers

Use the quickstart for copy-paste requests and the API reference for every method and path. After sign-in, create keys under Dashboard → API keys.

Sign in for API keys Open API reference