Developer Tools15 toolsPaste one API key
Bubble integration for AI agents
Bubble is a visual programming language and a PaaS developed by Bubble Group.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Bubble once and call the same tools from all of them.
Setup
Connect Bubble through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Bubble exposes 15 tools through ClawLink. The 14 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
bubble_data_get_thing_by_id | Retrieves a single Thing (record) from a Bubble Data Type by its unique ID | Read |
bubble_file_download | Download a file given its URL | Read |
bubble_meta_get_swagger_json | Retrieve the auto-generated Swagger JSON for enabled APIs | Read |
bubble_o_auth_register_app | Validate/initialize OAuth application credentials with Bubble | Read |
bubble_oauth_authorize | Initiate OAuth2 authorization flow for Bubble | Read |
bubble_data_bulk_create_things | Bulk create multiple Things in Bubble via newline-separated JSON | Read |
bubble_data_create_thing | Create a new Thing | Read |
bubble_data_patch_thing_by_id | Modify selected fields on a Thing by its unique ID | Read |
bubble_data_put_replace_thing_by_id | Replace all editable fields on a Thing by its Unique ID | Read |
bubble_file_temp_create | Upload bytes as a temporary file to Cloudflare R2 and return an S3 key | Read |
bubble_file_upload | Upload a file to Bubble storage | Read |
bubble_o_auth_access_token | Exchange an authorization code or refresh token for an OAuth2 access token | Read |
bubble_workflow_trigger_get | Trigger a Bubble API workflow using an HTTP GET request | Read |
bubble_workflow_trigger_post | Triggers a Bubble API workflow by name using a POST request | Read |