Skip to content

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:

  1. Create an application and environment.
  2. Create an organization API key with only the scopes your backend needs.
  3. Install TenancyEngine.Sdk for .NET or @tenancy-engine/sdk for TypeScript.
  4. Read runtime context before tenant-scoped work.
  5. Record usage with an idempotency key.
  6. Verify webhook signatures against the raw request body.

TenancyEngine platform documentation