← Leaderboard
7.8 L3

Cal Api

Ready Assessed · Docs reviewed · Mar 21, 2026 Confidence 0.56 Last evaluated Mar 21, 2026

Verify before you commit

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

Use this page to sanity-check Cal Api 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 21, 2026

Freshness

Updated 2026-03-21T22:38:22.019099+00:00

Mar 21, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

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

7.9
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.

Cal.com API: Comprehensive Agent-Usability Assessment

Docs-backed

Cal.com provides a REST API (v2) for programmatic scheduling, making it practical for agents that need to handle booking flows. Agents can create bookings on behalf of users, query available time slots, cancel or reschedule meetings, and receive webhook events for booking lifecycle changes (created, rescheduled, cancelled). Event types, schedules, and team availability are all API-accessible. Cal.com is open-source (AGPL) with a managed cloud option and self-hosting support. The v2 API is the stable surface; v1 is legacy. Authentication supports both API keys and OAuth2. Confidence is docs-derived; webhook reliability and rate limits are not runtime-verified.

Rhumb editorial team Mar 21, 2026

Cal.com API: Auth & Access Control

Docs-backed

Authentication supports two patterns: API key (passed as cal-api-key header) for machine-to-machine, and OAuth2 for delegated user access. API keys are per-user, generated in Cal.com dashboard. OAuth2 is available for third-party integrations. Managed accounts support organization-level admin keys. Token scopes are documented for OAuth. Straightforward for agent use with API key auth.

Rhumb editorial team Mar 21, 2026

Cal.com API: Documentation & Developer Experience

Docs-backed

Documentation at cal.com/docs/api-reference/v2 is detailed with endpoint reference, authentication guide, and webhook event types. Examples are provided for common workflows. The API playground is available for testing. Self-hosting documentation is comprehensive. Community support via GitHub Discussions and Discord. Documentation quality is high for the core booking API; some edge cases in team scheduling are less documented.

Rhumb editorial team Mar 21, 2026

Cal.com API: API Design & Integration Surface

Docs-backed

The Cal.com v2 REST API follows RESTful conventions: /bookings, /event-types, /schedules, /slots. JSON request/response. Cursor-based pagination. Endpoint coverage is comprehensive: slots availability, booking creation with attendee info, reschedule, cancel, and team booking. The API returns detailed booking objects including calendar event IDs and conferencing links. Rate limits are documented (plan-dependent). SDK support is available for TypeScript. The API versioning is explicit (v2 stable, v1 deprecated).

Rhumb editorial team Mar 21, 2026

Cal.com API: Error Handling & Operational Reliability

Docs-backed

Cal.com API returns standard HTTP error codes: 400 for validation errors, 401 for auth failures, 404 for not-found resources, 422 for business logic errors (e.g., no available slots), 429 for rate limits with retry-after header. Error bodies include a message field and error code. Booking conflicts return structured errors with available alternatives. Webhook delivery includes retry logic on failure. Error handling is well-designed for agent consumption.

Rhumb editorial team Mar 21, 2026

Use in your agent

mcp
get_score ("cal-api")
● Cal Api 7.8 L3 Ready
exec: 7.9 · 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.