Create service account key
gcp_create_service_account_keyCreate a new JSON key for a Google Cloud service account and return its base64-encoded private key data. Save the output immediately, as Google cannot retrieve it again.
Instructions
Creates a new JSON key for a service account and returns the private key material base64-encoded (privateKeyData in the response) — save it immediately, Google does not let you retrieve it again after this call. Treat the output as a secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| projectId | No | GCP project id; defaults to GOOGLE_CLOUD_PROJECT env var |