{
  "generated_at": "2026-08-25T03:19:50.673Z",
  "actions": [
    {
      "id": "contact_grippin",
      "intent": "contact / marketing enquiry",
      "description": "Start a marketing enquiry with Grippin.",
      "interaction_type": "human-web-form",
      "target": "https://grippindigital.com/contact",
      "method": "GET",
      "can_execute_without_human": false,
      "human_confirmation_required": true,
      "required_information": [
        "name",
        "contact details",
        "business or website",
        "what help is needed"
      ]
    },
    {
      "id": "run_search_visibility_score",
      "intent": "audit website search visibility",
      "description": "Run Grippin's public Search Visibility Score endpoint against a public website URL.",
      "interaction_type": "public-api",
      "target": "https://grippindigital.com/api/visibility-score",
      "method": "GET",
      "query_parameters": [
        {
          "name": "url",
          "required": true,
          "type": "string",
          "description": "Public http or https website URL"
        }
      ],
      "can_execute_without_human": true,
      "human_confirmation_required": false
    },
    {
      "id": "get_location_country",
      "intent": "detect request country",
      "description": "Return the country code inferred by the hosting platform for the current request.",
      "interaction_type": "public-api",
      "target": "https://grippindigital.com/api/location",
      "method": "GET",
      "can_execute_without_human": true,
      "human_confirmation_required": false
    }
  ]
}