Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dynatrace avatar

Dt Js Runtime

  • 582 installs
  • 119 repo stars
  • Updated July 29, 2026
  • dynatrace/dynatrace-for-ai

Reference for which APIs and modules can be imported and called inside the Dynatrace server-side JavaScript runtime.

About

Documents the built-ins, Web APIs, and Node.js compatibility modules available in the Dynatrace server-side JS runtime, plus what is unsupported. A developer uses it when writing server-side JavaScript for Dynatrace workflows or functions.

  • Lists supported Web APIs (fetch, streams, Web Crypto, encoding) and Node modules like path, crypto, and zlib
  • Flags unsupported constructs: TCP/UDP sockets, filesystem access, HTTP server creation, and Brotli compression

Dt Js Runtime by the numbers

  • 582 all-time installs (skills.sh)
  • Ranked #702 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dynatrace/dynatrace-for-ai --skill dt-js-runtime

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs582
repo stars119
Last updatedJuly 29, 2026
Repositorydynatrace/dynatrace-for-ai

What it does

Reference for which APIs and modules can be imported and called inside the Dynatrace server-side JavaScript runtime.

Files

references/apis-and-modules.mdMarkdownGitHub ↗

Available APIs & Modules

What you can import and call inside the Dynatrace server-side JS runtime. For quotas and forbidden constructs see limits-and-restrictions.md; for HTTP details see fetch.md.

Standard built-ins

All standard JavaScript (ECMAScript) built-ins are supported, plus the ECMAScript Internationalization API (Intl).

Web APIs

Available Web/Web-platform APIs include:

  • Fetchfetch, Request, Response, Headers (see fetch.md)
  • StreamsReadableStream, WritableStream, TransformStream
  • CompressionCompressionStream, DecompressionStream
  • Web Cryptocrypto, crypto.subtle (SubtleCrypto)
  • EncodingTextEncoder, TextDecoder, atob, btoa
  • Performanceperformance timing
  • Events & timers — event handling, setTimeout/setInterval
  • `structuredClone`, URL, URLSearchParams
Deprecated properties of Web APIs might not be supported.

Node.js compatibility modules

A compatibility layer exposes a subset of Node.js core modules:

ModuleNotes
assertsupported
buffersupported
cryptosupported; some algorithms are unsupported
http / httpsclient requests only — server creation is not available
pathsupported
streamsupported
utilsupported
zlibsupported; Brotli compression is missing

Not supported: third-party packages that rely on TCP/UDP sockets or filesystem access.

Full reference: https://developer.dynatrace.com/develop/reference/javascript-runtime/

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.