Python integration
import litellm # Use an OAuth2 access token client = litellm.Client(access_token="YOUR_ACCESS_TOKEN")
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ /certs
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ /operations/policy/current
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ /.well-known/openid-configuration