Authentication
Authentication
Curiosity CLI requires authentication to connect to workspaces. You can provide authentication in two ways:
Pass the token directly using the
--token
option.Store the token locally using the
store-token
command and then use--token auto
in subsequent commands.
Create a Token in your workspace under Settings > Tokens > Library
Last updated