Your business operating system on a dedicated subdomain.
Unified sales pipeline, contact management, and AI intelligence in one state model. Agent-first REST API, magic link auth, dedicated Postgres — everything an autonomous ops layer needs to run your business.
What you get
A CRM that's also an API surface for autonomous agents. Every feature works through the dashboard and through the REST API.
Sales Pipeline
Visual deal tracking across configurable stages. Create, move, close, and analyze deals with a REST API designed for both human dashboards and autonomous agents.
Contact Management
Unified contact records with company associations, tags, and interaction history. Import, deduplicate, and enrich contacts through the API or agent commands.
AI Intelligence
DeepSeek V4 Flash via Sovereign analyzes pipeline health, scores leads, surfaces at-risk deals, and generates next-step recommendations — all through the API.
Agent-First API
Every feature is a REST endpoint with Bearer token auth. OpenClaw and Hermes agents can read pipeline state, create contacts, and trigger actions autonomously.
Magic Link Auth
No passwords to manage. Users authenticate via email magic links powered by viv-auth. Each link is single-use, time-limited, and tied to a verified email address.
Subdomain Isolation
Each instance runs on its own subdomain with a dedicated Postgres database, systemd process isolation, and per-instance memory limits. Your data never mixes.
How it's built
Each instance is a FastAPI process with its own Postgres database, managed by systemd and fronted by nginx with wildcard SSL.
Why Pulse isn't a CRM
CRMs are built for humans who click buttons. Pulse is built for AI agents that call APIs. The data model is the same — contacts, deals, pipeline stages — but the access pattern is inverted. The primary consumer is an autonomous agent (OpenClaw or Hermes) that reads state, makes decisions, and writes back. Humans review and steer.
This means every feature ships as an API endpoint first. The dashboard is a view layer, not the source of truth. Magic link auth eliminates password management for the humans who do log in. Per-instance Postgres means your data is never shared with another tenant, and your agent can query it directly.
Pulse is the customer-facing OS that the ops layer drives. It unifies sales pipeline, contact management, and AI intelligence into one state model. The ops agents — OpenClaw for chat commands, Hermes for background automation — operate Pulse autonomously. The human provides strategic direction. The system executes.