Superblocks APIs power the backend of your applications. APIs can call integrations (databases, REST or GraphQL APIs, SaaS platforms) and run custom TypeScript logic.Documentation Index
Fetch the complete documentation index at: https://docs.superblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
API panel
The API panel shows execution details for each API (docked to bottom of the editor by default).

API source code
Under the hood, every API is a TypeScript file that uses the Superblocks API SDK to call your integrations. Click <> View code on any API to inspect the source code. For editing this code directly, see developing apps in code.

