Comparison
Relm vs Pipedrive
Sales-team CRM for the mid-market
Pipedrive is built around the pipeline view. Its API works but is heavily tied to their UI model — extending it programmatically means fighting their custom-field system and per-endpoint rate limits.
| Feature | Relm | Pipedrive |
|---|---|---|
| API-first | Yes | Dashboard-first |
| Idempotency-Key | Yes | No |
| Cursor pagination | Yes | Offset (start/limit) |
| MCP for AI agents | Native | None |
| Custom fields | Typed, one call | Requires field-definition endpoint |
| Signed webhooks | Yes + replay UI | Yes |
| Rate limits | Per-key, X-RateLimit headers | Per-token, opaque |
| Pricing | Flat + usage | Per-user |