AI Explorer Media Supabase Connector

Connect a Supabase-backed website to AI Explorer Media with a signed Edge Function — no database credentials ever leave your project.

The Supabase Connector is a single Edge Function called aemc-content that you deploy into your own Supabase project. AI Explorer Media talks to that function the same way it talks to the WordPress plugin: signed requests, the same lifecycle, the same error codes.

Your credentials stay yours

AI Explorer Media never connects to your Postgres database and never stores your service-role key. The only shared value is an HMAC secret used to sign requests, and it is held in an encrypted vault.

Release

PropertyValue
Connector version1.9.0
Compatible AI Explorer versionAI Explorer Media OS 1.9 and later
Release date2026-08-21
Installation methodSupabase CLI deploy (Edge Function)
AuthenticationHMAC-SHA256 signed requests

The full setup, end to end

  1. 1Prepare your Supabase project.
  2. 2Get the AI Explorer Media Connector (download or deploy from the repository).
  3. 3Deploy the aemc-content Edge Function.
  4. 4Configure AEMC_CONNECTION_ID.
  5. 5Configure AEMC_SHARED_SECRET.
  6. 6Optionally switch on live change notifications.
  7. 7Copy your Supabase project URL.
  8. 8In AI Explorer Media, open Website → Connections → Add connection.
  9. 9Enter the project URL, connection ID, shared secret and function path /aemc-content.
  10. 10Click Connect and test.
  11. 11Review discovery — site name, content types and capabilities.
  12. 12Review the schema mapping the connector detected in your tables.
  13. 13Review the capability matrix (content, media, taxonomy, revisions, SEO, GEO, events).
  14. 14Run the initial sync to mirror your existing documents.
  15. 15Verify the connection health card shows a healthy, verified state.
  16. 16Start managing content from the AI Explorer Media workspace.
Start with: deploy the connector