Skip to content
Home

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.

Terminal window
seacloud auth login

Show the current authentication status. If no credentials are available, the command prompts the user to run auth login.

Terminal window
seacloud auth status

Set or replace a SeaCloud API key directly. This is useful for automation environments or users who already have an API key.

Terminal window
seacloud auth set-key <api-key>

Remove locally stored credentials.

Terminal window
seacloud auth logout