# looks_like_url_key

> **Function** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/unicode_security/looks_like_url_key)

Return whether a key path suggests URL-like content.

## Signature

```python
looks_like_url_key(
    arg_path: str,
) -> bool
```

## Returns

`bool`

`True` for URL-like key names, otherwise `False`.

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/1ae053f347679e58562d2b81eb6d6e6e9bbf0b07/libs/cli/deepagents_cli/unicode_security.py#L508)