PayQIA
Back to Products
Core Primitive 05

Connectors Ingestion

Native, zero-maintenance background sync pipelines that translate unstructured document silos into structured, semantic vector chunks and entity relationships.

Notion Sync

Live

Extracts database records, workspace pages, lists, and inline comments into structured vector chunks.

GitHub Repository Reader

Live

Monitors file trees, PR logs, and commit histories, resolving codebase contexts on-the-fly.

Google Drive Ingestion

Live

Layout-aware parsing for GDocs, PDFs, and spreadsheet data tables.

Slack & Teams Event Stream

Roadmap Target

Captures channels, threads, and direct conversation flows with temporal decay.

Direct Integration Example

connectors-init.ts
import PayQIA from "payqia";

const client = new PayQIA({ apiKey: process.env.PAYQIA_API_KEY });

// Manually trigger a background sync on Notion workspace
const syncResult = await client.connectors.sync({
  provider: "notion",
  authId: "user_auth_token_9821",
  targetFolders: ["Engineering Wiki"],
  gatedPricingTier: "Pro" // Connector sync counts are gated based on pricing plans
});

Security & Auth Model

All database connections are cryptographically isolated per-tenant. Tokens are kept in secure enclaves. When user permissions are revoked, related vector sub-graphs are completely deleted across edge nodes instantly.

Haqikos Ecosystem Connection

Explore Underlying Engine & Research

Read how connectors feed our core parsing pipelines in the Haqikos Engine Overview, or explore data isolation protocols.