Convex Management API integration for managing projects and deployments using Team Access Tokens (Bearer).

Changelog

2 versions
v1.1.0 Latest
  • Added MakeApiCall component for arbitrary Convex API calls.
v1.0.0
  • Initial version

Authentication

TypeDetails
API Key
Team ID (text)
Enter your Convex Team ID.
API Key (text)
Enter your Convex API Key.

Actions

6
Create Project icon

Create Project

Create a new Convex project. Both API key and Team ID are required for authentication.
Delete Deployment icon

Delete Deployment

Delete a deployment. This will delete all data and files in the deployment. Both API key and Team ID are required for authentication. This does not delete the project itself.
Delete Project icon

Delete Project

Delete a Convex project and all of its deployments. Both API key and Team ID are required for authentication. Irreversible.
List Deployments icon

List Deployments

List all deployments for a project. Both API key and Team ID are required for authentication.
List Projects icon

List Projects

List all projects for the specified team. Both API key and Team ID are required for authentication.
Make Api Call icon

Make Api Call

Perform an arbitrary authorized API call to the Convex API using the selected Team Access Token.