Issue: Unable to create Actions for Vibe Coding Block via AI Assistant

Context:
I’m trying to create a custom button in a Vibe Coding Block that triggers a workflow. The block is already connected to a data source.

Problem:
When I ask the AI assistant to create an Action to trigger a workflow, it doesn’t actually create the Action. The Actions tab shows: “No actions used in this block yet. To create actions, connect this block to a data source and use the chat tab to instruct AI what actions to create.”

The AI assistant:

  1. Only adds a data-action attribute to the button in the code
  2. Does not create an actual Action in the system
  3. States it doesn’t have commands available to create Actions for Vibe Coding Blocks

Expected behavior:
The AI assistant should be able to create Actions (like triggering a workflow) for Vibe Coding Blocks when the block is connected to a data source, similar to how it works for other block types.

Current workaround:
Using a webhook URL setting in the Content tab with manual fetch logic in the code, but this is less elegant than using the Actions system.

Question:
Is creating Actions for Vibe Coding Blocks via AI currently supported? If not, are there plans to add this functionality?

PS: I used the vibe coding block to create this ticket. Lovely stuff. :joy:

1 Like

Thanks for sharing!

The vibe coding block indeed can’t natively create “run custom workflow” actions (asking the team to confirm that) and the current way is to use a webhook-based worklfow and a respond to webhook workflow ending. You can then tell the vibe coding block what output schema to expect as a response and how to display the results.

From there, you can build very custom experiences like those examples:

Thanks again for your reply! I was already figuring out how to work around it. This is just another instance where the AI thought it could do something (like call a workflow), but after some persistence, we realized it couldn’t. :sweat_smile:

1 Like