heyvm-login

Authenticate Heyo platform users by managing JWT tokens and API key exchanges.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Heyo-Computer/skills --skill heyvm-login
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heyvm-login
Source: https://github.com/Heyo-Computer/skills/tree/main/heyvm-login
Command: npx skills add https://github.com/Heyo-Computer/skills --skill heyvm-login

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves authentication barriers by managing the login process for the Heyo platform, ensuring you have the necessary credentials to perform cloud operations like deploying sandboxes or managing databases.

Core Features & Use Cases

  • Flexible Authentication: Supports interactive email/password login, API key exchange, and non-interactive flows for CI/CD environments.
  • Credential Management: Automatically handles the secure storage of JWT tokens and API keys in the local environment.
  • Use Case: When you need to deploy a new application to the Heyo cloud, use this skill to authenticate your session so that subsequent deployment commands are authorized and successful.

Quick Start

Use the heyvm-login skill to authenticate your session using your email address and password.

Frequently Asked Questions about heyvm-login

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate to the Heyo platform using the CLI?

To authenticate to the Heyo platform, you can use your email and password for an interactive login flow. The CLI validates your credentials against the auth server and securely persists the resulting JWT tokens for automated workflows.

Can I use an API key for non-interactive login in CI/CD environments?

Yes, you can use an API key to facilitate non-interactive login for CI/CD environments. This method bypasses the interactive email and password prompt by performing an API key exchange to validate credentials and manage your session.

How are JWT tokens and API keys stored after cloud authentication?

After cloud authentication, JWT tokens and API keys are automatically managed and securely stored in your local environment. This credential management ensures your session persists for subsequent cloud sandbox operations without requiring repeated logins.

Do I need to log in before deploying applications or managing databases on the Heyo cloud?

Yes, you must authenticate before performing cloud operations like deploying applications or managing databases. The login process ensures you have the necessary credentials and authorized session tokens to execute these deployment commands successfully.

What is the best way to automate Heyo platform authentication for sandbox operations?

The best way to automate Heyo platform authentication is using the non-interactive API key exchange flow. This approach validates credentials against the auth server and persists session tokens locally, enabling automated CLI workflows for sandbox operations.