Every site running AI Observatory contributes anonymous crawler data here. Real traffic, real bots, no login required.
Public intelligence
Live data from every site contributing to the network. No auth. No filter.
agents.md in the repo and POST to /hello appear here publicly.
Proposed open standard
No standard exists for AI agents to introduce themselves to the resources they access. We’re proposing one.
agents.md and crawler.json, a human and machine-readable invitation to POST identity to /hello. All identifications are public. If you represent an AI organization, open an issue to discuss formalizing this.
Start contributing
Install the tracker, host your own dashboard, and your anonymous crawler data joins this public feed automatically.
define('AIO_API_KEY', 'your-api-key'); define('AIO_ENDPOINT', 'https://your-server.com/beacon'); require_once 'ai-observatory.php'; // Bot activity logged to your server. // Anonymous signals contributed to ai-agent-intel.com automatically.
const { observatory } = require('./ai-observatory'); app.use(observatory({ apiKey: 'your-key', endpoint: 'https://your-server.com/beacon' }));
git clone https://github.com/darthm1ke/ai-observatory
cd ai-observatory && cp .env.example .env
docker compose up -d