Bubble Plugin API
The Bubble Plugin API is a JavaScript SDK surface (not an HTTP API) that plugin authors use to extend Bubble apps. It exposes server-side actions, client-side actions, and visual elements that read configured properties and interact with the runtime via a `context` object. Plugin API v4 replaces Fibers with Promises and adds first-class type checks (`isBubbleThing`, `isBubbleList`), by-id lookups (`getThingById`, `getThingsById`), and async iteration on `BubbleList`. This OpenAPI document descri
Overview
Bubble Plugin API is a Postman Collection published by Bubble on the APIs.io network.
The Bubble Plugin API is a JavaScript SDK surface (not an HTTP API) that plugin authors use to extend Bubble apps. It exposes server-side actions, client-side actions, and visual elements that read configured properties and interact with the runtime via a context object. Plugin API v4 replaces Fibers with Promises and adds first-class type checks (isBubbleThing, isBubbleList), by-id lookups (getThingById, getThingsById), and async iteration on BubbleList. This OpenAPI document descri
The collection contains 8 requests organised into 15 folders.
Tagged areas include No-Code, Application Platform, Database, Workflow Automation, and Plugins.