# agents.txt - seattle.digital
# Version: 2.0
# Updated: 2026-07-03

## Discovery

---yaml
discovery:
  robots_txt: "https://seattle.digital/robots.txt"
  sitemap_xml: "https://seattle.digital/sitemap.xml"
  llms_txt: "https://seattle.digital/llms.txt"
  agents_json: "https://seattle.digital/agents.json"
  index_json: "https://seattle.digital/index.json"
---

## Identity

---yaml
identity:
  name: "seattle.digital"
  owner: "Luke"
  website: "https://seattle.digital/"
  description: "Independent Seattle public-information shortcut page with live maps, cameras, incident feeds, transit, mobility, utility, construction, earthquake, beach, and property-reference links."
  location:
    city: "Seattle"
    region: "WA"
    country: "US"
---

## Terms of Use

---yaml
terms:
  allowed_usage:
    - "Index public pages"
    - "Summarize public pages with attribution to seattle.digital"
    - "Use public pages for retrieval-augmented answers that link back to canonical URLs"
  data_usage:
    training: false
    rag: true
    answer_engine: true
    derivative: true
  conditions:
    - "Prefer canonical URLs on seattle.digital."
    - "Do not present seattle.digital as an emergency service or official government source."
    - "For emergencies, direct users to call 911."
---

## Services

---yaml
services:
  - id: "live"
    name: "Seattle live cameras"
    category: "Public safety"
    url: "https://seattle.digital/live/"
    description: "Interactive live camera map and multi-camera viewer for Seattle and the surrounding area."
  - id: "feed"
    name: "Seattle live feed"
    category: "Public safety"
    url: "https://seattle.digital/feed"
    description: "Live Seattle fire, police, traffic, bridge, rail, road-alert, and neighborhood-filtered event feed."
  - id: "fire-map"
    name: "Seattle fire dispatch map"
    category: "Public safety"
    url: "https://seattle.digital/fire-map"
    description: "Live map of Seattle Fire dispatch incidents refreshed through seattle.digital."
  - id: "police-map"
    name: "Seattle Police calls for service map"
    category: "Public safety"
    url: "https://seattle.digital/police-map"
    description: "Map of Seattle Police calls for service refreshed through seattle.digital."
  - id: "earthquakes"
    name: "Pacific Northwest earthquakes"
    category: "Public safety"
    url: "https://seattle.digital/earthquakes"
    description: "Live map of recent Pacific Northwest earthquakes from PNSN and USGS data."
  - id: "waveforms"
    name: "Seattle seismic waveforms"
    category: "Public safety"
    url: "https://seattle.digital/waveforms"
    description: "Rolling near-real-time seismic waveform plots from active Seattle-area stations."
  - id: "findfix"
    name: "Find It Fix It map"
    category: "Public safety"
    url: "https://seattle.digital/findfix"
    description: "Recent Seattle Find It Fix It service requests and mapped app ticket details where available."
  - id: "construction"
    name: "Seattle construction activity"
    category: "Public safety"
    url: "https://seattle.digital/construction"
    description: "Seattle construction, permit, street-closure, demolition, and tree-work activity from city open-data and public-notice feeds."
  - id: "traffic"
    name: "Seattle traffic map"
    category: "Transportation"
    url: "https://seattle.digital/traffic"
    description: "Live Seattle traffic map with SDOT incidents, dynamic message signs, bridge status, rail crossings, and WSDOT road alerts."
  - id: "transit"
    name: "Seattle regional transit"
    category: "Transportation"
    url: "https://seattle.digital/transit"
    description: "Live map of Puget Sound transit vehicles, including Metro buses, Sound Transit light rail, streetcars, ferries, and regional feeds."
  - id: "airport-status"
    name: "SEA Airport status"
    category: "Transportation"
    url: "https://seattle.digital/airport-status"
    description: "SEA checkpoint wait times, Spot Saver, and live airport cameras."
  - id: "ships-planes"
    name: "Seattle ships and planes"
    category: "Transportation"
    url: "https://seattle.digital/ships-planes"
    description: "Integrated live map of nearby AIS vessel traffic and ADS-B aircraft traffic around Seattle."
  - id: "work-zones"
    name: "WSDOT work zones"
    category: "Transportation"
    url: "https://seattle.digital/work-zones"
    description: "Live map of Washington State DOT WZDx work zones from the statewide Work Zone Data Exchange feed."
  - id: "scoot"
    name: "Seattle shared bikes and scooters"
    category: "Transportation"
    url: "https://seattle.digital/scoot"
    description: "Available shared bikes and scooters around Seattle and King County from public GBFS feeds."
  - id: "scoot-unavailable"
    name: "Reserved and unavailable shared bikes and scooters"
    category: "Transportation"
    url: "https://seattle.digital/scoot-unavailable"
    description: "Reserved, not-free, disabled, and unavailable shared bikes and scooters around Seattle and King County from public GBFS feeds."
  - id: "beaches"
    name: "King County beach temperatures"
    category: "Environment"
    url: "https://seattle.digital/beaches"
    description: "Map of current King County swimming beach status and water temperatures with nearby NOAA, NANOOS, USGS, and USACE stations."
  - id: "power-map"
    name: "Seattle City Light outage map"
    category: "Utilities"
    url: "https://seattle.digital/power-map"
    description: "Current electricity outage information and safety guidance from Seattle City Light."
  - id: "property-records"
    name: "Seattle property records"
    category: "Reference"
    url: "https://seattle.digital/property-records"
    description: "Quick links for King County assessor parcel data, Seattle permit records, and King County recorded documents."
  - id: "seattle-neighborhood-map"
    name: "Seattle neighborhood map"
    category: "Reference"
    url: "https://seattle.digital/seattle-neighborhood-map"
    description: "Rendered City of Seattle Neighborhood Map Atlas with neighborhood names and aliases."
  - id: "seattle-zip-code-map"
    name: "Seattle ZIP Code map"
    category: "Reference"
    url: "https://seattle.digital/seattle-zip-code-map"
    description: "Rendered King County ZIP Code boundaries for records whose preferred city is Seattle."
---
