Skip to main content

Accessing the Code Editor

This guide explains how to access and authenticate with the Code Editor.

Quick Access from Urumi AI

The easiest way to access the Code Editor:

  1. Go to your store's Urumi AI tab
  2. Click Open Full Chat
  3. In the split panel, click the Code tab (next to Preview)
  4. The Code Editor loads automatically

This method handles authentication automatically using your dashboard session.

Direct URL Access

You can access the Code Editor directly via URL:

https://yourstore-staging-claude.myscalablesite.com/code/

URL Format

PartDescription
yourstore-stagingYour store's Development environment slug
-claudeCode Editor subdomain suffix
myscalablesite.comBase domain
/code/Code Editor path

Example

For a store with slug myshop:

https://myshop-staging-claude.myscalablesite.com/code/

Authentication

Automatic (via Dashboard)

When accessing from within the Urumi AI interface:

  • Authentication happens automatically
  • Your dashboard session is used
  • No additional login required

Token-Based (Direct Access)

When accessing directly via URL:

  1. A token may be required for authentication
  2. Tokens are generated automatically when accessing via Urumi AI
  3. The token is included in the URL query string

Session Management

  • Your Code Editor session persists while your dashboard session is active
  • If your session expires, re-access through the dashboard
  • Unsaved changes may be lost on session timeout
Save Frequently

Save your files regularly to prevent loss of work if your session expires.

Troubleshooting Access Issues

Editor Not Loading

  1. Ensure you're logged into the Urumi dashboard
  2. Try refreshing the page
  3. Access via Urumi AI instead of direct URL

Authentication Errors

  1. Re-access through the Urumi AI interface
  2. Clear browser cache and cookies
  3. Try logging out and back into the dashboard

Blank Screen

  1. Disable browser extensions temporarily
  2. Try a different browser
  3. Check your internet connection