Googleapis Cloudshell
Connector for the googleapis-cloudshell API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://cloudshell.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
cloudshell_users_environments_get— GET /v1/{name} — Gets an environment. Returns NOT_FOUND if the environment does not exist.cloudshell_users_environments_addpublickey— POST /v1/{environment}:addPublicKey — Adds a public SSH key to an environment, allowing clients with the correspondingcloudshell_users_environments_removepublickey— POST /v1/{environment}:removePublicKey — Removes a public SSH key from an environment. Clients will no longer be able tocloudshell_operations_delete— DELETE /v1/{name} — Deletes a long-running operation. This method indicates that the client is no locloudshell_users_environments_authorize— POST /v1/{name}:authorize — Sends OAuth credentials to a running environment on behalf of a user. When thiscloudshell_operations_cancel— POST /v1/{name}:cancel — Starts asynchronous cancellation on a long-running operation. The server makes a
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: cloudshell_users_environments_get
# (attach an 'oauth' credential to the task — no inline secrets)