| 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 an :class:AsyncServiceURL whose async accessors
auto-refresh the token transparently before it expires. The
object also provides async HTTP helper methods (.get,
.post, etc.) that inject the authentication header
automatically.
Optional per-request header overrides.