manage_api_keys_rotate
Rotate API keys for a project by creating new keys with identical scopes and revoking old ones to enhance security or address potential compromises.
Instructions
Rotate all keys for a project.
Creates new keys with the same scopes and revokes old ones. Use this for security rotation or if keys may be compromised.
Args: project_id: Project ID to rotate keys for
Returns: dict: List of new keys (SAVE THEM - won't be shown again!)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |