Skip to content

Falcon SDKs

Six official SDKs. Full API coverage. Pick your language and start building.


SDKPackageManagerDocsSamplesGitHub
Pythoncrowdstrike-falconpypipfalconpy.ioYesfalconpy
PowerShellPSFalconPowerShell GalleryWikiYespsfalcon
Gogofalcongo modulespkg.go.devYesgofalcon
TypeScriptcrowdstrike-falconnpmnpmYesfalconjs
Rustrusty_falconcrates.iodocs.rsYesrusty-falcon
Rubycrimson-falconRubyGemsGitHubYescrimson-falcon

Terminal window
pip install crowdstrike-falconpy

Every SDK authenticates the same way: provide your API Client ID and Secret, and the SDK handles token management automatically.

from falconpy import Hosts
# Environment authentication example
hosts = Hosts()

r/crowdstrike - Ask questions, share integrations, and connect with CrowdStrike engineers and other developers on Reddit.

CrowdStrike on GitHub - All six SDKs, sample code, and community tools. File issues, submit PRs, and star your favorites.