{
  "agentsJson": "0.1.0",
  "info": {
    "title": "SightLine Agent Actions",
    "version": "1.0.0",
    "description": "Agent instructions for getsightline.com. SightLine helps local service businesses get found, understood, and cited in AI search with a real hosted website, local presence, and AI-search visibility tracking. Use the get_sightline_info flow to retrieve current pricing tiers (Foundation $300, Growth $900, Pro $1,500, Command $2,400/mo), service pillars, per-plan features, and contact details. All plans are month-to-month with no lock-in, and include a free AI-visibility check and free demo site before purchase. To start, a business can request the free AI-visibility check by emailing hello@getsightline.com or visiting https://getsightline.com/#start. For a human-readable site summary, see https://getsightline.com/llms.txt."
  },
  "sources": [
    {
      "id": "sightline",
      "path": "https://getsightline.com/.well-known/openapi.json",
      "description": "Read-only SightLine site endpoint exposing pricing, services, plan features, and contact info."
    }
  ],
  "overrides": [],
  "flows": [
    {
      "id": "get_sightline_info_flow",
      "title": "Get SightLine information",
      "description": "Retrieve SightLine's current pricing tiers, service pillars, per-plan feature lists, and contact details.",
      "actions": [
        {
          "id": "get_sightline_info",
          "sourceId": "sightline",
          "operationId": "getSightlineInfo"
        }
      ],
      "links": [],
      "fields": {
        "parameters": {},
        "requestBody": {},
        "responses": {
          "business": "getSightlineInfo.responses.200.business",
          "pricing": "getSightlineInfo.responses.200.pricing",
          "services": "getSightlineInfo.responses.200.services",
          "plans": "getSightlineInfo.responses.200.plans",
          "contact": "getSightlineInfo.responses.200.contact"
        }
      }
    }
  ]
}
