Skip to main content
Convex logo

Convex

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

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Convex authenticates with an API key. Generate the credential in your Convex account, then paste it into FlyMyAI the first time an agent uses a Convex action.

Get your Convex credential →

Fields to fill in FlyMyAI

FieldDetails
Bearer TokenToken for bearer authentication (required)
Deployment NameYour Convex deployment name (e.g., acoustic-panther-728). Find this in your Convex dashboard Settings page. (required)
Bearer TokenJWT token from your authentication provider (Clerk, Auth0, WorkOS, etc.) for user authentication

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
CONVEX_CREATE_DEPLOYMENTTool 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.project_id, type
CONVEX_CREATE_DEPLOY_KEYTool 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 deployment.deployment_name, name
CONVEX_CREATE_PROJECTTool 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.team_id, projectName
CONVEX_DELETE_CUSTOM_DOMAINTool to remove a custom domain from a Convex deployment. Use when you need to delete a previously configured custom domain.deployment_name, domain, requestDestination
CONVEX_DELETE_DEPLOYMENTTool 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.deployment_name
CONVEX_DELETE_PROJECTDeletes 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.project_id
CONVEX_EXECUTE_QUERY_BATCHTool 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.queries
CONVEX_GET_DEPLOYMENTTool 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.deployment_name
CONVEX_GET_PROJECT_BY_IDTool 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.project_id
CONVEX_GET_PROJECT_BY_SLUGTool 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.team_id_or_slug, project_slug
CONVEX_GET_QUERY_TIMESTAMPTool to get the latest timestamp for queries from Convex deployment. Use when you need to retrieve the current query timestamp from the Convex API.deployment_name
CONVEX_GET_TOKEN_DETAILSTool 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 project it belongs to.-
CONVEX_LIST_DEPLOYMENTSTool to list all deployments for a Convex project. Use when you need to see all deployments (production, preview, or local) for a specific project.project_id
CONVEX_LIST_DEPLOYMENT_CLASSESTool to list available deployment classes for a Convex team. Use when you need to check which deployment classes are available for a specific team.team_id
CONVEX_LIST_DEPLOYMENT_REGIONSTool 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.team_id
CONVEX_LIST_DEPLOY_KEYSTool 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.deployment_name
CONVEX_LIST_LOG_STREAMSTool 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.-
CONVEX_LIST_PROJECTSTool to list all projects for a specific Convex team. Use when you need to retrieve all projects associated with a team by team ID.team_id
CONVEX_UPDATE_DEPLOYMENTTool 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 modified.deployment_name
We love our partners - FlyMy.AI builds with the best. Thanks, Convex!