Bubble website screenshot

Bubble

Bubble is an AI-powered no-code development platform that enables individuals and teams to design and launch scalable web applications without writing code. Bubble provides a visual programming environment for building database-backed applications, marketplaces, SaaS tools, and enterprise applications. The platform includes API connector capabilities for integrating with external services via REST APIs, webhooks, and data APIs to expose app data programmatically.

Bubble publishes 1 API on the APIs.io network: Data API. Tagged areas include Applications, Low Code, No Code, Visual Programming, and Webhooks.

Bubble’s developer surface includes authentication, developer portal, documentation, getting-started guide, pricing, signup flow, engineering blog, and 9 more developer resources.

51.5/100 developing ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
3 APIs
ApplicationsLow CodeNo CodeVisual ProgrammingWebhooksWeb Apps

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 51.5/100 · developing
Contract Quality 13.4 / 25
Developer Ergonomics 8.3 / 20
Commercial Clarity 18.4 / 20
Operational Transparency 4.1 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/bubbles: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Bubble Data API

The Bubble Data API allows external services to read, create, update, and delete data stored in Bubble apps via REST endpoints. The API supports authentication via API keys and ...

Bubble Workflow API

The Bubble Workflow API enables external systems to trigger backend workflows in a Bubble app via HTTP requests. Workflows can receive data, execute business logic, and return r...

Bubble Data API

Generic CRUD operations against your Bubble application data types.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Bubble Data API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Bubbles Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Bubbles Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Bubbles Authentication

http · 1 scheme

SECURITY

Bubbles Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Bubbles Trust Center

SOC 2, GDPR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Bubbles Agentic Access

8 operations · 5 acting

8 operations · 5 acting

AGENTIC

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: bubbles
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/bubbles.png
name: Bubble
url: https://raw.githubusercontent.com/api-evangelist/bubbles/refs/heads/main/apis.yml
description: Bubble is an AI-powered no-code development platform that enables individuals and teams to design and launch
  scalable web applications without writing code. Bubble provides a visual programming environment for building database-backed
  applications, marketplaces, SaaS tools, and enterprise applications. The platform includes API connector capabilities for
  integrating with external services via REST APIs, webhooks, and data APIs to expose app data programmatically.
tags:
- Applications
- Low Code
- No Code
- Visual Programming
- Webhooks
- Web Apps
kind: company
access: 3rd-Party
position: Consuming
specificationVersion: '0.19'
apis:
- aid: bubbles:bubble-data-api
  name: Bubble Data API
  description: The Bubble Data API allows external services to read, create, update, and delete data stored in Bubble apps
    via REST endpoints. The API supports authentication via API keys and exposes app data types as addressable resources for
    integration with third-party tools and services.
  humanURL: https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api
  baseURL: https://{app-name}.bubbleapps.io/api/1.1
  tags:
  - Data
  - REST
  properties:
  - type: Documentation
    url: https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api
  - type: Authentication
    url: https://manual.bubble.io/core-resources/api/the-bubble-api/authentication
- aid: bubbles:bubble-workflow-api
  name: Bubble Workflow API
  description: The Bubble Workflow API enables external systems to trigger backend workflows in a Bubble app via HTTP requests.
    Workflows can receive data, execute business logic, and return results, supporting integration scenarios such as webhooks,
    automation triggers, and server-to-server communication.
  humanURL: https://manual.bubble.io/core-resources/api/the-bubble-api/the-workflow-api
  baseURL: https://{app-name}.bubbleapps.io/api/1.1/wf
  tags:
  - Automation
  - Triggers
  - Webhooks
  - Workflows
  properties:
  - type: Documentation
    url: https://manual.bubble.io/core-resources/api/the-bubble-api/the-workflow-api
- aid: bubbles:bubbles-data-api
  name: Bubble Data API
  description: Generic CRUD operations against your Bubble application data types.
  humanURL: https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api
  baseURL: https://{app-name}.bubbleapps.io/api/1.1
  tags:
  - Data
  properties:
  - type: OpenAPI
    url: openapi/bubbles-data-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/bubbles-agentic-access.yml
- type: TrustCenter
  url: security/bubbles-trust-center.yml
- type: DomainSecurity
  url: security/bubbles-domain-security.yml
- type: Authentication
  url: authentication/bubbles-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/bubble-hq
- type: Website
  url: https://bubble.io
- type: Portal
  url: https://manual.bubble.io/core-resources/api
- type: Documentation
  url: https://manual.bubble.io
- type: GettingStarted
  url: https://manual.bubble.io/core-resources/api
- type: Pricing
  url: https://bubble.io/pricing
- type: TermsOfService
  url: https://bubble.io/terms
- type: PrivacyPolicy
  url: https://bubble.io/privacy
- type: Signup
  url: https://bubble.io/signup
- type: Login
  url: https://bubble.io/login
- type: Forums
  url: https://forum.bubble.io
- type: Blog
  url: https://bubble.io/blog
- type: Integrations
  url: https://bubble.io/plugins
integrations:
- name: Bubble
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
created: '2024-11-13'
modified: '2026-04-21'