SavvyCal website screenshot

SavvyCal

SavvyCal is a scheduling platform that provides a REST API for managing scheduling links, availability, calendar connections, overlay scheduling, and booking page customization. The API follows REST conventions, communicates in JSON, and supports both personal access tokens and OAuth 2.0 for authentication. Developers can build integrations that create and manage scheduling links, handle event bookings, configure webhooks for real-time notifications, and manage workflows. SavvyCal also offers a JavaScript embed library for embedding scheduling experiences directly into web applications.

SavvyCal publishes 6 APIs on the APIs.io network, including Current User API, Events API, Scheduling Links API, and 3 more. Tagged areas include Scheduling, Calendar, Appointments, Availability, and Booking.

The SavvyCal catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

SavvyCal’s developer surface includes authentication, documentation, engineering blog, pricing, and 19 more developer resources.

54.6/100 developing ▬ flat Agent 34/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreemiumSelf serve⚡ Free to try
6 APIs
SchedulingCalendarAppointmentsAvailabilityBookingMeetingsWebhooks

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 54.6/100 · developing
Contract Quality 17.5 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 11.6 / 20
Operational Transparency 5.5 / 13
Governance 8.3 / 12
Discoverability 7.4 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/savvycal: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

SavvyCal Current User API

Retrieve information about the authenticated user.

SavvyCal Events API

Manage scheduled events and bookings.

SavvyCal Scheduling Links API

Create and manage scheduling links for booking.

SavvyCal Time Zones API

List and retrieve time zone information.

SavvyCal Webhooks API

Configure webhooks for real-time event notifications.

SavvyCal Workflows API

Manage automation workflows.

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Savvycal Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Savvycal Context

44 classes · 6 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

SavvyCal API Rules

6 rules · 5 warnings 1 info

SPECTRAL

JSON Schema 4

Standalone JSON Schema definitions for this provider's data models.

Event

14 properties

JSON SCHEMA

Link

13 properties

JSON SCHEMA

User

10 properties

JSON SCHEMA

Webhook

7 properties

JSON SCHEMA

Examples 3

Example request and response payloads for these APIs.

Savvycal Event Example

14 fields

EXAMPLE

Savvycal Link Example

13 fields

EXAMPLE

Savvycal Webhook Example

7 fields

EXAMPLE

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Savvycal Authentication

http · 1 scheme

SECURITY

Savvycal Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Savvycal Vulnerability Disclosure

security.txt · contact published

SECURITY

Savvycal Trust Center

SOC 2, ISO 27001

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Savvycal Agentic Access

16 operations · 5 acting

16 operations · 5 acting

AGENTIC

Resources

Documentation 5

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: savvycal
name: SavvyCal
description: 'SavvyCal is a scheduling platform that provides a REST API for managing scheduling links, availability, calendar
  connections, overlay scheduling, and booking page customization. The API follows REST conventions, communicates in JSON,
  and supports both personal access tokens and OAuth 2.0 for authentication. Developers can build integrations that create
  and manage scheduling links, handle event bookings, configure webhooks for real-time notifications, and manage workflows.
  SavvyCal also offers a JavaScript embed library for embedding scheduling experiences directly into web applications.

  '
type: Index
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/savvycal.png
url: https://raw.githubusercontent.com/api-evangelist/savvycal/refs/heads/main/apis.yml
created: 2026-06-13
modified: 2026-06-13
specificationVersion: '0.19'
tags:
- Scheduling
- Calendar
- Appointments
- Availability
- Booking
- Meetings
- Webhooks
apis:
- aid: savvycal:savvycal-current-user-api
  name: SavvyCal Current User API
  description: Retrieve information about the authenticated user.
  humanURL: https://developers.savvycal.com/
  baseURL: https://api.savvycal.com/v1
  tags:
  - Current User
  properties:
  - type: OpenAPI
    url: openapi/savvycal-current-user-api-openapi.yml
  - type: Documentation
    url: https://developers.savvycal.com/
  - type: Authentication
    url: https://developers.savvycal.com/authentication
- aid: savvycal:savvycal-events-api
  name: SavvyCal Events API
  description: Manage scheduled events and bookings.
  humanURL: https://developers.savvycal.com/
  baseURL: https://api.savvycal.com/v1
  tags:
  - Events
  properties:
  - type: OpenAPI
    url: openapi/savvycal-events-api-openapi.yml
  - type: Documentation
    url: https://developers.savvycal.com/
  - type: Authentication
    url: https://developers.savvycal.com/authentication
- aid: savvycal:savvycal-scheduling-links-api
  name: SavvyCal Scheduling Links API
  description: Create and manage scheduling links for booking.
  humanURL: https://developers.savvycal.com/
  baseURL: https://api.savvycal.com/v1
  tags:
  - Scheduling Links
  properties:
  - type: OpenAPI
    url: openapi/savvycal-scheduling-links-api-openapi.yml
  - type: Documentation
    url: https://developers.savvycal.com/
  - type: Authentication
    url: https://developers.savvycal.com/authentication
- aid: savvycal:savvycal-time-zones-api
  name: SavvyCal Time Zones API
  description: List and retrieve time zone information.
  humanURL: https://developers.savvycal.com/
  baseURL: https://api.savvycal.com/v1
  tags:
  - Time Zones
  properties:
  - type: OpenAPI
    url: openapi/savvycal-time-zones-api-openapi.yml
  - type: Documentation
    url: https://developers.savvycal.com/
  - type: Authentication
    url: https://developers.savvycal.com/authentication
- aid: savvycal:savvycal-webhooks-api
  name: SavvyCal Webhooks API
  description: Configure webhooks for real-time event notifications.
  humanURL: https://developers.savvycal.com/
  baseURL: https://api.savvycal.com/v1
  tags:
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/savvycal-webhooks-api-openapi.yml
  - type: Documentation
    url: https://developers.savvycal.com/
  - type: Authentication
    url: https://developers.savvycal.com/authentication
- aid: savvycal:savvycal-workflows-api
  name: SavvyCal Workflows API
  description: Manage automation workflows.
  humanURL: https://developers.savvycal.com/
  baseURL: https://api.savvycal.com/v1
  tags:
  - Workflows
  properties:
  - type: OpenAPI
    url: openapi/savvycal-workflows-api-openapi.yml
  - type: Documentation
    url: https://developers.savvycal.com/
  - type: Authentication
    url: https://developers.savvycal.com/authentication
common:
- type: AgenticAccess
  url: agentic-access/savvycal-agentic-access.yml
- type: TrustCenter
  url: security/savvycal-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/savvycal-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/savvycal-domain-security.yml
- type: Authentication
  url: authentication/savvycal-authentication.yml
- type: Website
  url: https://savvycal.com/
- type: Documentation
  url: https://developers.savvycal.com/
- type: GitHubOrg
  url: https://github.com/svycal
- type: LinkedIn
  url: https://www.linkedin.com/company/savvycal
- type: Blog
  url: https://savvycal.com/blog
- type: Pricing
  url: https://savvycal.com/pricing
- type: StatusPage
  url: https://savvycal.instatus.com/
- type: X
  url: https://x.com/savvycal
- type: Plans
  url: plans/savvycal-plans-pricing.yml
- type: RateLimits
  url: rate-limits/savvycal-rate-limits.yml
- type: FinOps
  url: finops/savvycal-finops.yml
- type: Vocabulary
  url: vocabulary/savvycal-vocabulary.yml
- type: JSONLDContext
  url: json-ld/savvycal-context.jsonld
- type: JSONSchema
  url: json-schema/savvycal-event-schema.json
- type: JSONSchema
  url: json-schema/savvycal-link-schema.json
- type: JSONSchema
  url: json-schema/savvycal-webhook-schema.json
- type: JSONSchema
  url: json-schema/savvycal-user-schema.json
- type: BlogFeed
  url: https://savvycal.com/feed.xml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com