Googleapis Apikeys
Connector for the googleapis-apikeys API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://apikeys.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
apikeys_keys_lookupkey— GET /v2/keys:lookupKey — Find the parent project and resource name of the API key that matches the key stapikeys_projects_locations_keys_get— GET /v2/{name} — Gets the metadata for an API key. The key string of the API key isn't included iapikeys_projects_locations_keys_getkeystring— GET /v2/{name}/keyString — Get the key string for an API key. NOTE: Key is a global resource; hence the onlapikeys_projects_locations_keys_list— GET /v2/{parent}/keys — Lists the API keys owned by a project. The key string of the API key isn't incluapikeys_projects_locations_keys_delete— DELETE /v2/{name} — Deletes an API key. Deleted key can be retrieved within 30 days of deletion. Aftapikeys_projects_locations_keys_patch— PATCH /v2/{name} — Patches the modifiable fields of an API key. The key string of the API key isn't
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: apikeys_keys_lookupkey
# (attach an 'oauth' credential to the task — no inline secrets)