Open Source • MIT License • Free Forever

Track AI Traffic Attribution
In One Line of Code

Lightweight SDKs for Web, iOS, and Android. Detect when users come from ChatGPT, Gemini, Claude, or Perplexity. GDPR compliant. Privacy-first. 12KB gzipped.

10K+
Integrations
3
Languages
99.9%
Uptime
MIT
Open Source

Everything You Need to Track AI Traffic

Production-ready SDKs with enterprise features included

One-Line Integration

Get started in under 60 seconds with a single line of code

Privacy-First

GDPR & CCPA compliant with local-first data storage

AI Traffic Attribution

Track which AI models are recommending your brand

Lightweight

Minimal bundle size - Web SDK is only 12KB gzipped

Choose Your Platform

Same API, consistent experience across all platforms

Web SDK

JavaScript / TypeScript12KB gzipped

GitHub

Installation

npm install @sig-ai-aeo/sdk

Quick Start

import { AIVisibility } from '@sig-ai-aeo/sdk';

// Initialize with your API key
AIVisibility.init({
  apiKey: 'your-api-key-here',
  autoTrack: true  // Automatically track page views
});

// Track custom events
AIVisibility.track('button_clicked', {
  button_id: 'signup',
  location: 'header'
});

// Get AI attribution
const attribution = AIVisibility.getAttribution();
if (attribution.source) {
  console.log(`Visitor from ${attribution.source}`);
}

Features

AI traffic attribution (94%+ accuracy)
Page view & event tracking
Content optimization API
React & Vue hooks included
TypeScript definitions
GDPR/CCPA compliant

AI Agent Integrations

Connect your AI agents to brand intelligence — 5,600+ companies, knowledge graph, competitive analysis

MCP Server

Claude, Cursor, Windsurf

8 tools for brand search, comparison, graph traversal, alternatives, landscape analysis, and watchlist digests. Works with any MCP-compatible agent.

Endpoint
https://geo.sig.ai/mcp
Tools
search_brandsget_brandcompare_brandsget_landscapefind_alternativesget_brand_graphfind_by_capabilityget_brand_digest

OpenClaw Plugin

Native agent plugin

Native OpenClaw plugin with 9 agent tools, bundled skills for brand briefs, comparisons, and watchlist digests. Published on npm and ClawHub.

Install
openclaw plugins install openclaw-brand-intelligence
Config
{
  "plugins": {
    "entries": {
      "sigai-brand-intelligence": {
        "enabled": true,
        "config": {
          "baseUrl": "https://geo.sig.ai"
        }
      }
    }
  }
}

Additional Agent Endpoints

Brand Brief
/api/public/brands/brand/{slug}/brief
Citation-ready summary
Knowledge Graph
/api/public/brands/brand/{slug}/graph
Entity edges + capabilities
Brand Digest
/api/public/brands/digest
Multi-brand watchlist summary
Markdown
/brands/{slug}.md
LLM-optimized profile

Get Started in 3 Steps

From zero to tracking AI traffic in under 5 minutes

1

Create Account & Get API Key

Sign up for a free account at geo.sig.ai and get your API key from Account Settings → API Keys. Free tier includes 10K API calls per month.

How to get your API key:

  1. Create a free account or log in to geo.sig.ai
  2. Navigate to Dashboard → Account Settings
  3. Click on the "API Keys" tab
  4. Click "Create New API Key" button
  5. Give your key a name and copy it securely

⚠️ Store your API key securely - it won't be shown again!

or
2

Install SDK

Install the SDK for your platform using npm, CocoaPods, or Gradle. TypeScript definitions included for Web SDK.

npm install @sig-ai-aeo/sdk
3

Initialize & Track

Add one line to initialize the SDK, and it automatically starts tracking AI traffic. No complex configuration needed.

Read Full Documentation

Ready to Track AI Traffic?

Get your free API key and start tracking in under 5 minutes. No credit card required.

View on GitHub

Free tier: 10K API calls/month • No credit card required • Cancel anytime