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.
| Tool | What it does | Kind |
|---|---|---|
convex_execute_query_batch | Execute multiple Convex query functions in a single batch request | Read |
convex_get_deployment | Retrieve details about a Convex cloud deployment | Read |
convex_get_project_by_id | Retrieve detailed information about a specific Convex project by its ID | Read |
convex_get_project_by_slug | Retrieve a Convex project by its slug within a team | Read |
convex_get_query_timestamp | Get the latest timestamp for queries from Convex deployment | Read |
convex_get_token_details | Retrieve token details for the authenticated token | Read |
convex_list_deploy_keys | List all deploy keys for a specified Convex deployment | Read |
convex_list_deployment_classes | List available deployment classes for a Convex team | Read |
convex_list_deployment_regions | List available deployment regions for a Convex team | Read |
convex_list_deployments | List all deployments for a Convex project | Read |
convex_list_log_streams | List all existing log stream configurations in a deployment | Read |
convex_list_projects | List all projects for a specific Convex team | Read |
convex_create_deploy_key | Create a deploy key for use with the Convex CLI | Write |
convex_create_deployment | Create a new deployment for a Convex project | Write |
convex_create_project | Create a new project on a Convex team, optionally provisioning a dev or prod deployment | Write |
convex_update_deployment | Update properties of an existing Convex deployment | Write |