What problem does it solve?
Supabase exposes two REST surfaces (Management API and per-project REST) that developers often access through MCP servers or ad-hoc tooling. This Skill provides direct, credential-safe HTTP access to Supabase APIs, reducing context size and complexity when building AI-assisted workflows.
Core Features & Use Cases
- Two-surface API split: Management API for organization-level tasks and per-project REST endpoints for database, auth, storage, and real-time actions.
- Credential management via environment variables: SUPABASE_ACCESS_TOKEN for management tasks, SUPABASE_URL with SUPABASE_ANON_KEY or SUPABASE_SERVICE_ROLE_KEY for per-project REST, ensuring secrets are kept out of transcripts.
- Use cases include listing projects and API keys, creating or updating records in public schemas, and performing admin or project-scoped operations directly from the agent.
Quick Start
Provide your SUPABASE_URL and credentials and tell me the task (management or per-project REST) to begin.