# 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/a98f0dfa8d534d8a1885b524632400e52db22ac6/libs/code/deepagents_code/unicode_security.py#L555)