VOOZH about

URL: https://apify.com/alizarin_refrigerator-owner/supabase-api-database-storage-auth-project-management

โ‡ฑ Supabase API Database, Storage, Auth & Project Management ยท Apify


๐Ÿ‘ Supabase API Database, Storage, Auth & Project Management avatar

Supabase API Database, Storage, Auth & Project Management

Pricing

from $0.01 / 1,000 results

Go to Apify Store

Supabase API Database, Storage, Auth & Project Management

Access Supabase programmatically through this comprehensive API actor. Query and manage PostgreSQL databases, handle file storage, manage authentication users, and control projects - all through a single interface.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

2

Monthly active users

2 months ago

Last modified

Share

Supabase API - Database, Storage, Auth & Project Management

Access Supabase programmatically. Query and manage databases, upload/download files from storage, manage authentication users, and control projects. Perfect for database automation, data migration, backup workflows, and Supabase-powered app integrations.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Password for create_user operation

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode":true,
"fileUrl":"https://example.com",
"supabaseUrl":"https://example.com"
}

Run with real data

{
"demoMode":false,
"task":"list_projects",
"fileUrl":"https://example.com",
"userPassword":"YOUR_API_KEY_HERE",
"limit":100,
"offset":0,
"supabaseUrl":"https://example.com",
"supabaseKey":"YOUR_API_KEY_HERE",
"managementToken":"YOUR_API_KEY_HERE"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"list_projects"Yes*The operation to perform on Supabase
projectRefstring-NoSupabase project reference ID (from your project URL: https://<project_ref>.supabase.co)
tableNamestring-NoDatabase table name for query/insert/update/delete operations
querystring-NoPostgREST query filters (e.g., 'id=eq.5', 'name=ilike.john', 'created_at=gte.2024-01-01')
selectColumnsstring-NoColumns to return (comma-separated, e.g., 'id,name,email'). Leave empty for all columns.
orderBystring-NoColumn to sort by (e.g., 'created_at.desc', 'name.asc')
datastring-NoJSON data for insert/update operations. For insert: [{...}] or {...}. For update: {...}
sqlQuerystring-NoRaw SQL query to execute (for run_sql task). Use with caution!
bucketNamestring-NoStorage bucket name for file operations
filePathstring-NoFile path within the bucket (e.g., 'folder/image.png')
fileUrlstring-NoPublic URL of file to upload (for upload_file task)
userIdstring-NoUser UUID for get_user or delete_user operations
userEmailstring-NoEmail address for create_user operation
userPasswordstring-Yes*Password for create_user operation
limitinteger100NoMaximum number of results to return
offsetinteger0NoResults offset for pagination
supabaseUrlstring-NoYour Supabase project URL (https://<project_ref>.supabase.co)
supabaseKeystring-Yes*Supabase anon key (for public operations) or service_role key (for admin operations)
managementTokenstring-Yes*Personal Access Token for Management API (list_projects, get_project, get_project_settings)
webhookUrlstring-NoURL to receive results via webhook for automation platforms
demoModebooleantrueNoRun with sample data for testing (no API calls made)

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
API RequestEach Supabase API request completed$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal

You might also like

Vercel API Deployments, Projects, Domains & Env Vars

alizarin_refrigerator-owner/vercel-api-deployments-projects-domains-env-vars

Manage your Vercel infrastructure programmatically. Deploy applications, manage projects, configure custom domains, and handle environment variables - all through a single API interface.

Supabase Automation Toolkit

waxlike_polecat/supabase-automation-toolkit

Save hours with Supabase automation. Export, cleanup, backup with simple JSON tasks. Schedule daily reports, remove inactive users, free up storage automatically.

๐Ÿ‘ User avatar

Mohamed Ali DHIBA

2

Supabase MCP SelfHosted

coupaul/Supabase-MCP-SelfHosted

๐Ÿ”’ Self-Hosted Supabase MCP Server - Enhanced Security Production-ready MCP server for self-hosted Supabase with enterprise security. Features SQL injection prevention, rate limiting, Docker optimization & direct DB access. Tools: database ops, auth, storage, types. Perfect for production!

Cloudflare API - DNS, Zones, Cache & Security

alizarin_refrigerator-owner/cloudflare-api---dns-zones-cache-security

Manage your Cloudflare infrastructure programmatically. Configure DNS records, manage zones, purge cache, set up page rules, and control security settings through a single interface. Features Zone Management DNS Management Cache Control Page Rules Security & Analytics

PostgreSQL Database Extractor

parseforge/postgresql-database-extractor

Extract an entire PostgreSQL database into Apify storage using a connection string or individual parameters. Supports table filtering, flexible output formats, and automated export of all rows and metadata for seamless integration with other Actors or workflows.

3

5.0

Notion API - Database & Page Automation

alizarin_refrigerator-owner/notion-api---database-page-automation

Automate your Notion workspace with the official API. Query databases, create and update pages, manage blocks, search content, and sync data. Perfect for CMS automation, content pipelines, project management, and knowledge base workflows.

Postgres RAG Bridge for AI

justend/postgres-rag-bridge-for-ai

Instantly give AI Agents, MCP Servers, and LLMs safe, read-only access to PostgreSQL databases. optimized for Context Windows (JSON output) with auto-IPv4 resolving for Supabase & Neon.

Storage Unit Pricing Scraper

lumen_limitless/storage-unit-pricing-scraper

Automatically extract storage unit pricing data from storage facility websites. Simply provide facility URLs and get structured pricing data ready for analysis.

๐Ÿ‘ User avatar

Lumen Limitless

10

5.0