Save Data and Upload Files
Eazo includes database and object storage capabilities. When an App must retain tasks, orders, learning records, or other content after refresh or a later visit, the Agent creates the relevant data model and persistence flow. When users need to upload avatars, images, documents, or attachments, the Agent connects file upload and storage. You do not need to purchase a database or object-storage service or provide a connection address, account, or storage key.
Personal data should be tied to the signed-in user so one user cannot see another user's records.
Eazo's built-in object storage creates a durable URL for an uploaded file, and the App stores the relationship between that file and its business record.
An object-storage URL may be publicly accessible. Do not treat the URL itself as authorization for highly sensitive files. If a file must require permission to view, state that requirement in the product plan and verify that the Agent uses an appropriate protection method.