Sharing an automation
Every automation gets a URL atdashboard.floom.dev/a/<id>. By default, automations are accessible to anyone with the link.
Access levels
| Level | Who can run | Use case |
|---|---|---|
| Link access | Anyone with the URL | Public tools, demos |
| Workspace only | Workspace members | Internal team tools |
How to share
- Deploy your automation via the API or Claude Code
- Copy the URL from the deploy response
- Send it to anyone, or embed it in your docs
Scheduled automations
When you add aschedule to the manifest, the automation runs automatically at the specified times. See Manifest format for cron syntax.
Scheduled runs use scheduleInputs as default values. Results are stored in the run history.