--- id: google-cloud-agentidentitycredentials version: "0.1.1" license: Apache-2.0 license_treatment: permissive maintenance: active --- # google-cloud-agentidentitycredentials — Google Cloud Agentidentitycredentials API client library License: permissive · Maintenance: active · Downloads: 324.2K/mo ## What it is and what it does This is a Google Cloud client library for the Agent Identity Credentials API, part of the official google-cloud-python ecosystem. It wraps the agentidentitycredentials.googleapis.com service and provides a Python interface to manage and retrieve credentials for service agents running on Google Cloud. The library is built on top of google-api-core, google-auth, and gRPC, following Google's standard patterns for cloud client libraries. The package is in Beta status and actively maintained. It requires Python 3.10 or later and integrates with Google Cloud's authentication framework. Installation is straightforward via pip, and the library includes built-in logging support via Python's standard logging module, with optional structured logging through environment variables. Code samples are available in the repository, and full API documentation is linked from the package metadata. Use it for: - Obtain and manage credentials for service agents deployed on Google Cloud Platform - Integrate agent identity credential handling into Python applications running on GCP - Automate credential lifecycle management for multi-agent systems on Google Cloud - Debug and monitor agent authentication events using structured logging ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a Python client library to interact with Google Cloud's Agent Identity Credentials API for managing and obtaining credentials for service agents. Yes, if you are building applications on Google Cloud Platform that need to work with Agent Identity Credentials. The library is actively maintained, has no known vulnerabilities, low install friction, and follows Google's standard patterns. It is in Beta, so expect the API surface to stabilize; verify that the specific credential operations you need are already supported in version 0.1.1 before committing to production use. ## Install pip install google-cloud-agentidentitycredentials uv add google-cloud-agentidentitycredentials poetry add google-cloud-agentidentitycredentials ## Installing google-cloud-agentidentitycredentials Before you install: Low friction installation with a pure-Python wheel. Active maintenance—released 8 days ago with recent commits. Depends on standard Google Cloud libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf). License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions. Quickstart: pip install google-cloud-agentidentitycredentials from google.cloud import agentidentitycredentials # Create a client (requires Google Cloud authentication setup) client = agentidentitycredentials.AgentIdentityCredentialsClient() Requires Python >= 3.10. Google Cloud project setup and authentication configuration (via google-auth) must be completed before the client can make API calls. Verify before relying: - Specific methods and classes available on the AgentIdentityCredentialsClient beyond basic instantiation - Whether this library is suitable for on-device agent credential generation or only for cloud-based workflows - Performance characteristics and rate limits for credential operations ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 324.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags google cloud agent credentials, service agent identity management, google cloud python client, agent authentication credentials, google cloud api client library, google-cloud, credentials, gcp-client [View on SkillFed](https://skillfed.io/packages/google-cloud-agentidentitycredentials) · [View on PyPI](https://pypi.org/project/google-cloud-agentidentitycredentials/)