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

Changelog

5 versions
v2.0.0 Latest
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v1.2.1
  • Added output examples to component schemas.
v1.2.0
  • feat: update MakeApiCall component to match standard spec (add headers, parameters inputs; fix output format)
v1.1.0
  • 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.