Auto-Generate API Keys for New Users on Signup

Опубликовано: 09 Июль 2026
на канале: Zuplo
138
6

Make your developer portal feel instant. In this video I'll show you how to automatically create an API key for every developer who signs up, so they can start testing your API the moment they log in. No "create your first key" step, no extra clicks.

We'll wire this up using Auth0 actions and a small post-login script that calls the Zuplo Developer API. Once it's in place, every new user gets a key associated with their email, ready to use in the playground or against any endpoint in your portal.
What you'll learn:

Creating a custom Auth0 post-login action
Using the Zuplo Developer API to provision keys
Pointing your developer portal at your own Auth0 tenant via the Zudoku config
Verifying everything end-to-end with a fresh signup

The full script and step-by-step write-up are linked in the blog post below.
🔗 Blog post: https://zuplo.link/vfh8rGN
🔗 Zuplo docs: https://zuplo.com/docs
🔗 Try Zuplo: https://zuplo.link/check-us-out

00:00 Intro
00:53 Setting up the Auth0 action
02:00 Walking through the script
03:10 Adding your Zuplo account and bucket
04:34 Adding the Zuplo API key as a secret
05:11 Attaching the action to post-login
06:31 Updating the developer portal Auth0 config
07:53 Testing with a new signup
09:16 Verifying the email and using the key
09:50 Wrap up