Connect Convex to your AI agent
Backend-as-a-Service platform with real-time database, serverless functions, and built-in authentication
We set up the connection using your own Convex account, with keys you control, and keep it running. Your agent picks it up and starts doing the work.
What your agent can do in Convex
Each one is a real action the agent can take on its own, the same things a person clicking around Convex could do. Read-only by default; write actions are confirmed against your policy.
- Create deploy key Tool to create a deploy key for use with the Convex CLI. Use when you need to generate credentials for CLI-based development or deployment workflows. The generated key provides administrative access to the specified dep…
- Create Deployment Tool to create a new deployment for a Convex project. Use when you need to create a development, production, or custom deployment. Specify the deployment type and optional configuration like class, reference, and region.
- Create Project Tool to create a new project on a Convex team, optionally provisioning a dev or prod deployment. Use when you need to initialize a new Convex project in a team.
- Delete Custom Domain Tool to remove a custom domain from a Convex deployment. Use when you need to delete a previously configured custom domain.
- Delete Deployment Tool to delete a Convex deployment. Use when you need to permanently remove a deployment and all its data. WARNING: This action will delete all data and files in the deployment and cannot be undone.
- Delete project Deletes a Convex project and all its deployments permanently. Use when you need to permanently remove a project and all associated data. This operation cannot be undone.
- Execute Query Batch Tool to execute multiple Convex query functions in a single batch request. Use when you need to fetch data from multiple queries efficiently in one API call.
- Get Deployment Details Tool to retrieve details about a Convex cloud deployment. Use when you need to get information about a specific deployment including its configuration, region, creation time, and status.
- Get Project by ID Tool to retrieve detailed information about a specific Convex project by its ID. Use when you need to fetch project metadata including name, slug, team association, and creation time.
- Get Project by Slug Tool to retrieve a Convex project by its slug within a team. Use when you need to fetch project details using human-readable identifiers instead of numeric IDs.
- Get Query Timestamp Tool to get the latest timestamp for queries from Convex deployment. Use when you need to retrieve the current query timestamp from the Convex API.
- Get token details Tool to retrieve token details for the authenticated token. Returns the team ID for team tokens or project ID for project tokens. Especially useful after receiving a token from an OAuth flow to identify which team or pr…
- List Deploy Keys Tool to list all deploy keys for a specified Convex deployment. Use when you need to view all authentication tokens that can be used to deploy to this deployment.
- List deployment classes Tool to list available deployment classes for a Convex team. Use when you need to check which deployment classes are available for a specific team.
- List deployment regions Tool to list available deployment regions for a Convex team. Use when you need to check which regions are available for deploying a team's backend.
- List Deployments Tool to list all deployments for a Convex project. Use when you need to see all deployments (production, preview, or local) for a specific project.
- List Log Streams Tool to list all existing log stream configurations in a deployment. Use when you need to view configured log streaming destinations like Datadog, Webhook, Axiom, or Sentry.
- List Projects Tool to list all projects for a specific Convex team. Use when you need to retrieve all projects associated with a team by team ID.
- Update Deployment Tool to update properties of an existing Convex deployment. Use when you need to modify deployment settings such as dashboard edit confirmation or deployment reference. Only the fields provided in the request are modifi…
How we connect it
- 1
Connect your account
You create a key in Convex, a key you create and control, and paste it in once. It lives in a secrets store on your server, not with us.
- 2
Set the guardrails
Read-only by default. You choose which write actions the agent may take, and anything outside that policy gets confirmed with you first.
- 3
We keep it running
Health checks on every connection, updates handled for you, and we watch the first week of activity to make sure the work lands.
FAQ
Convex questions, answered.
Ready to put Convex to work?
Tell us what your team runs on. We set up the connection, secure it, and your agent takes it from there.
All product names, logos, and brands are property of their respective owners; used for identification only. ZeroToClaw is not affiliated with or endorsed by Convex.