Skip to content
Scalekit Docs
Talk to an Engineer Dashboard

Find your identifiers and settings

Locate Scalekit identifiers and configuration settings in the dashboard, from the environment URL to the resource id and login page links.

Most setup questions come down to one thing: where does a value live in the dashboard? This page maps each Scalekit identifier and common setting to its exact dashboard location, so you can copy what you need and get back to building.

Every path on this page starts from the Scalekit dashboard. Confirm you are in the correct environment before you copy a value, because each environment has its own identifiers. For more on environments, see Manage environments.

Use these values to initialize the SDK and authenticate API requests.

ValueDashboard locationNotes
Environment URLSettings > API credentialsLabeled Environment URL. Your workspace has one URL per environment, such as https://your-subdomain.scalekit.dev (development) and https://your-subdomain.scalekit.com (production). Maps to SCALEKIT_ENVIRONMENT_URL.
Client IDSettings > API credentialsMaps to SCALEKIT_CLIENT_ID.
Client secretSettings > API credentialsMaps to SCALEKIT_CLIENT_SECRET. Treat the secret like a password: store it in an environment variable and never commit it to source control.
Resource idMCP Servers > your server > ConfigurationThe res_... identifier for an MCP or API resource. Maps to SCALEKIT_RESOURCE_ID. Use it as the resource identifier when no server URL is set.

For the full setup workflow that uses these values, see Set up environment & SDK. To authenticate API requests with them, see Authenticate Scalekit API requests.

Use these paths to configure how Scalekit behaves and how your login page appears.

SettingDashboard locationNotes
Login page footer linksSettings > Application detailsAdd your terms of service and privacy policy URLs. Scalekit surfaces both links on the login page once you configure them.
Enabled SSO connectionsAuthentication > Auth methods > Enterprise SSOReview which enterprise SSO connections are active. The connection count here matches the usage shown on your billing page.
Add MCP serverMCP ServersThe Add MCP server option appears only when you set the product module in the top-left selector to Auth for SaaS. Switch the module first if you don’t see the option.
Access token claimsAccess token template APIConfigure email and permission claims in the access token through the access token template API. A self-serve dashboard portal for this configuration is planned.