Python SDK & CLI (securecorp-sdk)
Official client library published to PyPI for automated incident responses.
Installation
pip install securecorp-sdk
Usage Sample
from securecorp_sdk import SecureCorpClient
client = SecureCorpClient(api_key="sc_live_key_sample")
status = client.get_health()
print("Gateway Region Status:", status)