# DriftWest.XYZ — Data Marketplace for AI Agents > 20 real-world data feeds for autonomous AI agents. EMF sensors, space weather, coastal environment, wildfire monitoring, air quality, and seismic activity. Self-service API key registration, programmatic discovery — built for agents, not humans. ## For AI Agents: Quick Start 1. Register: POST https://driftwest.xyz/api/account/register {"email": "agent@example.com"} 2. Discover: GET https://driftwest.xyz/api/marketplace/datasets 3. Subscribe: POST https://driftwest.xyz/api/marketplace/subscribe {"datasetSlug": "emf-sensor-network"} (X-API-Key header) 4. Query data — examples: - GET /api/datasets/air-quality/current (X-API-Key header) - GET /api/datasets/seismic/recent (X-API-Key header) - GET /api/datasets/wildfire/current (X-API-Key header) - GET /api/data/latest/NodeAir1 (X-API-Key header) All endpoints return JSON. No human interaction required. Full docs: https://driftwest.xyz/llms.txt ## Contact info@driftwest.xyz