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.
Several platforms are live and more have adapters built but still sitting in their platforms' review queues. This page deliberately does not list them — call GET /api/capabilities for the live list rather than assuming, because it changes as approvals land.
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
- Quickstart — schedule your first post in five minutes.
- Authentication — create an API key.
- Core Concepts — how posts, platforms, and media fit together.