save_site
Save a data-center site location to your DC Hub account with latitude, longitude, and optional details like market and target megawatts. Returns a site ID for future monitoring and alerts.
Instructions
Save a candidate data-center site to your DC Hub account to track it across sessions (FREE — just needs a key; call claim_free_key if you don't have one). Give lat + lon (plus optional name, state, market, target_mw, notes). Returns the saved site id. Pass market and DC Hub snapshots the site's DCPI baseline at save time, so every later list_saved_sites / get_changes shows how ITS score and verdict moved since you saved it. Builds a persistent shortlist an agent can revisit + monitor — after saving, pass the returned id to set_site_alert so DC Hub emails you when that site’s DCPI/capacity/nearby-facilities move (no re-checking). Try: save_site lat=39.04 lon=-77.48 name="Ashburn parcel" market=northern-virginia target_mw=100. Do NOT use to read back the shortlist (use list_saved_sites), download it (use export_dataset), or score a site (use score_facility); this WRITES one site to your account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Site latitude in decimal degrees (-90 to 90), e.g. 39.04 | |
| lon | No | Site longitude in decimal degrees (-180 to 180), e.g. -77.48 | |
| name | No | Optional label for the saved site, e.g. "Ashburn parcel" | |
| notes | No | Optional free-text notes to store with the saved site | |
| state | No | US state abbreviation for the site, e.g. VA | |
| market | No | Market slug (metro) the site belongs to, e.g. northern-virginia | |
| target_mw | No | Target power load for the planned build in megawatts (MW), e.g. 100 |