volcengine-db-supabase

Automate provisioning and management of Volcengine AIDAP Supabase and PostgreSQL workspaces.

16|1|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/volcengine/volcengine-skills --skill volcengine-db-supabase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: volcengine-db-supabase
Source: https://github.com/volcengine/volcengine-skills/tree/main/skills/volcengine-db-supabase
Command: npx skills add https://github.com/volcengine/volcengine-skills --skill volcengine-db-supabase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manage Volcengine AI Native BaaS for Supabase (AIDAP) database workspaces as a deployment database provider. This skill enables operators to bootstrap, configure, monitor, and connect to AIDAP workspaces across Supabase and PostgreSQL, including handling enterprise verification, API keys, endpoints, and data-plane interactions, while aligning with security and deployment best practices.

Core Features & Use Cases

  • Bootstrap and manage Volcengine AIDAP workspaces for Supabase and PostgreSQL, including enterprise verification and service activation.
  • Coordinate workspace readiness by interrogating DescribeWorkspaceDetail, DescribeDefaultBranch, and DescribeComputes to determine endpoints, keys, and compute IDs for reliable deployment.
  • Provide data-plane compatibility through optional scripts (supabase_dataplane.py) for legacy actions and advanced migrations, SQL execution, and edge functions.

Quick Start

Install the volcengine-db-supabase skill and begin by bootstrapping an AIDAP Supabase workspace with ve aidap, then fetch the endpoint, API key, and DATABASE_URL for your app.

Frequently Asked Questions about volcengine-db-supabase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate provisioning and management of Volcengine AIDAP Supabase workspaces?

Automate provisioning of Volcengine AIDAP Supabase workspaces by using the ve aidap control-plane commands to bootstrap, configure, and manage compute and branch resources, retrieving endpoints and API keys for deployment.

How do I bootstrap a Supabase database workspace on Volcengine AIDAP?

Bootstrap a Supabase database workspace on Volcengine AIDAP by running bundled scripts to handle non-public bootstrap APIs, completing enterprise verification, and activating the service to initialize your deployment environment.

How do I retrieve endpoints and API keys for a PostgreSQL workspace in Volcengine AIDAP?

Retrieve endpoints and API keys for a PostgreSQL workspace in Volcengine AIDAP by interrogating DescribeWorkspaceDetail, DescribeDefaultBranch, and DescribeComputes to determine workspace readiness, connection details, and compute IDs.

Can I execute SQL and manage migrations on an AIDAP Supabase database?

Execute SQL and manage migrations on an AIDAP Supabase database using the optional supabase_dataplane.py script, which provides data-plane compatibility for legacy actions and advanced database interactions.

How are sensitive connection details and secrets handled during AIDAP workspace management?

Sensitive connection details and secrets during AIDAP workspace management are stored locally with restricted permissions, while final outputs hide secrets to align with security best practices.

What is Volcengine AIDAP for Supabase and PostgreSQL used for?

Volcengine AIDAP for Supabase and PostgreSQL is an AI Native BaaS used to deploy and manage database workspaces, handling enterprise verification, endpoint retrieval, and data-plane interactions for automated deployment scenarios.