Documentation Index
Fetch the complete documentation index at: https://docs.prudra.dev/llms.txt
Use this file to discover all available pages before exploring further.
Files overview
Vaults can store binary files alongside JSON documents. Files are uploaded to Google Cloud Storage and served from the Prudra CDN atassets.prudra.dev. File URLs are stable for the lifetime of the vault.
How file storage works
Your server uploads the file buffer. Prudra generates a GCS presigned URL, uploads the file, and returns a CDN URL you can share with the caller.Quick example
Plan file limits
| Limit | Hobby | Pro | Enterprise |
|---|---|---|---|
| Files per vault | 5 | 100 | Unlimited |
| Max file size | 10 MB | 100 MB | 1 GB |
| Total storage | 500 MB | 10 GB | Unlimited |
Sub-pages
Upload files
Upload files to a vault and get CDN URLs.
Download files
Download file contents from the CDN.
Delete files
Remove individual files from a vault.
Related
- Vaults overview — vaults hold files and documents together
- Query vaults — get all file URLs via the manifest

