Docs

Getting Started

Introduction

Introduction

Schedule & Chill API

Schedule & Chill is social posting infrastructure for SaaS companies and AI builders. Embed scheduling and publishing to eight platforms into your own product — over a clean REST API or a native MCP server — without building and maintaining a dozen platform integrations yourself.

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