Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.supermodeltools.com/llms.txt

Use this file to discover all available pages before exploring further.

Opens your browser to create an API key and automatically saves it to ~/.supermodel/config.yaml. For CI or headless environments, pass the key directly with --token.

Synopsis

supermodel login [flags]

Flags

FlagDescription
--tokenAPI key for non-interactive login (CI)
-h, --helpHelp for login

Examples

# Browser-based login
supermodel login

# Non-interactive (CI)
supermodel login --token smsk_live_...