Integrations

Connect external data sources to CiteFoundry. Today, Google Search Console and Google Ads.

CiteFoundry’s integrations let you import real-world search demand into your prompt list. Instead of guessing what your customers ask AI, ingest the queries they’re already typing into Google.

Available today

IntegrationWhat it unlocksSetup
Google Search ConsolePull real organic search queries with impressions/clicks, filtered by country and date range.OAuth, ~5 min
Google AdsPull keyword data from your campaigns, including MCC accounts.OAuth, ~5 min

Both integrations feed into the Prompts → Ingest flow. They never auto-publish prompts — every imported query is reviewed before it becomes a live prompt.

How it works

Each integration uses Google OAuth. You authorize CiteFoundry once per integration; we store an encrypted refresh token and use it to fetch data on demand. Tokens are encrypted at rest and decrypted just in time for the API call.

Disconnecting an integration revokes the token and stops all future pulls. You can reconnect at any time.

What’s coming

We’re working on:

  • Microsoft Clarity — query and session intent data.
  • Manual webhook ingestion — POST your own keyword list from any source.
  • Shopify and WooCommerce — pull product catalogs for brand-book auto-population.

If you want to vote on what’s next or pitch a new connector, drop a note via the in-app feedback widget.

API

  • POST /v1/integrations/{kind}/authorize — start OAuth.
  • GET /v1/integrations/{kind}/callback — OAuth redirect target (don’t call manually).
  • DELETE /v1/integrations/{kind} — disconnect.

{kind} is google-search-console or google-ads today.