{
  "schema_version": "0.1",
  "name": "IT F1RST",
  "description": "Business technology, automation, and IT infrastructure for Canadian SMBs — websites, CRM, servers, cloud, networks, cybersecurity, and managed IT support.",
  "url": "https://itf1rst.ca/",
  "actions": [
    {
      "name": "schedule_assessment",
      "description": "Open the homepage contact section to schedule a business technology assessment with IT F1RST.",
      "url": "https://itf1rst.ca/#contact",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "intent": {
            "type": "string",
            "description": "Optional note describing the business challenge or assessment focus."
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "browse_services",
      "description": "Browse the complete IT F1RST services catalog by capability family.",
      "url": "https://itf1rst.ca/services/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "browse_work",
      "description": "View proof-of-work snapshots across websites, automation, infrastructure, and delivery lanes.",
      "url": "https://itf1rst.ca/work/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "browse_blog",
      "description": "Browse practical technology guides and client proof articles for Canadian SMBs.",
      "url": "https://itf1rst.ca/blog/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "browse_website_proof",
      "description": "Open the websites and local SEO proof page with PageSpeed and structured discovery examples.",
      "url": "https://itf1rst.ca/work/websites-local-seo/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "browse_industries",
      "description": "Browse industry-specific technology guidance for Canadian SMB sectors.",
      "url": "https://itf1rst.ca/industries/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "browse_service_areas",
      "description": "View GTA cities and service-area pages IT F1RST serves.",
      "url": "https://itf1rst.ca/service-areas/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "schedule_meeting",
      "description": "Open the video meeting page to schedule a consultation with IT F1RST.",
      "url": "https://itf1rst.ca/meet/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "contact_phone",
      "description": "Call IT F1RST at +1 (647) 869-3709.",
      "url": "tel:+16478693709",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "contact_email",
      "description": "Email IT F1RST at info@itf1rst.ca.",
      "url": "mailto:info@itf1rst.ca",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "contact_whatsapp",
      "description": "Message IT F1RST on WhatsApp.",
      "url": "https://wa.me/16478693709",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "read_llms_txt",
      "description": "Load the curated reading list of canonical IT F1RST URLs for AI summarization and citation.",
      "url": "https://itf1rst.ca/llms.txt",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "read_agent_runbook",
      "description": "Load behavioral rules, canonical URLs, and human escalation paths for agents operating on this site.",
      "url": "https://itf1rst.ca/agent-instructions.md",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ]
}
