Bubble
Overview
SLUG: BUBBLE
Description
Bubble is a visual programming language and a PaaS developed by Bubble Group.
Authentication Details
API Key
Connecting to Bubble
Create an auth config
Use the dashboard to create an auth config for the Bubble toolkit. This allows you to connect multiple Bubble accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Bubble Auth Config”. After creation, copy the displayed ID starting with ac_. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Bubble toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
BUBBLE_DATA_BULK_CREATE_THINGS
Tool Name: Bulk Create Things
Description
Action Parameters
Action Response
BUBBLE_DATA_CREATE_THING
Tool Name: Create Thing
Description
Action Parameters
Action Response
BUBBLE_DATA_DELETE_THING_BY_ID
Tool Name: Delete Thing By ID
Description
Action Parameters
Action Response
BUBBLE_DATA_GET_THING_BY_ID
Tool Name: Get Thing By ID
Description
Action Parameters
Action Response
BUBBLE_DATA_PATCH_THING_BY_ID
Tool Name: Patch Thing By ID
Description
Action Parameters
Action Response
BUBBLE_DATA_PUT_REPLACE_THING_BY_ID
Tool Name: Replace Thing by ID
Description
Action Parameters
Action Response
BUBBLE_FILE_DOWNLOAD
Tool Name: Download File
Description
Action Parameters
Action Response
BUBBLE_FILE_TEMP_CREATE
Tool Name: Create Temp File
Description
Action Parameters
Action Response
BUBBLE_FILE_UPLOAD
Tool Name: Upload File
Description
Action Parameters
Action Response
BUBBLE_META_GET_SWAGGER_JSON
Tool Name: Get Bubble API Swagger JSON
Description
Action Parameters
Action Response
BUBBLE_O_AUTH_ACCESS_TOKEN
Tool Name: Get OAuth Access Token
Description
Action Parameters
Action Response
BUBBLE_OAUTH_AUTHORIZE
Tool Name: OAuth Authorize
Description
Action Parameters
Action Response
BUBBLE_O_AUTH_REGISTER_APP
Tool Name: Bubble OAuth Register App
Description
Action Parameters
Action Response
BUBBLE_WORKFLOW_TRIGGER_GET
Tool Name: Trigger Bubble Workflow via GET
Description
Action Parameters
Action Response
BUBBLE_WORKFLOW_TRIGGER_POST
Tool Name: Trigger Bubble Workflow via POST
Description
Action Parameters
Action Response