Sources
Alerts
View allUnapproved API: Discovered: ip-api.com
03/03 09:32
Unapproved API: Discovered: crt.sh
03/03 09:32
Unapproved API: Discovered: dns.google
03/03 09:32
Unapproved API: Discovered: cloudflare-dns.com
03/03 09:32
New API discovered: ip-api.com
03/02 12:50
Servers and applications reporting API telemetry
TrustSight
SDK Sensor
7 API calls
Last seen 2026-03-02 12:50
My source
SDK Sensor
0 API calls
Waiting for first connection...
Add Source
Setup Instructions:
Step 1: Install the sensor
In your application's virtualenv:
pip install /var/playground/api-atlas/sensor/
Step 2: Configure environment variables
Add to your app's .env file:
API_ATLAS_URL=http://localhost:8001
API_ATLAS_KEY=
Step 3: Restart your service
sudo systemctl daemon-reload && sudo systemctl restart your-service
That's it!
The sensor auto-activates when Python starts. No code changes needed. It patches requests, httpx, and aiohttp.
💡 Quick Test (optional)
Test the sensor in a new terminal:
pip install /var/playground/api-atlas/sensor/
export API_ATLAS_URL=http://localhost:8001
export API_ATLAS_KEY=
python3 -c "import requests; requests.get('https://httpbin.org/get')"
Check the Usage page — you should see the call appear.