What problem does it solve?
This Skill helps you build secure HTTP endpoints in Convex without guessing at routing, request parsing, or integration patterns. It is designed for teams that need reliable webhook handlers, custom API routes, and browser-facing endpoints with proper validation and access control.
Core Features & Use Cases
- Webhook Processing: Receive and verify events from services like Stripe and Clerk before running downstream database actions.
- Custom API Routes: Create GET, POST, OPTIONS, and path-prefix endpoints for internal tools, public APIs, and file downloads.
- Security and Reliability: Handle authentication, CORS, error responses, and safe handoffs to internal queries and mutations.
- Use Case: A SaaS app can expose a billing webhook, verify the signature, update subscription records, and return clean status responses without leaking internal logic.
Quick Start
Use the convex-http-actions skill to design a secure Convex HTTP endpoint for your webhook or API route and include signature verification, CORS, and error handling.