AppEngine Collections API Guide
Complete guide for creating and managing collections (database tables) in AppEngine.
Overview
AppEngine Collections are MongoDB-backed data collections that work similarly to Supabase tables. Create your collection schema in Studio Manager once, then connect to it via REST API from any platform.
Key Features
- No Database Setup: Collections are automatically backed by MongoDB
- Visual Schema Designer: Define fields, types, and validation in Studio Manager
- RESTful API: Auto-generated CRUD endpoints for each collection
- Secure: API Key authentication