Docs

Getting Started

Introduction

Introduction

Schedule & Chill API

Schedule & Chill schedules and publishes your social posts, and lets your AI tools do it for you. A native MCP server connects Claude Code, Cursor, Gemini CLI and other clients; a clean REST API covers the same ground from your own code.

LinkedIn is available today. Adapters for seven more platforms are built but still in their platforms' review queues — call GET /api/capabilities for the live list rather than assuming.

Two ways to integrate

  • REST API — Standard HTTP + JSON. Create posts, upload media, manage connected accounts. Best for backends, cron jobs, and product features.
  • MCP server — A native Model Context Protocol server so AI agents (Claude, ChatGPT, or your own) can schedule posts, browse media, and read your queue as tools. Best for agentic and chat-based products.

Both share the same authentication and the same underlying account.

Base URL

https://schedulenchill.com/api

The MCP server lives at:

https://schedulenchill.com/mcp

Supported platforms

X, LinkedIn (profiles and Pages), Facebook, Instagram, Pinterest, YouTube, and TikTok. See Supported Platforms for the exact identifiers.

What you can do

  • Schedule a post for later or publish immediately
  • Post the same content to many platforms at once, or customize text per platform
  • Attach images and video from a media library you manage over the API
  • List, update, and cancel scheduled posts
  • Read posting stats and connected accounts

Next steps