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
| Property | Value |
|---|---|
| Connector version | 1.9.0 |
| Compatible AI Explorer version | AI Explorer Media OS 1.9 and later |
| Release date | 2026-08-21 |
| Installation method | Supabase CLI deploy (Edge Function) |
| Authentication | HMAC-SHA256 signed requests |
The full setup, end to end
- 1Prepare your Supabase project.
- 2Get the AI Explorer Media Connector (download or deploy from the repository).
- 3Deploy the aemc-content Edge Function.
- 4Configure AEMC_CONNECTION_ID.
- 5Configure AEMC_SHARED_SECRET.
- 6Optionally switch on live change notifications.
- 7Copy your Supabase project URL.
- 8In AI Explorer Media, open Website → Connections → Add connection.
- 9Enter the project URL, connection ID, shared secret and function path /aemc-content.
- 10Click Connect and test.
- 11Review discovery — site name, content types and capabilities.
- 12Review the schema mapping the connector detected in your tables.
- 13Review the capability matrix (content, media, taxonomy, revisions, SEO, GEO, events).
- 14Run the initial sync to mirror your existing documents.
- 15Verify the connection health card shows a healthy, verified state.
- 16Start managing content from the AI Explorer Media workspace.