Setup wizard: Try the API
Step 6 of the onboarding wizard — make your first API call to see TenancyEngine in action.
Overview
This step shows a ready-to-copy curl command for listing tenants on your first application. Replace the placeholder with a real API key, then run it from your own terminal.
What the demo call does
The quick-win call lists tenants for your first application:
sh
curl -H "X-TenancyEngine-Api-Key: YOUR_API_KEY" https://api.saasruntime.com/api/v1/tenantsReplace YOUR_API_KEY with a key from the API keys page, then run the command in your own terminal.
Finishing the step
Select Done — go to dashboard once you have tried the call. This marks the step complete; it does not require a successful response.
After completing the wizard
Your organization is fully set up. The onboarding checklist on the dashboard tracks any remaining items (e.g., verifying your email domain, adding a custom domain).
Related
- API keys — manage your organization's API keys
- Developer quickstart — SDK install, runtime context, usage, and webhooks
- Getting started — full onboarding overview