Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dev.litprotocol.com/llms.txt

Use this file to discover all available pages before exploring further.

Limits

The following limits apply to all Lit Action executions on Chipotle. They are designed to keep the network stable and fair for all users while covering the vast majority of real-world use cases.

Code & Upload

LimitDefault
Maximum combined code + js_params payload16 MB
Maximum IPFS action sizeN/A
Action code and js_params share a single 16 MB budget — code and js_params may each be as large as you like as long as the sum of their sizes (code bytes + JSON-serialized js_params bytes) does not exceed 16 MB. Downloading actions via IPFS is not currently supported. If your action requires large static data, consider fetching it at runtime via fetch rather than bundling it into the action itself.

Execution

LimitDefault
Maximum execution time15 minutes
Maximum memory64 MB
Maximum outbound HTTP requests per action50
Maximum response payload size100 KB
Maximum console log output100 KB
Maximum key/signature requests per action10
Actions that exceed the execution time limit are terminated and return a timeout error. Long-running workflows should be broken into smaller actions or offload heavy computation to an external service and fetch the result.

Need Higher Limits?

The defaults above are suitable for most development and production workloads. If your use case requires higher limits — more throughput, longer execution time, larger payloads, or increased concurrency — we’re happy to discuss it. Reach out through any of the following: When you reach out, include a brief description of your use case and the specific limits you need — this helps us respond quickly with the right configuration for your account.