Sensor Operations
Sensor Settings
Use these operational defaults to run the MacBook MVP safely before packaging it as a Raspberry Pi appliance.
API Connection
Connect this static dashboard to the SecOpsAI Edge API without exposing an admin token in the hosted JavaScript bundle.
- API URL
- https://secopsai-edge-api.onrender.com
- Session
- Not connected
Safety Controls
- Private IPv4 CIDRs only by default.
- Maximum 4096 addresses per scan.
- Conservative Nmap timing and host timeouts.
- Raw scan output is not sent to AI providers.
Local Commands
docker compose -f infra/docker-compose.yml up -dPYTHONPATH=api:agent uvicorn secopsai_api.main:app --reload --host 127.0.0.1 --port 8000PYTHONPATH=agent python -m secopsai_agent.cli preview 192.168.1.0/24PYTHONPATH=agent python -m secopsai_agent.cli submit 192.168.1.0/24 --sensor-id <id> --sensor-token <token>Environment
- API URL
- https://secopsai-edge-api.onrender.com
- Dashboard Auth
- browser session token after Connect
- AI Provider
- mock or HTTP adapter via API environment
- Splunk
- disabled until SPLUNK_HEC_ENABLED=true