Using python-genai with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-genai
Quick start
import python-genai

# Use an OAuth2 access token
client = python_genai.Client(access_token="YOUR_ACCESS_TOKEN")
Gets metadata for a SecretVersion. `projects/*/secrets/*/versions/latest` is …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://secretmanager.googleapis.com/v1beta1/{name}
Accesses a SecretVersion. This call returns the secret data. `projects/*/secr…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://secretmanager.googleapis.com/v1beta1/{name}:access
Lists information about the supported locations for this service.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://secretmanager.googleapis.com/v1beta1/{name}/locations
SDK on GitHub 📄 API Docs
SDK
python-genai
Python
API
googleapis.com
googleapis.com:secretmanager
At a glance
Language Python
Endpoints15
Base URLhttps://secretmanager.googleapis.com
✓ Official