Developer platform

Connect your stack.
Keep humans in control.

Cascads exposes the same brands, content, calendar, approvals and draft workflows through a versioned REST API and a remote MCP endpoint.

Public API v1

Read brand kits, content, schedules and connection readiness. Generate drafts, request approval and schedule content through narrow scopes.

https://app.cascads.com/api/v1

Remote MCP

AI clients discover only the tools allowed by their token. Each credential can be limited to specific brands and actions.

https://app.cascads.com/mcp

Safe writes by design

Automations create drafts only. Scheduling passes the creative and approval gates. Publishing needs content:publish plus an exact confirmation string.

Create a scoped token

Create a scoped token

  1. Open Automations and API in the app.
  2. Create a credential and select only the scopes the client needs.
  3. Save the one-time token, then use it as a Bearer credential.
Authorization: Bearer csk_...
RESTGET https://app.cascads.com/api/v1/brands
MCPPOST https://app.cascads.com/mcp
TransportJSON over HTTPS
Available scopes

Available scopes

brands:readcontent:readcalendar:readconnections:readradar:readgrowth:readworkflows:readapprovals:readcontent:writecalendar:writeworkflows:runapprovals:writecontent:publish
Core endpoints

Core endpoints

GET /brands · GET /content · GET /calendar · GET /connections · GET /radar · GET /growth · GET /workflows · POST /content/generate-drafts · POST /approvals · POST /calendar · POST /publish

Create a scoped token

Open developer settings