v1.0.0

Skroll API

Create, edit, publish and export skrolls. Content is stored as versioned deck-tsx modules (compiled TSX + theme tokens); every write appends an immutable version.

Base URL

Every endpoint is relative to this base. Requests are JSON over HTTPS and authenticated with an organization API key. Resources you can work with: decks, versions, exports, brands.

url
https://skrollai.com/api/v1

Quick start

Create a key in Settings → Integrations, then list the skrolls your organization can see:

curl
curl https://skrollai.com/api/v1/decks \
  -H "Authorization: Bearer sk_..."

Built for agents

Every endpoint is available as an MCP tool, and the whole API is described by machine-readable specs so an AI agent can discover and call it without hand-written glue.

AuthenticationCreate an organization API key and send it as a bearer token. Covers rate limits and error shapes.API referenceEvery endpoint for decks, versions, exports and brands: parameters, bodies and responses.MCP serverConnect Claude, Cursor or any MCP client and drive Skroll with the same tools, no glue code.