Hi @martina54439202 The App Builder (formerly known as Project Firefly )
docs can be found here
https://developer.adobe.com/app-builder/docs/overview/You can bootstrap
a headless app with the command: aio app init --no-extensionsthen you
can select the components to enable for this app, choose "Actions" to
deploy I/O Runtime actions. You can add new actions to your app with:aio
app add actionFor storage, you can use either one of the following
options depending on your use case: Adobe I/O File S...