Getting Started
Create an account, get credentials, and call the API.
Note: The API URL is not configured. Set the NEXT_PUBLIC_API_URL environment variable to your deployed API base URL (e.g. https://api.example.com).
- Register — Use the Builder or Super Admin sign-up to create an account.
- Log in — POST
<your-api-url>/api/auth/loginwithemailandpasswordto getaccessTokenandrefreshToken. - Tenant — Create or select a tenant; include
X-Tenant-Idheader (andAuthorization: Bearer <token>) for tenant-scoped requests. - API keys — In Builder → API Keys, create a key for server-to-server calls. Use header
X-Api-Key: <key>(andX-Tenant-Id). - Create an app — POST
<your-api-url>/api/appswith name, slug, template (e.g. ecommerce).