Sharing
Islo lets you create shareable URLs for services running inside your sandbox. Share preview servers, databases, or any port with teammates or the public.
Creating a Share
Options
Examples
TTL Duration Format
Output
Access Modes
Private Shares
Private shares require authentication. Only users who are members of your Islo tenant can access them.
Public Shares
Public shares are accessible to anyone with the URL. Use for demos, previews, or sharing with external collaborators.
Warning: Public shares expose your service to the internet. Only share ports running services you intend to be public.
Listing Shares
View all active shares for a sandbox:
Example Output
Revoking Shares
Remove a share to stop external access:
Examples
Use Cases
Preview Server
Share a development server for design review:
Demo for Clients
Create a public preview for a client demo:
Share the URL with your client - no login required.
Database Access
Share a database port for debugging:
API Testing
Share an API endpoint for integration testing:
External services can now reach your sandbox API.
Quick Reference
Notes
- Shares persist until revoked, expired (if
--ttlset), or the sandbox is deleted - Multiple shares can exist for the same sandbox (different ports)
- Share URLs are unique and don’t change once created
- Deleting a sandbox automatically removes all its shares
- Use
--ttlfor temporary shares to avoid leaving stale access open