Log In
Authenticate
If the install script already opened a browser and you signed in, you’re done — skip to Create Your First App.
Otherwise, run:
myco auth loginThis opens your browser to the Myco sign-in page. After signing in, your API key is saved locally and the CLI is ready to use.
Verify authentication
Run any command that requires auth to confirm it’s working:
myco app listIf you see your apps (or an empty list), you’re authenticated.
Logout
To remove your stored credentials:
myco auth logoutThis removes the MYCO_API_KEY from your shell profile.