1. IBM Instana Documentation - API script tests: "API script tests are written in JavaScript and run in a Node.js environment. You can use API script tests to make a sequence of API requests." This section explicitly states JavaScript as the language. (Source: IBM Documentation, Instana, "Synthetic monitoring > API script tests").
2. IBM Instana Documentation - Scripting API tests: This page details the JavaScript-based methods and modules available for scripting, such as $synthetic.execute() and the use of the got HTTP request library, which are all JavaScript constructs. (Source: IBM Documentation, Instana, "Synthetic monitoring > Creating an API script test > Scripting API tests").
3. IBM Instana Documentation - API script reference: The reference guide for scripting lists available modules and their APIs, such as assert, btoa, crypto, and got. These are all standard or specific Node.js/JavaScript libraries, confirming the underlying language. (Source: IBM Documentation, Instana, "Synthetic monitoring > API script reference").