Skip to content
Scalekit Docs
Talk to an Engineer Dashboard

Blog

Build a multi-agent email triage crew with CrewAI

CrewAI lets you split complex workflows across specialized agents, but each agent still needs authenticated access to user tools like Gmail. This cookbook shows how to wire Scalekit OAuth into a CrewAI crew via MCP, then build a three-agent pipeline that scans, classifies, and drafts replies to a user’s unread emails.

Apify Actor with per-user OAuth via Scalekit

Apify Actors run in isolated containers with no persistent session — there is no concept of “who is logged in.” This recipe shows how to use Apify’s built-in user identity as the key into Scalekit’s OAuth token vault, so each user who runs your Actor connects their own third-party accounts, and tokens survive across runs without any user-managed input fields.