Lightweight SDKs for Web, iOS, and Android. Detect when users come from ChatGPT, Gemini, Claude, or Perplexity. GDPR compliant. Privacy-first. 12KB gzipped.
Production-ready SDKs with enterprise features included
Get started in under 60 seconds with a single line of code
GDPR & CCPA compliant with local-first data storage
Track which AI models are recommending your brand
Minimal bundle size - Web SDK is only 12KB gzipped
Same API, consistent experience across all platforms
JavaScript / TypeScript • 12KB gzipped
npm install @sig-ai-aeo/sdkimport { 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}`);
}From zero to tracking AI traffic in under 5 minutes
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:
⚠️ Store your API key securely - it won't be shown again!
Install the SDK for your platform using npm, CocoaPods, or Gradle. TypeScript definitions included for Web SDK.
Add one line to initialize the SDK, and it automatically starts tracking AI traffic. No complex configuration needed.
Read Full DocumentationGet your free API key and start tracking in under 5 minutes. No credit card required.
Free tier: 10K API calls/month • No credit card required • Cancel anytime