{"id":"supabase-api","name":"Supabase REST API","af_score":82.7,"security_score":80.0,"reliability_score":null,"what_it_does":"Supabase is an open-source Firebase alternative built on PostgreSQL that auto-generates a RESTful API (via PostgREST) from your database schema. Every table and view immediately gets CRUD endpoints at your-project.supabase.co/rest/v1/. Supabase also provides a Management API for provisioning and managing projects programmatically, a Realtime API for subscribing to database changes, an Auth service (JWT-based), and an official MCP server for AI agent integration. The platform combines multiple services — database, auth, storage, edge functions, and realtime — behind a single project interface, making it particularly powerful for agents that need to manage the full application stack.","best_when":"You want a complete backend platform (database + auth + storage + realtime + API) on top of PostgreSQL, with excellent developer tooling, an auto-generated REST API, and MCP server support for AI agent workflows.","avoid_when":"You only need a PostgreSQL database without the platform features, or you're running on-premise without cloud access.","last_evaluated":"2026-03-01T09:50:06.268248+00:00"}