Convex

api.convex.dev

Community

Convex is a reactive backend-as-a-service platform. Use this API to run queries, mutations, and actions against your Convex deployment, enabling real-time data operations without managing infrastructure.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.convex.dev

Crawl failures

1

Last verified

2026-03-01T11:07:18.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

import_data

developer-tools

Import data into your Convex tables from JSON.

Detail: https://api.convex.dev/capabilities/import_data

run_action

developer-tools

Execute an action function that can call external services and APIs.

Detail: https://api.convex.dev/capabilities/run_action

run_mutation

developer-tools

Execute a mutation function that can read and write data.

Detail: https://api.convex.dev/capabilities/run_mutation

run_query

developer-tools

Execute a read-only query function against your Convex backend.

Detail: https://api.convex.dev/capabilities/run_query

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Convex
Description: Convex is a reactive backend-as-a-service platform. Use this API to run queries, mutations, and actions against your Convex deployment, enabling real-time data operations without managing infrastructure.
Auth: api_key
Capabilities:
  - import_data: Import data into your Convex tables from JSON.
  - run_action: Execute an action function that can call external services and APIs.
  - run_mutation: Execute a mutation function that can read and write data.
  - run_query: Execute a read-only query function against your Convex backend.