{
  "agentsJson": "0.1.0",
  "info": {
    "title": "Jesus saves lawn care LLC Steven lecompte Agent Actions",
    "version": "1.0.0",
    "description": "Agent instructions for https://jesus-saves-lawn-care-llc-steven-lecompte.getsightline.com. Use the get_business_info flow to retrieve Jesus saves lawn care LLC Steven lecompte's current services, service areas, hours, location, and contact details. To get in touch or book, use the phone number or website returned by that flow. For a human-readable summary, see https://jesus-saves-lawn-care-llc-steven-lecompte.getsightline.com/llms.txt."
  },
  "sources": [
    {
      "id": "site",
      "path": "https://jesus-saves-lawn-care-llc-steven-lecompte.getsightline.com/.well-known/openapi.json",
      "description": "Read-only Jesus saves lawn care LLC Steven lecompte site endpoint exposing services, areas, hours, and contact info."
    }
  ],
  "overrides": [],
  "flows": [
    {
      "id": "get_business_info_flow",
      "title": "Get Jesus saves lawn care LLC Steven lecompte information",
      "description": "Retrieve the business's services, service areas, hours, location, and contact details.",
      "actions": [
        {
          "id": "get_business_info",
          "sourceId": "site",
          "operationId": "getBusinessInfo"
        }
      ],
      "links": [],
      "fields": {
        "parameters": {},
        "requestBody": {},
        "responses": {
          "business": "getBusinessInfo.responses.200.business",
          "services": "getBusinessInfo.responses.200.services",
          "serviceAreas": "getBusinessInfo.responses.200.serviceAreas",
          "hours": "getBusinessInfo.responses.200.hours",
          "contact": "getBusinessInfo.responses.200.contact"
        }
      }
    }
  ]
}