Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 525 Bytes

File metadata and controls

14 lines (11 loc) · 525 Bytes

Provisioned Credentials

This example runs a vendor-neutral credential provisioner. The runtime issues one deterministic bearer credential when the job is accepted and revokes it when the job completes.

uv run python -m examples.provisioned_credentials.server
uv run python -m examples.provisioned_credentials.client

The in-memory provisioner is a test double. Production adapters should implement CredentialProvisioner against a gateway such as LiteLLM without adding that vendor dependency to the SDK core.