Send a sign-in code to the user email address for app setup.
Email address to send the sign-in code to.
Setup request ID returned by the start step.
import BeeperDesktop from '@beeper/desktop-api'; const client = new BeeperDesktop(); await client.app.login.email({ email: 'dev@stainless.com', setupRequestID: 'setupRequestID' });
I can help answer questions about Beeper Developer Docs. What do you want to build?