# looks_like_url_key

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/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/3812967c84d90619848f3185f22470204fc88bd8/libs/code/deepagents_code/unicode_security.py#L555)