Authentication
Use auth commands to manage SeaCloud credentials. After sign-in, the CLI stores credentials locally and reuses them for model execution and task lookup.
Launch the browser login flow and save credentials locally. In a managed runtime environment, credentials are injected by the runtime, and interactive login is skipped.
seacloud auth loginstatus
Section titled “status”Show the current authentication status. If no credentials are available, the command prompts the user to run auth login.
seacloud auth statusset-key
Section titled “set-key”Set or replace a SeaCloud API key directly. This is useful for automation environments or users who already have an API key.
seacloud auth set-key <api-key>logout
Section titled “logout”Remove locally stored credentials.
seacloud auth logout