First steps with PS Banshee¶
After installing PS Banshee, you can check that the commands are available by running the banshee command:

You should see a help menu listing the available commands.
Authorization¶
PS Banshee reads your Recorded Future API key from the RF_TOKEN environment variable (recommended) or from the -k / --api-key flag on each command.
Option 1: Set RF_TOKEN (recommended)¶
Current shell only:
Persist for future shells (zsh — adjust to ~/.bashrc for bash). Open a new shell after running this (or run source ~/.zshrc to apply in the current shell):
Current session only:
Persist for future sessions (open a new PowerShell after running this):
Option 2: Pass with -k per command¶
This works on any platform, but is more verbose and the key may land in shell history.
Proxies¶
If you are behind a proxy, set the HTTP_PROXY and HTTPS_PROXY environment variables.
To disable SSL verification, use the -s flag:
Next steps¶
Now that you've confirmed PS Banshee is installed jump to the commands reference to start using PS Banshee, and learn how to get help if you run into any issues.