ClawLink
Developer Tools19 toolsPaste one API key

Convex integration for AI agents

Backend-as-a-Service platform with real-time database, serverless functions, and built-in authentication.

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect Convex once and call the same tools from all of them.

Setup

Connect Convex 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

Convex exposes 19 tools through ClawLink. The 16 most used are listed here; your agent sees all of them.

ToolWhat it doesKind
convex_execute_query_batchExecute multiple Convex query functions in a single batch requestRead
convex_get_deploymentRetrieve details about a Convex cloud deploymentRead
convex_get_project_by_idRetrieve detailed information about a specific Convex project by its IDRead
convex_get_project_by_slugRetrieve a Convex project by its slug within a teamRead
convex_get_query_timestampGet the latest timestamp for queries from Convex deploymentRead
convex_get_token_detailsRetrieve token details for the authenticated tokenRead
convex_list_deploy_keysList all deploy keys for a specified Convex deploymentRead
convex_list_deployment_classesList available deployment classes for a Convex teamRead
convex_list_deployment_regionsList available deployment regions for a Convex teamRead
convex_list_deploymentsList all deployments for a Convex projectRead
convex_list_log_streamsList all existing log stream configurations in a deploymentRead
convex_list_projectsList all projects for a specific Convex teamRead
convex_create_deploy_keyCreate a deploy key for use with the Convex CLIWrite
convex_create_deploymentCreate a new deployment for a Convex projectWrite
convex_create_projectCreate a new project on a Convex team, optionally provisioning a dev or prod deploymentWrite
convex_update_deploymentUpdate properties of an existing Convex deploymentWrite