Skip to main content

Get Your API Key

1

Sign Up

Visit syncline.run/developer/login and authenticate with Google.
2

Copy Your API Key

After authentication, you’ll see your API key on the developer dashboard. Copy it and store it securely.

Connect Your Calendar

Before scheduling meetings, you need to connect your Google Calendar:
1

OAuth Flow

On the developer dashboard, click “Connect Calendar” and authenticate with Google.
2

Grant Permissions

Allow Syncline to read your calendar availability and create events.
3

Verify Connection

You’ll see a green checkmark when your calendar is connected.

Schedule Your First Meeting

Using the REST API

Response (202 Accepted)

The API returns immediately with a job ID. Results are delivered via webhook.
Async API: The scheduling happens in the background. You’ll receive a meeting.scheduling.completed webhook with the meeting details, or meeting.scheduling.failed if scheduling fails. See Webhooks for details.

Using the MCP Server (For AI Agents)

If you’re building with Claude or other AI agents, use our MCP server:

Installation

Configure Claude Desktop

Add to your claude_desktop_config.json:

Use with Claude

Understanding Meeting Contexts

Syncline’s AI uses context to make smart scheduling decisions:

Available Meeting Contexts

  • warm_intro - Introduction to someone you know
  • cold_outreach - First contact
  • investor_call - Meeting with investors (prioritizes mornings)
  • client_demo - Product demonstration
  • team_standup - Daily team sync (flexible timing)
  • one_on_one - 1:1 meeting
  • interview - Job interview
  • sales_call - Sales conversation
  • strategy_session - Strategic planning
  • brainstorm - Creative ideation
  • review - Performance or project review
  • casual_chat - Informal catch-up
  • urgent - Time-sensitive meeting

Next Steps

API Reference

Explore all API endpoints

Smart Ranking

Learn how slots are ranked by quality

MCP Server Guide

Full MCP server documentation

AI Assistant Example

Build a complete scheduling agent