Databases

Supabase

economy

Supabase is an cost-effective databases provider offering OAuth Authentication, Social Login, Database Query and 4 more through Aweb's unified API. It features partial streaming support with premium-tier latency.

Try SupabaseOfficial docs

Specifications

CategoryDatabases
Auth Typeapi_key
Latency Tierpremium
Streamingpartial
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://{project}.supabase.co
SDK Package

Capabilities (7)

OAuth Authenticationauth.oauth
Score: 85
Social Loginauth.social
Score: 85
Database Querydatabase.query
Score: 90DEFAULT
Database Mutatedatabase.mutate
Score: 90DEFAULT
Remote Procedure Calldatabase.rpc
Score: 88DEFAULT
Object Uploadstorage.upload
Score: 85
Object Downloadstorage.download
Score: 85

Quick start

Use Supabase through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "supabase",
    "capability": "auth.oauth",
    "input": { "prompt": "Hello from Supabase!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'supabase',
  capability: 'auth.oauth',
  input: { prompt: 'Hello from Supabase!' },
});

console.log(result.output);

Related Databases providers

Neon

economy tier

Getting started →API reference →All capabilities →All providers →