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

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 aeo.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 aeo.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