konecty-session

Installation
SKILL.md

Konecty Session (OTP login)

Opens an authenticated session with Konecty using OTP (one-time password) and persists the token so other skills and scripts can use it. Login is allowed only when the namespace has OTP configured (email and/or WhatsApp); if OTP is not enabled, this skill cannot be used to obtain a session.

When to use this skill

  • User wants to "log in to Konecty", "open a Konecty session", "save Konecty credentials", or "set up Konecty for other skills" and the namespace uses OTP.
  • User needs KONECTY_TOKEN for automation or other skills and is willing to complete OTP (receive code, then paste it).

Two-phase flow

  1. Request OTP — Agent calls the API to send a one-time code to the user's email or phone. User receives the code (email or WhatsApp, according to namespace config).
  2. Receive OTP and obtain token — User informs the agent of the 6-digit code. Agent calls the verify API, receives the session token (authId), and persists it. Consider token validity (session expiration); when the token expires, the user must run this flow again.

Workflow

1. Check if OTP is available

  • Call GET {host}/api/auth/login-options. Response: { passwordEnabled, emailOtpEnabled, whatsAppOtpEnabled }.
Related skills

More from konecty/skills

Installs
8
Repository
konecty/skills
First Seen
Mar 17, 2026