MCP Streamable HTTP endpoint
https://slidedrift.com/api/mcpThe supported external agent interface. Connect with an MCP client and complete the browser-based OAuth flow before calling tools.
Open resourceDeveloper resources
SlideDrift exposes one supported integration surface: an OAuth-protected MCP server for planning, creating, editing, exporting, sharing, and scheduling LinkedIn carousels. The resources below are public and machine-readable. Private browser APIs are not a supported developer contract.
https://slidedrift.com/api/mcpThe supported external agent interface. Connect with an MCP client and complete the browser-based OAuth flow before calling tools.
Open resourcehttps://slidedrift.com/openapi.jsonDescribes the HTTP transport, authorization metadata, scope vocabulary, and typed error shapes. Live MCP tool schemas remain discoverable through tools/list.
Open resourcehttps://slidedrift.com/.well-known/oauth-protected-resourceRFC 9728 metadata for the MCP resource, authorization server, and SlideDrift permissions enforced by the resource server.
Open resourcehttps://slidedrift.com/llms.txtA concise map of public product documentation, workflows, supported capabilities, and current user-facing product facts.
Open resourceSlideDrift binds each OAuth token to the MCP resource and an enabled account connection. The server validates issuer, audience, expiry, ownership, and scope before a tool runs. Current consent grants the scope set as one connection bundle; selective scope grants are not yet available in the UI.
carousels:readcarousels:writebrand_kits:readexports:createshares:writesocial:writeUnknown public API routes return JSON problem details with a stable code, readable detail, and resolution hint. MCP transport errors use JSON-RPC or OAuth bearer error shapes. Tool results add safe action URLs, retry guidance, quoted credits, and confirmation metadata where the workflow needs them.
{
"status": 404,
"code": "API_ROUTE_NOT_FOUND",
"detail": "This URL is not supported.",
"resolution": "Read /openapi.json."
}SlideDrift does not currently publish an official CLI, REST SDK, webhook API, or sandbox environment. Use MCP for supported agent automation and the web app for interactive creation and review.