convex-http-actions

Installation
Summary

HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications.

  • Supports multiple HTTP methods and path matching with dynamic route parameters via pathPrefix for flexible endpoint design
  • Handles diverse request types including JSON bodies, form data, raw bytes, and file uploads with built-in storage integration
  • Includes webhook signature verification patterns for Stripe, GitHub, and Clerk with examples for secure event processing
  • Provides authentication strategies via API keys and bearer tokens, with CORS configuration and preflight request handling
  • Enables direct mutation and query execution within HTTP handlers for seamless database operations and data retrieval
SKILL.md

Convex HTTP Actions

Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications.

Documentation Sources

Before implementing, do not assume; fetch the latest documentation:

Instructions

HTTP Actions Overview

HTTP actions allow you to define HTTP endpoints in Convex that can:

Related skills
Installs
2.0K
GitHub Stars
397
First Seen
Jan 24, 2026