# SpaceTime OS > Critical infrastructure security platform for submarine cable monitoring, maritime domain awareness, and dark vessel detection. Built on AINative Platform, powered by ZeroDB. ## Overview SpaceTime OS is the execution layer for critical infrastructure security. It correlates physical, cyber, space, and environmental threats across 118+ data sources in real time. The platform provides autonomous threat detection, incident management, drone dispatch, and AI agent orchestration for cable operators, maritime authorities, port security, stadium venues, and coast guards. ## APIs Base URL: https://oceanapi.ainative.studio/api/v1 Authentication: Bearer token (X-API-Key header) Documentation: https://oceanapi.ainative.studio/docs OpenAPI spec: https://oceanapi.ainative.studio/openapi.json ### Endpoints - GET /intelligence/cable-risk — Cable proximity risk scoring (nearest cables, distance, zone type, risk 0-1) - GET /intelligence/threat-score — 7-factor composite threat score (0-100) with matched signatures - GET /intelligence/correlation — Cross-domain correlation (physical + cyber + space + environmental) - GET /intelligence/geopolitical-risk — Geopolitical risk overlay (ACLED, OFAC, CERT, OONI) - GET /intelligence/space-weather — Space weather impact (solar wind, Kp index, GIC risk per cable) - GET /intelligence/internet-health — Internet health (BGP, RPKI, IODA, CT logs, Cloudflare Radar) - GET /intelligence/environmental-risk — Environmental risk (seismic, tsunami, weather, fire) - GET /intelligence/threat-feed — Threat intelligence feed (CISA KEV, abuse.ch, ransomware) - GET /vessels/profile — Vessel behavioral profile with anomaly scoring - POST /incidents — Create and manage security incidents - GET /agents — AI agent status (4 sentinel agents: Monitor, Analyst, Reporter, Escalator) - GET /live-status — Public system status (agents, connectors, uptime) - GET /events/stream — Server-Sent Events real-time event stream - GET /drones — Drone fleet status and dispatch ### MCP Server SpaceTime OS ships a 27-tool Model Context Protocol server for AI agent integration. Configuration: ```json { "mcpServers": { "spacetime-os": { "command": "python", "args": ["-m", "spacetime_os.mcp_server"], "env": { "SPACETIME_API_KEY": "your-key" } } } } ``` Key tools: query_threats, get_incidents, search_vessels, get_cable_risk, get_threat_score, dispatch_drone, query_lakehouse, get_connectors, provision_free_account ## Pricing - Free: 10 calls/min, 1,000/day — $0/mo - Starter: 60 calls/min, 10,000/day — $49/mo - Professional: 300 calls/min, 100,000/day — $299/mo (most popular) - Enterprise: 1,000 calls/min, unlimited — custom pricing ## Data Sources 118+ connectors including: AIS (MarineTraffic, AISStream), satellite (Copernicus SAR, FIRMS), BGP (BGPStream, RIPE NCC), space weather (NOAA SWPC), seismic (IRIS FDSN, USGS), cyber threat intel (CISA KEV, abuse.ch, Shodan, Censys), OSINT (GDELT, ACLED), and more. ## Links - Developer Portal: https://spacetime-frontend-production.up.railway.app/developers - Live Dashboard: https://spacetime-frontend-production.up.railway.app/live - API Docs: https://oceanapi.ainative.studio/docs - Register: https://spacetime-frontend-production.up.railway.app/register