ClawLink
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.

ToolWhat it doesKind
bubble_data_get_thing_by_idRetrieves a single Thing (record) from a Bubble Data Type by its unique IDRead
bubble_file_downloadDownload a file given its URLRead
bubble_meta_get_swagger_jsonRetrieve the auto-generated Swagger JSON for enabled APIsRead
bubble_o_auth_register_appValidate/initialize OAuth application credentials with BubbleRead
bubble_oauth_authorizeInitiate OAuth2 authorization flow for BubbleRead
bubble_data_bulk_create_thingsBulk create multiple Things in Bubble via newline-separated JSONRead
bubble_data_create_thingCreate a new ThingRead
bubble_data_patch_thing_by_idModify selected fields on a Thing by its unique IDRead
bubble_data_put_replace_thing_by_idReplace all editable fields on a Thing by its Unique IDRead
bubble_file_temp_createUpload bytes as a temporary file to Cloudflare R2 and return an S3 keyRead
bubble_file_uploadUpload a file to Bubble storageRead
bubble_o_auth_access_tokenExchange an authorization code or refresh token for an OAuth2 access tokenRead
bubble_workflow_trigger_getTrigger a Bubble API workflow using an HTTP GET requestRead
bubble_workflow_trigger_postTriggers a Bubble API workflow by name using a POST requestRead