Sign inSign up

sbx/dynatrace-kit:latest

Manifest digest

sha256:03cfeb5ca87bbbf0f7e7ea1db31d55320728241a047bf1ab9fa268e795b4cc33

Last pushed

about 11 hours by sbx

Type

Sandbox Kit

Manifest digest

sha256:03cfeb5ca87bbbf0f7e7ea1db31d55320728241a047bf1ab9fa268e795b4cc33

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:latest

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⁠