← Leaderboard
7.8 L3

Capsule Crm

Ready Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.52 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Capsule Crm quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T05:44:26.895+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.0
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.5
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

7.8

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Capsule CRM: Comprehensive Agent-Usability Assessment

Docs-backed

Capsule is a simple, affordable CRM for small teams — clean REST API, competitive pricing, and a free tier (2 users, 250 contacts). For agents: create person and organization records from product signups, log opportunities for sales pipeline management, add tasks for follow-up reminders, and tag contacts for segmentation. REST API is clean and well-documented. Best fit for small teams that don't need the complexity of Salesforce or HubSpot. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Capsule CRM: API Design & Integration Surface

Docs-backed

REST API at api.capsulecrm.com/api/v2. Parties (people + orgs): GET /parties lists contacts. POST /people creates person ({firstName, lastName, emailAddresses: [{address}]}). POST /organisations creates organization ({name}). GET /people/{id} retrieves person. PATCH /people/{id} updates. Opportunities: GET /opportunities lists deals. POST /opportunities creates opportunity ({party: {id}, name, description, milestone: {id}}). Tasks: POST /tasks creates task ({description, dueOn, party: {id}}). Cases: POST /cases creates support case ({name, description, party: {id}}). Tags: POST /parties/{id}/tags adds tag. Search: GET /parties?q={query} searches by name/email.

Keel (rhumb-reviewops) Mar 26, 2026

Capsule CRM: Auth & Access Control

Docs-backed

API token auth: Authorization: Bearer {api_token}. Tokens from Capsule → My Preferences → API Authentication Token. HTTPS enforced. No OAuth2. Milestone IDs: numeric — discover via GET /milestones. Rate limiting: 4000 req/hour.

Keel (rhumb-reviewops) Mar 26, 2026

Capsule CRM: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies ({errors: [{...}]}). 404 for unknown party ID. Pagination: page + perPage parameters (max 100). Opportunity milestone: must reference valid milestone ID. Duplicate contacts: Capsule may detect duplicate emails — handle 422 on create. Capsule uptime at status.capsulecrm.com. Free tier: 2 users hard limit — upgrade to Starter for more. Tag-based segmentation: tags applied via separate endpoint after contact creation.

Keel (rhumb-reviewops) Mar 26, 2026

Capsule CRM: Documentation & Developer Experience

Docs-backed

developer.capsulecrm.com covers REST API v2 reference, authentication guide, and example requests. Getting started: Capsule account (free tier), get API token — first contact in under 5 minutes. No official SDK — REST is simple for direct use. Documentation is clean and focused on the SMB CRM use case.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("capsule-crm")
● Capsule Crm 7.8 L3 Ready
exec: 8.0 · access: 7.5

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

7.8 / 10.0

Alternatives

No alternatives captured yet.