Authyo

Authyo provides passwordless authentication, OTP verification, session management, and transactional notifications through its REST API.

5 actions Integration catalog
Request access
Connect Authyo once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Revoke SessionAUTHYO_REVOKE_SESSION
Irreversibly revoke an Authyo user session identified by its JWT, typically during logout.
Send Order NotificationAUTHYO_SEND_ORDER_NOTIFICATION
Send a usage-billed order or payment notification through an Authyo built-in template; requires a configured sender. Delivery output never returns the recipient.
Send OTPAUTHYO_SEND_OTP
Send a usage-billed one-time password to an email address or international phone number using Authyo's configured sender. Delivery output never returns the recipient or OTP.
Verify OTPAUTHYO_VERIFY_OTP
Verify a user-provided OTP for an Authyo mask ID and return the verified user identity without exposing the issued session JWT.
Verify TokenAUTHYO_VERIFY_TOKEN
Validate an Authyo session JWT and return its associated user identity without returning the JWT.