Cloud Native Integration
Google Workspace.
Turn your Drive into a structured Knowledge Graph. Ingest Docs, Slides, Sheets, and Gmail threads with zero friction.
Docs & Drive
Real-time sync of Google Docs. We parse comments, suggestions, and revision history to capture context.
Gmail Threads
Ingest critical email threads from support@ or sales@ aliases. Auto-tagging of decisions made in email.
OAuth2 Scopes
Granular permission scopes. We request read-only access and respect Google Drive folder permissions.
Built on
Google Drive API v3
Push Notifications via Webhooks (changes detected instantly)
Export MIME types: Google Docs -> Markdown conversion
Shared Drives support (Team Drives)
Service Account or OAuth2 User Impersonation
drive-watcher.ts
const
drive = google.drive({ version: 'v3', auth });
await
drive.files.watch({
fileId: 'folder_id',
requestBody: {
id: 'channel_uuid',
type: 'web_hook',
address: 'https://api.wuf.ai/hooks/google'
}
});
Unify your Google ecosystem.
Stop searching across 50 tabs. Bring all your Google Docs into one searchable, verifiable truth engine.