Sandbox
Sandbox has 1 operations in gum's generated catalog. Start with search when you know the task, use describe to inspect request fields and scopes, then dispatch through the command that matches the operation risk class.
| Count | Value |
|---|---|
| Family | Internal |
| Operations | 1 |
| Risk classes | 1 read |
| Auth strategies | 1 none |
Start here
gum search "sandbox"
gum describe gum.code
gum read gum.code --args '{"fields":"id"}' --output jsonAuth
Auth strategies in this service: 1 none. Authenticate the strategy used by the operation you plan to call.
No external auth
- No external credential is required.
- Inspect the operation shape before use:
gum describe gum.code
gum read gum.code --args '{"fields":"id"}' --output jsonOperations
| Operation | Risk | Auth | Summary |
|---|---|---|---|
gum.code |
read |
none |
Executes a Risor snippet that may call catalog ops via gum_call. |
Next
- Use API workflows for search, describe, invoke, and error handling.
- Use Auth guides for service-specific Google setup.
- Use Command index for CLI flags and generated help.
