Back to Tools

Supabase

Data

Supabase PostgreSQL database and auth. Query data, manage users, and handle realtime subscriptions.

Available Actions
queryinsertupdatedeleteauth
Input Schema
{
  "type": "object",
  "required": [
    "table"
  ],
  "properties": {
    "query": {
      "type": "object"
    },
    "table": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "data": {
      "type": "array"
    },
    "count": {
      "type": "number"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/supabase

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/supabase \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "query"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.