Skip to Content

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 login

This 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 list

If you see your apps (or an empty list), you’re authenticated.

Logout

To remove your stored credentials:

myco auth logout

This removes the MYCO_API_KEY from your shell profile.

Next step