---
title: "Integer"
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/nodetool/constant/integer
markdown: https://docs.nodetool.ai/nodes/nodetool/constant/integer.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/constant/integer.md
---

# Integer

**Type:** `nodetool.constant.Integer`

**Namespace:** `nodetool.constant`

## Description

Represents an integer constant in the workflow.
    number, integer, whole

    Use cases:
    - Set numerical parameters for calculations
    - Define counts, indices, or sizes
    - Provide fixed numerical inputs for processing

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| value | `int` |  | `0` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `int` |  |

## Related Nodes

Browse other nodes in the [nodetool.constant](./) namespace.
