Convex icon

Convex

Realtime application backend for projects, deployments, deploy keys, queries, custom domains, and serverless functions.

Helps app teams that provision Convex projects and deployments, manage deploy keys and custom domains, and batch-execute query functions.

Example Use Cases

These are the Convex actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

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

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

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 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 project it belongs to.

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