getintel / agent
Report AI bot visits (ChatGPT, Perplexity, Claude, Gemini) to GetIntel — Analytics → AI crawlers.
v0.1.0
2026-09-17 07:47 UTC
Requires
- php: >=7.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Shows which AI bots — ChatGPT, Perplexity, Claude, Gemini — read your pages, in GetIntel → Analytics → AI crawlers. Reports only requests from GetIntel's AI bot list, after the page is served, and never throws.
composer require getintel/agent
<?php require __DIR__ . '/vendor/autoload.php'; \GetIntel\Agent::track('gi_live_…'); // at the top of index.php
On WordPress, use the GetIntel plugin instead — it also adds the visitor tag.