Python client for Incident.io, a platform for incident management. Version 0.56.4 supports Python <4, >=3.8.1. The client is auto-generated from the Incident.io OpenAPI spec and receives regular updates. Release cadence is approximately monthly but varies.
pip install incidentio-clientVerified import paths — ran on the pinned version, not inferred.
Initialize the client with an API key and list incidents. Replace with actual API key or set environment variable INCIDENTIO_API_KEY.
Pin version: `incidentio-client==0.56.4` in requirements.txt
Use `from incidentio_client.client import IncidentClient` and initialize with `IncidentClient(api_key=...)`.
Explicitly pass `api_key` to `IncidentClient` or read from env var manually.