> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.HostNavigateSurface.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias HostNavigateSurface

```typescript
HostNavigateSurface:
    | {
        agentSessionId?: string;
        kind: "agents";
        terminalId?: string;
        terminalSessionId?: string;
    }
    | { kind: "code"; path?: string }
    | { anchor?: string; kind: "spec" }
    | { kind: "logs" }
    | { kind: "access" }
    | { kind: "app"; path?: string }
```
