{
  "$schema": "https://schema.org/Action",
  "version": "1.0",
  "lastUpdated": "2026-05-22",
  "provider": {
    "@type": "Organization",
    "name": "Restrepo Innovations",
    "url": "https://restrepoinnovations.com",
    "telephone": "+1-201-405-2022",
    "email": "office@restrepoinnovations.com",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "599 Franklin Ave",
      "addressLocality": "Franklin Lakes",
      "addressRegion": "NJ",
      "postalCode": "07417",
      "addressCountry": "US"
    }
  },
  "actions": [
    {
      "id": "request-consultation",
      "name": "Request a project consultation",
      "description": "Submit a project inquiry for residential, commercial, hospitality, or government work in NJ, CT, or NY.",
      "@type": "ContactAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://restrepoinnovations.com/contact.html",
        "actionPlatform": ["http://schema.org/DesktopWebPlatform", "http://schema.org/MobileWebPlatform"]
      },
      "fields": [
        {"name": "name", "required": true, "type": "string"},
        {"name": "email", "required": true, "type": "email"},
        {"name": "phone", "required": false, "type": "tel"},
        {"name": "company", "required": false, "type": "string"},
        {"name": "division", "required": false, "type": "enum", "options": ["residential", "commercial", "hospitality", "government"]},
        {"name": "project_state", "required": false, "type": "enum", "options": ["NJ", "CT", "NY"]},
        {"name": "project_description", "required": true, "type": "text"}
      ],
      "responseTime": "We typically respond within one business day.",
      "agentEndpoint": {
        "url": "https://restrepoinnovations.com/api/agent-contact.php",
        "method": "POST",
        "contentType": "application/json",
        "requiredHeaders": ["X-Agent-Disclosure"],
        "openapi": "https://restrepoinnovations.com/.well-known/openapi.json"
      }
    },
    {
      "id": "book-walkthrough",
      "name": "Book a free system walkthrough",
      "description": "No-charge on-site assessment of a current or planned system.",
      "@type": "ReserveAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://restrepoinnovations.com/walkthrough.html"
      },
      "qualifies": "Luxury homes, hospitality venues, commercial offices, and government facilities in NJ, CT, and NY."
    },
    {
      "id": "schedule-call",
      "name": "Schedule a 15-minute call",
      "description": "Direct calendar booking via Calendly.",
      "@type": "ReserveAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://calendly.com/restrepoinnovations"
      }
    },
    {
      "id": "request-ceu",
      "name": "Request an AIA HSW CEU Lunch and Learn",
      "description": "Architecture firms can request a CEU session at their office, co-presented with manufacturer partners (Lutron, Crestron, Ketra, Marvin, Coastal Source, Screen Innovations, Trufig).",
      "@type": "RegisterAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://restrepoinnovations.com/ceu/"
      }
    },
    {
      "id": "download-pdf",
      "name": "Download a PDF resource",
      "description": "Access PDF buyers guides, standards documents, and lead magnets.",
      "@type": "DownloadAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://restrepoinnovations.com/resources/"
      },
      "library": "https://restrepoinnovations.com/resources/"
    },
    {
      "id": "browse-blog",
      "name": "Read the blog",
      "description": "Long-form content across all four divisions, plus Forever Homes and field-guide series.",
      "@type": "ReadAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://restrepoinnovations.com/blog/"
      },
      "index": "https://restrepoinnovations.com/llms-blog.txt"
    },
    {
      "id": "verify-credentials",
      "name": "Verify Restrepo credentials and past performance",
      "description": "Independent verification page for the four valid credentials and named past performance.",
      "@type": "ViewAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://restrepoinnovations.com/about.html"
      }
    }
  ],
  "agentPolicy": {
    "allowAutomatedSubmission": true,
    "rateLimit": "5 form submissions per agent per day",
    "requireDisclosure": "AI agents acting on behalf of a user must disclose they are an AI agent in the message body. Include the principal name when known.",
    "honorRobots": true,
    "honorAiTxt": true
  }
}
