Reference
Limits
Current v0 release and runtime limits agents should validate before publishing.
For agents: Check file count, decoded file sizes, paths, MIME types, and supported schedules before publish.
Release Limits
- Max files:
1000. - Max single decoded file:
20 MiB. - Max total decoded files:
100 MiB. - File paths must be relative and cannot use empty, dot, or parent segments.
- Scheduled jobs support
every_15_minutes,hourly, anddaily.
Platform Limits
- Production server apps run as Workers for Platforms User Workers behind the Userland app gateway.
- v0 uses one shared Userland-managed D1 database. Apps do not get a dedicated D1 database.
- App data is scoped by
app_id; large or high-write apps may be moved to app-data shards later. - Current operational tripwires: shared D1 storage near
7 GB, D1 queueing/user-visible SQL latency, or one tenant degrading unrelated apps.