service
api-v1 (current)
Active Airtable-backed backend for MVP and product workflows. Primary HTTP surface for current development; OpenAPI contracts, domain discovery, and longer-term migration context.
Overview
This service is the active Airtable-backed backend for MVP work. See Backend Platform for the api-v1 vs api-v2 rules.
The OpenAPI tab on this page renders the spec generated from Zod schemas in apps/api-v1. Stable published JSON: /openapi/api-v1.json.
Migration Status
- Domain behavior here is active; prefer extending api-v1 for MVP features.
- Migration to
api-v2is planned after the MVP — do not treat this service as deprecated. - Use this page for current implementation, HTTP contracts, and migration context.
- Do not duplicate detailed endpoint schemas in EventCatalog; use generated OpenAPI instead.
- Document migration-relevant behavior using the status labels in
CONVENTIONS.md. - Product Marketplace migration overview: Product Marketplace Migration.