Skip to content

Protocol Limits & Bounds

AI Crawler / Raw View: Fetch this page as raw Markdown at /reference/limits.md.

To prevent unbounded memory growth and buffer overflow attacks, Cloud Harness MCP enforces deterministic bounds across all operations:

Resource Bounds

SurfaceLimitConfigurable Env Var
Max File Read Size256 KB (default 64 KB)files_read.limit
Max Command Exec Output1 MBexec_run buffer
Max Artifact Size16 MBMAX_ARTIFACT_BYTES
Total Principal Artifacts128 MBMAX_PRINCIPAL_ARTIFACT_BYTES
Workspace Wall TTL900s (15 min)WORKSPACE_WALL_TTL_SECONDS
Workspace Idle TTL300s (5 min)WORKSPACE_IDLE_TTL_SECONDS
Max File List Entries500 entries / pagefiles_list.limit
Max Active API Keys10 per identityHard bound

Released under the MIT License. Single-owner private remote coding harness.