Skip to main content
Superblocks APIs power the backend of your applications. APIs can call integrations (databases, REST or GraphQL APIs, SaaS platforms) and run custom TypeScript logic.

API panel

The API panel shows execution details for each API (docked to bottom of the editor by default). Backend API There you can view a list of API calls and drill into individual API calls. Each API call includes a trace view to view timing and inputs / outputs of the API and individual integration calls. Backend API integration call

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. Backend API source code