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:
- Go to your store's Urumi AI tab
- Click Open Full Chat
- In the split panel, click the Code tab (next to Preview)
- 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
| Part | Description |
|---|---|
yourstore-staging | Your store's Development environment slug |
-claude | Code Editor subdomain suffix |
myscalablesite.com | Base 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:
- A token may be required for authentication
- Tokens are generated automatically when accessing via Urumi AI
- 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
- Ensure you're logged into the Urumi dashboard
- Try refreshing the page
- Access via Urumi AI instead of direct URL
Authentication Errors
- Re-access through the Urumi AI interface
- Clear browser cache and cookies
- Try logging out and back into the dashboard
Blank Screen
- Disable browser extensions temporarily
- Try a different browser
- Check your internet connection