| Name | Type | Description |
|---|---|---|
name* | str | Sandbox name. |
port* | int | Port the service is listening on inside the sandbox. |
expires_in_seconds | int | Default: 600Token TTL in seconds (1--86400, default 600). |
headers | RequestHeaders | Default: None |
Get an authenticated URL for a service running inside a sandbox.
Returns a :class:ServiceURL whose properties auto-refresh the
token transparently before it expires. The object also provides
HTTP helper methods (.get, .post, etc.) that inject the
authentication header automatically.
Optional per-request header overrides.