# Deepfire Docs > Authenticated, read-only access to Deepfire's satellite wildfire data — OGC API - Features. ## Getting started - [Welcome](https://docs.deepfire.co/): Deepfire is a wildfire intelligence platform. We fuse satellites, AI, physics-based models and official incident data to provide a single layer of information. - [Quickstart](https://docs.deepfire.co/quickstart): Fetch satellite wildfire data from our low-latency API. ## API - [Hotspots](https://docs.deepfire.co/api/hotspots): Near-real-time satellite fire detections with full history since January 2025 — attributes, the active flag, and example queries. - [Clusters](https://docs.deepfire.co/api/clusters): Candidate fires: centroids of spatially linked hotspots, how they are formed and merged, and the one-way active lifecycle. - [Satellite perimeters](https://docs.deepfire.co/api/satellite-perimeters): Timestamped fire-perimeter polygons estimated from hotspot clusters. - [Data sources](https://docs.deepfire.co/api/data-sources): The satellites Deepfire ingests fire detections from. - [Fire spread](https://docs.deepfire.co/api/fire-spread): Fire spread simulations are available in the Deepfire web app. API access is coming soon. - [Values at risk](https://docs.deepfire.co/api/values-at-risk): Values at risk reports, showing the structures, infrastructure, and people in a fire's path, are available in the Deepfire web app today. API access is coming soon. ## AI - [Connect to AI](https://docs.deepfire.co/ai/connect-to-ai): Add Deepfire's MCP server to ChatGPT, Claude, Cursor, or any MCP client and ask about wildfires in plain language. ## Guides - [Authentication](https://docs.deepfire.co/guides/authentication): Create an API key, exchange it for a bearer token, and call the API. - [Filtering](https://docs.deepfire.co/guides/filtering): Filter features by attribute with CQL2, by area with bbox, and by time on observed_at — and discover each collection's queryable fields. - [Paging & bulk export](https://docs.deepfire.co/guides/paging-and-bulk-export): Page through results with next links or startIndex, and export in bulk by windowing on observed_at. - [Output formats](https://docs.deepfire.co/guides/output-formats): Choose GeoJSON, CSV, GML, KML, or HTML with the f= parameter, and know which JSON envelope you are getting. - [Performance & limits](https://docs.deepfire.co/guides/performance-and-limits): Service limits at a glance — query timeout, page size, concurrency, caching — and how to scope queries so they stay fast. ## Reference - [Deepfire OGC API — Features](https://docs.deepfire.co/reference) ### Clusters - [Collection metadata](https://docs.deepfire.co/reference/clusters/collection-deepfire-clusters) - [Get a cluster by ID](https://docs.deepfire.co/reference/clusters/item-deepfire-clusters) - [Get clusters](https://docs.deepfire.co/reference/clusters/items-deepfire-clusters) - [Queryables](https://docs.deepfire.co/reference/clusters/queryables-deepfire-clusters) ### Hotspots - [Collection metadata](https://docs.deepfire.co/reference/hotspots/collection-deepfire-hotspots) - [Get a hotspot by ID](https://docs.deepfire.co/reference/hotspots/item-deepfire-hotspots) - [Get hotspots](https://docs.deepfire.co/reference/hotspots/items-deepfire-hotspots) - [Queryables](https://docs.deepfire.co/reference/hotspots/queryables-deepfire-hotspots) ### Satellite perimeters - [Collection metadata](https://docs.deepfire.co/reference/satellite-perimeters/collection-deepfire-satellite-perimeters) - [Get a satellite perimeter by ID](https://docs.deepfire.co/reference/satellite-perimeters/item-deepfire-satellite-perimeters) - [Get satellite perimeters](https://docs.deepfire.co/reference/satellite-perimeters/items-deepfire-satellite-perimeters) - [Queryables](https://docs.deepfire.co/reference/satellite-perimeters/queryables-deepfire-satellite-perimeters) ## Agent resources - [llms-full.txt](https://docs.deepfire.co/llms-full.txt): The full Markdown of every page in one file. - [Page Markdown](https://docs.deepfire.co/index.md): Append `.md` to any page URL to fetch that page as raw Markdown. - [JSON API](https://docs.deepfire.co/api/docs/pages.json): Page index of the JSON docs API; each entry links the page's JSON and Markdown forms. Described by the OpenAPI document at https://docs.deepfire.co/openapi.json. - [API catalog](https://docs.deepfire.co/.well-known/api-catalog): RFC 9727 linkset of the APIs documented here. - [agent-readability.json](https://docs.deepfire.co/agent-readability.json): Manifest of every agent-facing artifact on this site. - [Sitemap](https://docs.deepfire.co/sitemap.xml): Every indexable page URL with its last-modified date.