Getting started (TenancyEngine)
Organization-scoped onboarding checklist for new vendor admins after signup.
Console: TenancyEngine console → Getting started (/getting-started)
Platform staff without an organization context are redirected to the dashboard.
Checklist
The checklist tracks setup steps such as:
- Creating your first application
- Configuring environments and OIDC
- Inviting team members
- Connecting billing
Complete or dismiss items to clear the checklist from your dashboard. Dismissed checklists can still be reopened from Getting started or Settings.
Resources
After dismissal, the page links to platform documentation for local development, API authentication, and tenant lifecycle patterns.
First developer integration
If you are adding TenancyEngine to an app backend, start with the developer quickstart:
- Create an application and environment.
- Create an organization API key with only the scopes your backend needs.
- Install
TenancyEngine.Sdkfor .NET or@tenancy-engine/sdkfor TypeScript. - Read runtime context before tenant-scoped work.
- Record usage with an idempotency key.
- Verify webhook signatures against the raw request body.
Related
- Applications — register and configure your first app
- Developer quickstart — SDK install, runtime context, usage, and webhooks
- Team — invite organization members
- Billing — organization subscription