Integrations
Connect Your Tools
StageFlow integrates with the tools you already use. Streamline your workflow with powerful connections.
OBS Studio
AvailableAdd StageFlow timers directly to your OBS scenes as a browser source. Perfect for live streaming.
Stream Deck
AvailableControl timers with physical buttons using the Elgato Stream Deck. One-touch timer control.
API Access
ProBuild custom integrations with our REST API. Full programmatic control over timers.
Webhooks
Coming SoonReceive real-time notifications when timer events occur. Integrate with your workflows.
Developer API
Build Custom Integrations
Our REST API gives you full control over StageFlow. Create rooms, control timers, send messages, and more - all programmatically.
View API Docs# Start a timer
curl -X POST \
https://api.stageflow.app/rooms/abc123/start \
-H "Authorization: Bearer $API_KEY"
# Response
{
"status": "running",
"remaining": 1800
}
Need a Different Integration?
Let us know what tools you'd like to connect with StageFlow.
Request Integration