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/v1Quick 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.