{"library":"shuffle-sdk","title":"Shuffle SDK","description":"The Python SDK for Shuffle, an open-source SOAR (Security Orchestration, Automation, and Response) platform. Current version 0.0.38, updated irregularly. This SDK allows programmatic interaction with the Shuffle API, including actions like creating workflows, executing rules, and managing apps.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install shuffle-sdk"],"cli":null},"imports":["from shuffle import Shuffle"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from shuffle import Shuffle\nimport os\n\napi_key = os.environ.get('SHUFFLE_API_KEY', '')\nshuffle = Shuffle(api_key=api_key, base_url='https://shuffle-api.example.com')\n# Example: list workflows\nworkflows = shuffle.get_workflows()\nprint(workflows)","lang":"python","description":"Initialize the Shuffle client with your API key and base URL.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}