Install & Compatibility
Where this runs
tested against v1.39.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 320.5MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 29.2s · import 0.000s · 310MB
300MB installed
● package 300MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
commands
✓ from demisto_sdk import commands
✗ from demisto_sdk import DemistoSDK
Initialize DemistoSDK with API key and base URL, then run a content validation.
from demisto_sdk import DemistoSDK
import os
api_key = os.environ.get('DEMISTO_API_KEY', '')
base_url = os.environ.get('DEMISTO_BASE_URL', 'https://api.demisto.com')
sdk = DemistoSDK(api_key=api_key, base_url=base_url)
# Example: validate content
sdk.content_validate()
demisto-sdk --version
Upgrade
Version history
1.39.1latest on PyPI · released Jun 1, 2026
Audit
Dependencies
No dependency data recorded yet.