Bubble
app builder 15 tools availableBubble is a visual programming language and a PaaS developed by Bubble Group.
About this integration
Connect Bubble to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Bubble's 15 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Connect Bubble to Definable and it becomes a set of typed tools your agents plan with — triggered by events, run on schedules, or invoked mid-conversation. Every write is checked by the verifier before it lands.
Bubble · in workflows
What teams actually run.
Three patterns teams run with Bubble on day one. Each one is a plain-English prompt — no canvas, no glue code — and you can remix them into anything.
Daily summary
Cross-tool sync
15 tools available
The Bubble toolbox.
Every Bubble capability your agents can call, each with a typed schema the planner reads. The router picks the right tool per step; the verifier checks the result.
Bulk Create Things Tool to bulk create multiple Things in Bubble via newline-separated JSON. Use when you need to insert many records at once. Must have Create via API permission.
Create Thing Tool to create a new Thing. Use when providing a complete JSON payload to add a new record.
Delete Thing By ID Tool to delete a Bubble Thing by its unique ID. Use when you need to remove a specific record via the Bubble Data API.
Get Thing By ID Retrieves a single Thing (record) from a Bubble Data Type by its unique ID. This is a read-only operation that fetches complete details of a specific record. The response includes all custom fields defined in the Data Type, plus standard Bubble fields (_id, created_by, created_date, modified_date). Use when you need to: - Fetch details of a specific record you know the ID of - Verify a record exists - Get the latest field values for a Thing Note: Requires the Data API to be enabled in your Bubble app settings and the specific Data Type to be exposed via the API.
Patch Thing By ID Tool to modify selected fields on a Thing by its unique ID. Use after confirming the Thing exists.
Replace Thing by ID Tool to replace all editable fields on a Thing by its Unique ID. Use when you need a full overwrite of a Thing's fields and reset omitted fields to default.
Download File Tool to download a file given its URL. Use when you need to retrieve file content and obtain an s3key for subsequent upload tests.
Create Temp File Tool to upload bytes as a temporary file to Cloudflare R2 and return an S3 key. Use when you need a short-lived file reference before persisting it in a Thing.
Upload File Tool to upload a file to Bubble storage. Use when you need to store arbitrary files via Bubble's /fileupload endpoint.
Get Bubble API Swagger JSON Tool to retrieve the auto-generated Swagger JSON for enabled APIs. Use after enabling the Swagger file in your Bubble app's API settings.
Get OAuth Access Token Tool to exchange an authorization code or refresh token for an OAuth2 access token. Use after obtaining an authorization code or when refreshing an expired token.
OAuth Authorize Tool to initiate OAuth2 authorization flow for Bubble. Use when setting up third-party login integration. Returns the URL for user-agent redirection to obtain an authorization code.
Bubble OAuth Register App Tool to validate/initialize OAuth application credentials with Bubble. It performs a real call to Bubble's /oauth/authorize endpoint (or provided override) using client_id and redirect_uri to confirm connectivity and returns supplied credentials.
Trigger Bubble Workflow via GET Trigger a Bubble API workflow using an HTTP GET request. API workflows are server-side workflows in Bubble that can be triggered externally. Use GET for simple workflows that don't require a request body (parameters passed as query strings). For workflows requiring complex data or file uploads, use the POST version instead. Before using: The workflow must be created in Bubble's workflow editor and marked as "Expose as a public API workflow". The Bubble app must have API access enabled in its subscription.
Trigger Bubble Workflow via POST Triggers a Bubble API workflow by name using a POST request. Use this tool to execute backend workflows in your Bubble application. The workflow must be configured in your Bubble app's API Workflows section with "Expose as public API workflow" enabled. Pass any required parameters as a JSON object in the parameters field.
See it run
One prompt, start to finish.
A real prompt, the Bubble tools it calls, and what comes back. This is the whole interface — describe the outcome, agents handle the rest.
Run a real Bubble task end-to-end — plan it, execute across the API, and hand back a verified result.
bubble.bulk_create_things Tool to bulk create multiple Things in Bubble via newline-separated JSON. Use when you nee bubble.create_thing Tool to create a new Thing. Use when providing a complete JSON payload to add a new record bubble.delete_thing_by_id Tool to delete a Bubble Thing by its unique ID. Use when you need to remove a specific rec · verified Done. Bubble responded across 3 calls, the verifier signed off, and the result is logged with every payload.
FAQ · Bubble
Questions, answered.
What teams ask before connecting Bubble.
01 What can I automate with Bubble on Definable?
Anything Bubble exposes through its API. Common app builder workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 15 Bubble tools directly, then chain the result into another integration without you writing code.
02 How does Bubble authentication work?
Bubble uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
03 Is the Bubble integration included in my Definable plan?
Yes — every Definable plan, including Starter, includes access to all 15 Bubble tools. You only need a separate Bubble subscription if Bubble itself charges per seat or per API call.
04 Is using Bubble through Definable secure?
Every call from a persona to Bubble is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
05 How do I get started with Bubble on Definable?
Sign up for Definable, open the integrations page, find Bubble, and connect via OAuth or API key. You can immediately attach Bubble to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
06 What Bubble actions does Definable expose?
Definable exposes all 15 Bubble actions as callable tools — including `Bulk Create Things`, `Create Thing`, `Delete Thing By ID`, plus 12 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Put Bubble to work tonight.
Connect in two clicks, describe an outcome, and your first workflow is live in minutes. Free plan included — no card required.