{
  "schema_version": "0.1",
  "name": "Orquitech",
  "description": "Technology services company in Bogotá, Colombia. IT support, infrastructure, cloud, cybersecurity, development and technology project services. Spanish default; English at /en/. No Netlify/server contact forms. Direct contact via phone, WhatsApp, email and office. ISO 27001 initial review uses an on-page form that continues on WhatsApp only — not a certification audit; Orquitech is not a certification body.",
  "url": "https://orqui.tech/",
  "actions": [
    {
      "name": "browse_home_es",
      "description": "Open the Spanish homepage (default language).",
      "url": "https://orqui.tech/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "intent": {
            "type": "string",
            "description": "Optional note describing why the homepage is requested."
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "browse_home_en",
      "description": "Open the English homepage.",
      "url": "https://orqui.tech/en/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "intent": {
            "type": "string",
            "description": "Optional note describing why the English homepage is requested."
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "browse_privacy_en",
      "description": "Open the English privacy / personal-data protection page.",
      "url": "https://orqui.tech/en/privacidad.html",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "contact_orquitech",
      "description": "Point a user to the Spanish direct-contact section (phone, WhatsApp, email, Bogotá office). There are no public forms.",
      "url": "https://orqui.tech/#contacto",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "intent": {
            "type": "string",
            "description": "Optional note describing the contact intent."
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "contact_orquitech_en",
      "description": "Point a user to the English direct-contact section (phone, WhatsApp, email, Bogotá office). There are no public forms.",
      "url": "https://orqui.tech/en/#contact",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "intent": {
            "type": "string",
            "description": "Optional note describing the contact intent."
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "request_iso_review_whatsapp",
      "description": "Point a user to the Spanish homepage ISO review tab/modal, which continues via WhatsApp. This is an initial review offer, not a certification audit.",
      "url": "https://orqui.tech/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "intent": {
            "type": "string",
            "description": "Optional note describing the ISO review intent."
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "read_agent_runbook",
      "description": "Load behavioral rules and canonical URLs for agents operating on this site.",
      "url": "https://orqui.tech/agent-instructions.md",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "read_llms_txt",
      "description": "Load the curated reading list of canonical Orquitech URLs.",
      "url": "https://orqui.tech/llms.txt",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
