Python SDK for Coze workload identity authentication. Version 0.1.13 is current. Enables non-interactive authentication using workload identities (e.g., service account keys) for Coze API access. Rapid release cadence.
pip install coze-workload-identityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Simple authentication using environment variables.
Pin exact version and test upgrades.
Always set credentials via arguments or ensure env vars are present.
Treat token as opaque string; don't parse its contents.
Use pattern: auth = WorkloadIdentityAuth(identity); token = auth.get_token()
No dependency data recorded yet.
No resource links recorded.