aid: supabase name: Supabase description: >- Supabase is an open-source Firebase alternative that provides a suite of backend services built on top of PostgreSQL. It offers a managed PostgreSQL database with auto-generated REST and GraphQL APIs via PostgREST, real-time data subscriptions via WebSockets, user authentication with JWT (GoTrue), file storage with S3-compatible object storage, edge compute via globally distributed TypeScript functions on the Deno runtime, and a management API for programmatic control of projects and organizations. Supabase is available as a fully managed cloud service (app.supabase.com) and as a self-hosted open-source deployment. type: Index deliveryModel: model: saas open_source: false commercial: true callable_host: true label: Hosted service · you call their endpoint confidence: high source: - openapi - pricing generated: '2026-08-28' method: derived accessModel: pricing: freemium onboarding: self-serve trial: false try_now: true public: false label: Freemium · Self-serve signup confidence: medium source: - plans - authentication - security generated: '2026-09-03' method: derived image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/supabase.png tags: - Backend-as-a-Service - PostgreSQL - Open-Source - Authentication - Real-Time - Storage - Edge Functions - Database tags_raw: - Backend As A Service - PostgreSQL - Open Source - Authentication - Real Time - Storage - Edge Functions - Database url: https://raw.githubusercontent.com/api-evangelist/supabase/refs/heads/main/apis.yml created: '2026-05-02' modified: '2026-05-19' specificationVersion: '0.23' apis: - aid: supabase:realtime-api name: Supabase Realtime API description: >- The Supabase Realtime API provides WebSocket-based subscriptions for real-time data changes from PostgreSQL databases. It supports three channel types: database change events (INSERT/UPDATE/DELETE on tables via logical replication), presence (track and synchronize connected users' state), and broadcast (low-latency message passing between clients). Authentication uses JWT tokens. Implemented using the Phoenix channels protocol. humanURL: https://supabase.com/docs/guides/realtime tags: - Real-Time - WebSocket - Database - Presence - Broadcast tags_raw: - Realtime - WebSocket - Database - Presence - Broadcast properties: - type: Documentation url: https://supabase.com/docs/guides/realtime - type: AsyncAPI url: >- https://raw.githubusercontent.com/api-evangelist/supabase/refs/heads/main/asyncapi/supabase-realtime-api-asyncapi.yml - aid: supabase:supabase-admin-api name: Supabase Admin API description: Administrative endpoints for managing users. Requires service_role key. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Admin properties: - type: OpenAPI url: openapi/supabase-admin-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-authentication-api name: Supabase Authentication API description: User signup, signin, and token management endpoints. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Authentication properties: - type: OpenAPI url: openapi/supabase-authentication-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-buckets-api name: Supabase Buckets API description: >- Manage storage buckets that organize files and folders. Buckets can be public or private and have configurable file size limits and allowed MIME types. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Buckets properties: - type: OpenAPI url: openapi/supabase-buckets-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-configuration-api name: Supabase Configuration API description: Server configuration and settings endpoints. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Configuration properties: - type: OpenAPI url: openapi/supabase-configuration-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-database-api name: Supabase Database API description: Manage database configurations, migrations, and extensions. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Database properties: - type: OpenAPI url: openapi/supabase-database-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-domains-api name: Supabase Domains API description: Configure custom domains and vanity subdomains for projects. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Domains properties: - type: OpenAPI url: openapi/supabase-domains-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-functions-api name: Supabase Functions API description: Deploy and manage Edge Functions for serverless compute at the edge. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Functions properties: - type: OpenAPI url: openapi/supabase-functions-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-invocation-api name: Supabase Invocation API description: >- Invoke deployed Edge Functions via HTTP requests. Each function is accessible at its own URL path based on its slug. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Invocation properties: - type: OpenAPI url: openapi/supabase-invocation-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-mfa-api name: Supabase MFA API description: Multi-factor authentication enrollment and verification endpoints. humanURL: https://supabase.com/docs/reference/api/introduction tags: - MFA properties: - type: OpenAPI url: openapi/supabase-mfa-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-network-api name: Supabase Network API description: Manage network restrictions, bans, and SSL enforcement. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Network properties: - type: OpenAPI url: openapi/supabase-network-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-oauth-api name: Supabase OAuth API description: OAuth social login provider endpoints. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Authentication tags_raw: - OAuth properties: - type: OpenAPI url: openapi/supabase-oauth-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-objects-api name: Supabase Objects API description: Upload, download, move, copy, and delete files within storage buckets. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Objects properties: - type: OpenAPI url: openapi/supabase-objects-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-organizations-api name: Supabase Organizations API description: Manage organizations including membership, billing, and settings. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Organization tags_raw: - Organizations properties: - type: OpenAPI url: openapi/supabase-organizations-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-projects-api name: Supabase Projects API description: >- Manage Supabase projects including creation, configuration, pausing, restoring, and deletion. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Project tags_raw: - Projects properties: - type: OpenAPI url: openapi/supabase-projects-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-rendering-api name: Supabase Rendering API description: Serve and transform stored files including image resizing and format conversion. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Rendering properties: - type: OpenAPI url: openapi/supabase-rendering-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-rpc-api name: Supabase RPC API description: Invoke PostgreSQL functions via remote procedure calls. humanURL: https://supabase.com/docs/reference/api/introduction tags: - RPC properties: - type: OpenAPI url: openapi/supabase-rpc-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-secrets-api name: Supabase Secrets API description: Manage project secrets used by Edge Functions and other services. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Secrets properties: - type: OpenAPI url: openapi/supabase-secrets-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-sso-api name: Supabase SSO API description: SAML-based single sign-on endpoints. humanURL: https://supabase.com/docs/reference/api/introduction tags: - SSO properties: - type: OpenAPI url: openapi/supabase-sso-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-tables-api name: Supabase Tables API description: >- CRUD operations on database tables. Paths are auto-generated based on your database schema. humanURL: https://supabase.com/docs/reference/api/introduction tags: - Tables properties: - type: OpenAPI url: openapi/supabase-tables-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions - aid: supabase:supabase-user-management-api name: Supabase User Management API description: Endpoints for managing the currently authenticated user profile. humanURL: https://supabase.com/docs/reference/api/introduction tags: - User Management properties: - type: OpenAPI url: openapi/supabase-user-management-api-openapi.yml - type: Documentation url: https://supabase.com/docs/reference/api/introduction - type: GraphQL url: graphql/supabase-graphql.md - type: Documentation url: https://supabase.com/docs/guides/auth - type: Documentation url: https://supabase.com/docs/guides/storage - type: Documentation url: https://supabase.com/docs/guides/api - type: Documentation url: https://supabase.com/docs/guides/functions common: - type: AgenticAccess url: agentic-access/supabase-agentic-access.yml - type: TrustCenter url: security/supabase-trust-center.yml - type: VulnerabilityDisclosure url: security/supabase-vulnerability-disclosure.yml - type: DomainSecurity url: security/supabase-domain-security.yml - type: Authentication url: authentication/supabase-authentication.yml - type: LinkedIn url: https://www.linkedin.com/company/supabase - type: Website url: https://supabase.com - type: Documentation url: https://supabase.com/docs - type: GitHubOrganization url: https://github.com/supabase - type: StatusPage url: https://status.supabase.com - type: Pricing url: https://supabase.com/pricing - type: Blog url: https://supabase.com/blog - type: Community url: https://github.com/supabase/supabase/discussions - type: X url: https://twitter.com/supabase - type: Features data: - Hosted Postgres (1 GB Free, 8 GB Pro included) - PostgREST auto-generated REST API over your schema - Realtime API for Postgres replication and presence - Auth (email/password, OAuth, magic links, SAML SSO) - Storage (S3-compatible object store with policies) - Edge Functions (Deno-based, 500k free invocations) - Vector embeddings via pgvector - 'Free tier: 2 projects, auto-pause after 7 days' - Pro at $25/mo + usage (8GB DB, 100GB storage, 100k MAU) - Team at $599/mo with SOC 2, SSO, 14-day backups - Enterprise with HIPAA, BAA, dedicated infra - Storage overage $0.021/GB; egress $0.09/GB; MAU $0.00325 each - Extra micro compute add-on at $10/month - 'Auth signup rate limits: 30/hr Free, 150/hr Pro' - 'Realtime: 200 concurrent (Free), 500 (Pro)' - Read replicas, branching, and Vault add-ons sources: - https://supabase.com/pricing updated: '2026-05-04' - type: Integrations url: https://supabase.com/partners - name: MCP Server url: https://supabase.com/blog/remote-mcp-server type: MCPServer - name: Agent Skills url: https://github.com/supabase/agent-skills type: AgentSkills integrations: - name: Supabase - name: Arengu - name: Auth0 - name: Appsmith - name: CALDA - name: Morrow - name: Voypost - name: Vercel - name: Prisma - name: Cloudflare-workers - name: Codesandbox - name: Register app via API maintainers: - FN: Kin Lane email: kin@apievangelist.com