---
title: "Validate IP Address"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/validate/validateipaddress
markdown: https://docs.nodetool.ai/nodes/lib/validate/validateipaddress.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/validate/validateipaddress.md
---

# Validate IP Address

**Type:** `lib.validate.IP`

**Namespace:** `lib.validate`

## Description

Check whether a value is a valid IPv4 or IPv6 address.
    validate, ip, ipv4, ipv6, address, network

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| value | `str` |  | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| is_ip | `bool` |  |
| is_ipv4 | `bool` |  |
| is_ipv6 | `bool` |  |

## Related Nodes

Browse other nodes in the [lib.validate](./) namespace.
