On form submission, an OpenAI research agent gathers cited sources via HTTP and publishes the structured article to Ghost.
Loads Google Drive documents into a Qdrant vector store and answers questions via webhook using OpenAI retrieval QA.
On a webhook, an OpenAI RAG agent over Qdrant answers questions, checks Google Calendar, and replies; indexes Google Drive docs.
On a webhook query, answers from WordPress content embedded into a Supabase vector store, using OpenAI and Postgres chat memory.