Sources
Inbound APIs
Alerts
View allSource 'CertSight' inactive for 7 days
03/12 08:28
Unapproved API: Discovered: api.x.ai
03/12 08:28
Credential 'Discovered credential' is 7 days old
03/12 08:28
New API discovered: api.x.ai
03/05 07:04
Servers and applications reporting API telemetry
CertSight
SDK Sensor
1 API calls
Last seen 2026-03-05 07:04
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=https://apiatlas.acmessldemo.com
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=https://apiatlas.acmessldemo.com
export API_ATLAS_KEY=
python3 -c "import requests; requests.get('https://httpbin.org/get')"
Check the Usage page — you should see the call appear.