Unkey’s API provides programmatic access for all resources within our platform.
[!NOTE] > Python version upgrade policy Once a Python version reaches its official end of life date, a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.The SDK can be installed with either pip or poetry package managers.
pyproject.toml
file to handle project metadata and dependencies.
uv
uvx
command that comes with it like so:
uv run script.py
where
script.py
can be replaced with the actual file name.