Skip to content
Scalekit Docs
Talk to an EngineerDashboard

Blog

Build an agent that books meetings and drafts emails

Building a scheduling agent means coordinating authentication to two separate tools — Google Calendar and Gmail — then chaining their outputs in one workflow. Without managed OAuth, each connector requires its own token lifecycle and error-handling logic. This recipe shows how Scalekit handles auth per connector so your agent can focus on finding a free slot, creating the event, and drafting the confirmation.

Implement passwordless auth in Next.js 15

Next.js 15’s App Router requires server-first authentication. This guide shows you how to implement magic link + OTP passwordless login using Scalekit’s headless API, keeping all security logic server-side while maintaining full control over your UI.

Building a Custom Organization Switcher

When users belong to multiple organizations, the default Scalekit organization switcher handles most use cases. However, some applications require deeper integration—a custom switcher embedded directly in your app’s navigation, or a specialized UI that matches your design system.