# Browser:Introspection & Control

**Page:** api/browser-introspection-control

[Download Raw Markdown](./api/browser-introspection-control.md)

---

## API Endpoints Summary

- **GET** `/metadata` — Get instance metadata
- **GET** `/tabs` — List browser tabs
- **POST** `/tab/close` — Close a browser tab
- **GET** `/shutdown` — Shutdown browser instance
- **GET** `/devtools-url` — Get DevTools URLs

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```