Hi Fibery Team
,
We’re setting up a scheduled backup of our workspace to storage outside Fibery. The idea is simple: if we ever lose access to Fibery for any reason, we still have our own copy.
The HTTP API covers most of what we need — schema, entities, views, files and history all work well. The history endpoint is especially good, it gives old and new values for every change.
Three things we can’t get:
1. Automations. Rules, buttons and validation rules don’t seem to be available in the HTTP API. We can read them through the MCP server, but that needs a person in the loop, so it can’t run on a schedule. Is there an endpoint for this, documented or not? Or is it planned?
2. Custom App sources. The get-source-files endpoint works nicely, but the dev token only comes from the MCP tool and is short-lived. Is there a REST way to get that token, so a scheduled job could pull app sources on its own?
3. Whiteboards. We couldn’t find any way to export whiteboard content. Saving a board as a template helps inside Fibery, but not for an external copy. Is there a way to get the content out?
We know automations now have version history and that apps are included in Space Templates — both are very welcome. But those live inside Fibery, and we’re specifically covering the case where Fibery itself is unavailable.
If some of these aren’t possible today, that’s a useful answer too — we’d just like to know so we can plan around it.
Thanks!