Publish a streaming event via event bus (multi-provider support).
This endpoint is used by workers to send real-time events (tool execution, status updates, etc.) that are streamed to the UI via SSE without waiting for Temporal workflow completion.
Supports multiple providers:
Events are stored in Redis list: execution::events TTL: 1 hour (events are temporary, final state persists in database)
Enter your Kubiya API token (format: Bearer
Successful Response