Sign inSign up

sbx/dynatrace-kit:20260921-d68f01b5d9a326b189351ed54139ef16e8e25b95

Manifest digest

sha256:e3b810efb8615338ae2e2f68b7bf30e0e82e5996c210d686c0b19d518a6ddd68

Last pushed

2 days by dockerpublicbot

Type

Sandbox Kit

Manifest digest

sha256:e3b810efb8615338ae2e2f68b7bf30e0e82e5996c210d686c0b19d518a6ddd68

MIXIN
REQUIRES SECRETS

Wires an agent to a Dynatrace SaaS environment through the official hosted Dynatrace Remote MCP server (no install): query problems, vulnerabilities, entities, logs, and run DQL against Grail. The kit holds no token; store it once with `sbx secret set dynatrace` and the sbx proxy injects it as a Bearer token on requests to *.apps.dynatrace.com.


Arguments
NameRequiredDefaultDescription
environmentOptionalhttps://YOUR-ENV.apps.dynatrace.com

Your Dynatrace SaaS (Gen3 "apps") environment URL, for example https://abc12345.apps.dynatrace.com. Use the "apps" URL, not the classic *.live.dynatrace.com. Left at the default, the kit installs but the Remote MCP registration and the runbooks stay inert until you set a real URL.


Credentials
NameServiceRequiredDescription
DT_PLATFORM_TOKENdynatraceRequiredDynatrace platform token, sent as a Bearer token to *.apps.dynatrace.com (the Remote MCP gateway and the Grail DQL API). Needs the storage read scopes for DQL. Stored on the host; the sandbox only ever sees a placeholder.

Network Egress

pypi.org

files.pythonhosted.org

*.apps.dynatrace.com

Apply this mixin to a sandbox

sbx run <agent> --kit sbx/dynatrace-kit:20260921-d68f01b5d9a326b189351ed54139ef16e8e25b95

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx