Bubble is a no-code application development platform that lets builders ship full-stack web and mobile apps without writing code. Bubble exposes three developer APIs — the Data API for CRUD against the app database, the Workflow API for triggering backend automations, and a JavaScript Plugin API for extending the platform with custom actions and elements. Server-side consumption is metered in Workload Units (WU) bundled into a tiered subscription (Free, Starter, Growth, Team, Enterprise) with overage pricing for additional WU and storage.
URL: Visit APIs.json URL
Run: Capabilities Using Naftiko
- No-Code, Application Platform, Database, Workflow Automation, Plugins
- Created: 2026-05-06
- Modified: 2026-05-06
REST API exposing the Bubble app database. Supports search with constraints, cursor-based pagination, single-record CRUD, bulk create (up to 1,000 records), and metadata discovery. Authentication uses bearer tokens (admin tokens bypass privacy rules; user tokens enforce them). Endpoints are available on both live and version-test (development) environments.
Human URL: https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api.md
- Data API, REST, CRUD, Database
REST API for triggering backend workflows defined in the Bubble editor. Each workflow is exposed at /api/1.1/wf/{workflow_name} and can be configured for POST or GET, with authentication settings ranging from public to user/admin to admin-only. Workflows can return JSON, plain text, or a configurable redirect on success/error.
Human URL: https://manual.bubble.io/core-resources/api/the-bubble-api/the-workflow-api.md
- Workflow API, REST, Automation, Webhooks
JavaScript SDK surface for building Bubble plugins. Plugin authors write server-side actions, client-side actions, and visual elements that receive (properties, context) and read/write data through BubbleThing and BubbleList wrappers. Plugin API v4 replaces Fibers with native Promises and adds first-class type checks (isBubbleThing, isBubbleList), id-based lookups (getThingById, getThingsById), and async iteration on BubbleList.
Human URL: https://manual.bubble.io/account-and-marketplace/building-plugins.md
- Plugin API, JavaScript SDK, Extension, Marketplace
- Documentation
- GettingStarted
- APIReference
- Authentication
- Pricing
- Plans
- RateLimits
- Plans
- SignUp
- Login
- Portal
- Marketplace
- Customers
- Showcase
- Blog
- Support
- ChangeLog
- ReleaseNotes
- StatusPage
- TermsOfService
- PrivacyPolicy
- Compliance
- Security
- TrustCenter
- Glossary
- Academy
- YouTube
- X
- GitHubOrganization
- KnowledgeCenter
- JSONLD
- SpectralRules
- Vocabulary
- NaftikoCapability
- NaftikoCapability
- NaftikoCapability
- Example
- Example
- Example
- Example
- Example
- FinOps
| Name | Description |
|---|---|
| Visual Editor | Drag-and-drop application designer with responsive layouts and reusable element groups. |
| Built-In Database | Type-safe app database with privacy rules, search constraints, and Data API exposure. |
| Backend Workflows | Server-side automation engine with scheduling, recurring events, and webhook triggers. |
| Plugin Marketplace | Public catalog of plugins exposing custom actions, elements, and integrations to Bubble apps. |
| API Connector | Built-in HTTP client for calling external REST APIs from Bubble workflows and elements. |
| Custom Domains | Connect a custom domain on paid plans, with automatic SSL. |
| Version Control | Editor-level version control with branches and rollback (Growth, Team, Enterprise). |
| Workload Dashboard | Real-time visibility into Workload Unit consumption per activity, page, and workflow. |
| Mobile Builds | Native iOS and Android builds via the Mobile add-on bundles. |
| Multi-App Editing | Multiple editors and multi-app dashboards for agencies and teams. |
| Name | Description |
|---|---|
| Internal Tools | Build admin dashboards, CRM panels, and operations consoles without engineering headcount. |
| Marketplaces | Two-sided marketplace MVPs with user roles, listings, search, and payments. |
| SaaS MVPs | Subscription-billed SaaS products with multi-tenant data, auth, and Stripe integration. |
| Headless Backend | Use a Bubble app as a managed backend for separately built mobile or web clients. |
| Internal API Integrations | Webhook ingestion and back-office automation triggered from third-party tools. |
| Customer Portals | Authenticated portals with privacy-rule-controlled data access and document upload. |
| Name | Description |
|---|---|
| Stripe | Built-in Stripe plugin for payments, subscriptions, and Connect. |
| SendGrid | Transactional and marketing email via the SendGrid plugin. |
| Twilio | SMS and programmable voice via the Twilio plugin. |
| Google APIs | Maps, OAuth, Calendar, Sheets, and Drive integrations via plugins. |
| AWS | S3 file storage, Lambda, and SES integrations. |
| Algolia | Hosted search backed by Algolia for high-volume Bubble data. |
| Zapier | Bubble Workflow API endpoints triggered by Zapier zaps. |
| Make (Integromat) | Bubble Workflow API endpoints triggered by Make scenarios. |
| OpenAI | AI-powered features via OpenAI plugin actions. |
| Slack | Outbound notifications and inbound webhooks for team collaboration. |
| Name | Description |
|---|---|
| For Founders | Ship a SaaS or marketplace MVP without hiring engineers; iterate with users in real time. |
| For Agencies | White-label client apps with multi-app editor, version control, and sub-app architecture. |
| For Enterprise | Dedicated infrastructure, SSO, custom rate limits, advanced security, and SLA-backed support. |
| For Developers | Build and publish plugins to the marketplace; extend Bubble apps with custom JavaScript actions and elements. |
Machine-readable API specifications organized by format.
Naftiko capabilities organized as shared per-API definitions composed into customer-facing workflows.
- Bubble Data API — 8 operations for database CRUD, search, bulk, and metadata
- Bubble Workflow API — 3 operations for triggering and initializing backend workflows
| Workflow | APIs Combined | Tools | Persona |
|---|---|---|---|
| Headless Backend | Data API + Workflow API | 6 | Backend Integrator |
- Bubble Vocabulary — Unified taxonomy mapping 12 resources, 11 actions, 7 workflows, and 6 personas across operational (OpenAPI) and capability (Naftiko) dimensions
- Bubble Rules — 12 rules across info/server/security/operation/path categories enforcing Bubble API conventions
- Plans & Pricing — Free, Starter, Growth, Team, Enterprise tiers plus Mobile bundles and add-ons
- Rate Limits — Per-plan request-per-minute ceilings, hard limits, and Workload Unit policies
- FinOps — FOCUS-aligned billing model with WU as the primary meter
FN: Kin Lane
Email: kinlane@gmail.com