capabilities.pull and capabilities.push on every entry.
First-class connectors
Six connectors with tuned, purpose-built pipelines. The sync scheduler ticks every 5 minutes; per-connector cadence within that tick:
“Incremental” is literal: after the initial import, each run pulls only changes since the last sync, and re-syncs dedupe server-side.
The catalog: 200+ sources
Beyond the first-class six,GET /api/v1/connectors/catalog lists every source type an end user can connect through the hosted consent flow — fetched live from the connector plane, so new sources appear with zero Conare changes. Every row includes connection flow plus pull/write-back capability metadata; use capabilities.push instead of maintaining a destination allowlist. Catalog sources sync every 5-minute tick, guarded by a 30-minute in-flight limit per running sync; effective freshness is max(5 min, sync duration).
Catalog source snapshot (2026-07-29 — the API is the source of truth)
Catalog source snapshot (2026-07-29 — the API is the source of truth)
Affinity, Airtable, Amazon Keyspaces, Amazon Selling Partner, Amplemarket, Amplitude, Anrok, Apollo.io, App Store Connect, Apple Ads, Asana, Ascend, Ashby, Attio, Autumn, Autura, AWS Athena, AWS OpenSearch, Azure Blob Storage, Azure Cosmos DB, Azure SQL, Azure Synapse, Barbour ABI, Baseten, CallRail, Campfire, Chargebee, Chili Piper, Chorus, Circle, Clari Copilot, Clazar, Clerk, ClickHouse, Cloudflare Logs, Cloudflare R2, CloudTalk, Construct Connect, ConstructionWire, CSV URL, Customer.io Warehouse Exports, Databricks, Dayforce, DealCloud, Delighted, Dialpad, Docker Hub, Dropbox, Dub, DynamoDB, Facebook Ads, Factors.ai, Fathom, Fireflies.ai, Freshdesk, Freshservice, Front, Fullstory, G2, Gainsight CS, Gatsby, GitHub, Gladly, Gmail, Gong, Google Ads, Google Analytics, Google BigQuery, Google Cloud MySQL, Google Cloud PostgreSQL, Google Cloud Storage, Google Search Console, Google Sheets, Google Slides, Google Workspace, Gorgias, Greenhouse, Harmonic, Heron Data, HeyReach, HighLevel, Highspot, HTTP API, HubSpot, Hyperline, Instantly, Intercom, Ironclad, Iterable, Jira, Juro, Klaviyo, Knock, Kustomer, Lago, LearnWorlds, Linear, LinkedIn Ads, LinkedIn Company Pages, Loop, Luma, m3ter, MailerCheck, Marketo, Microsoft Ads, Microsoft SharePoint Excel, Microsoft SQL Server, Mixpanel, monday.com, MongoDB, MotherDuck, MySQL, n8n, NetSuite, NetSuite OpenAir, NetSuite SuiteAnalytics, Northbeam, Notion, OpenAI Ads, Outreach, Pardot, PartnerPage, Paycor, Pipedrive, Plain, PlanetScale Vitess, PlusVibe, Podscribe, Polytomic Metadata, PostgreSQL, PostHog, PredictLeads, Productboard, Profound, Pylon, QtaniumConnect, Qualtrics, QuickBooks, Ramp, Recharge, Reddit Ads, Redshift, Redshift Serverless, Reo.dev, Reply, Rewardful, Rillet, Rippling, Rocketlane, S3, Sage Intacct, Salesbricks, Salesforce, Salesloft, ScyllaDB, Seal Subscriptions, Seismic, SFTP, ShipBob, Shippo, Shopify, Short.io, Showpad, Slack, Smartlead.ai, Smartsheet, Snowflake, Sprig, Standard Metrics, Statsig, Stord, Strackr, Stripe, SurveyMonkey, Survicate, Tabs, TestRail, Thrive, Tigris, TikTok Ads, Tixr, Towbook, Typeform, Unbounce, Upfluence, UpPromote, UserVoice, Vanilla Forums, Walmart Marketplace, Ware2Go, Wavelength, WorkOS, Xero, Yotpo, YouTube Analytics, Zendesk Chat, Zendesk Support, Zoho CRM, Zoho Desk, ZoomInfo
Connecting users via the API
Scoping
Passobjects at connect time and collections at sync time to control exactly what flows in. Scope persists on the connection and can be read back via GET /api/v1/connectors/{type}/collections; an unknown ID returns a 400 listing the valid IDs.
Data policy
Gmail, Slack, Affinity, Salesforce, HubSpot, and Attio are governed by a connector data policy: a 24-month backfill cap on activity (evergreen CRM entities are always included), credential/secret and bank/tax/government-ID fields excluded at the source, CRM attachment and audit-history collections never synced, Gmail SPAM/TRASH/DRAFT/CATEGORY_PROMOTIONS/CATEGORY_SOCIAL labels filtered out, and Slack scoped to the end user’s selected channels. See Connector data policy for the full guarantees per connector.Disconnecting
DELETE /api/v1/connectors/{type} revokes access and deletes that source’s indexed memories for the user.
Full request/response shapes: Connectors API reference.