> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pipedata.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Limits

> Record sizes and HTTP request limits.

These limits apply to every workspace.

## Records

| Limit                 | Value  | Notes                 |
| --------------------- | ------ | --------------------- |
| Record size           | 64 KB  | Applies to all pipes. |
| Payload nesting depth | 10,000 |                       |

## HTTP ingress (`pd source http`)

| Limit               | Value |
| ------------------- | ----- |
| Records per request | 1,000 |
| Request body        | 10 MB |

## HTTP egress (`pd dest http`)

| Limit               | Value |
| ------------------- | ----- |
| Max headers size    | 16 KB |
| Max body size       | 32 KB |
| Max request timeout | 4 s   |

Failed deliveries with `--retry` are retried up to **100 attempts** with exponential backoff capped at **15 minutes**; after that the record is marked `undelivered` and delivery moves on.

## Numeric values

| Type    | Range                                     |
| ------- | ----------------------------------------- |
| Integer | -2^63 to 2^63 − 1                         |
| Float   | ±1.8 × 10^308 (53-bit mantissa precision) |

Integers outside this range, and floats with more than 53 bits of precision, are preserved untouched end-to-end. Egress delivers them exactly as they were ingested.

## Workspace caps

| Limit                  | Value |
| ---------------------- | ----- |
| Pipes per workspace    | 50    |
| Workspaces per account | 1     |

If you hit either, email [beta@pipedata.io](mailto:beta@pipedata.io).
