Voice control
Use voice control when you want hands-free access without opening the OpenApp dashboard.
Choose your path
Section titled “Choose your path”| Path | Best for |
|---|---|
| Mobile app (Siri / Google Assistant) | Users with the OpenApp mobile app installed |
| iOS Shortcuts & Siri | iPhone users without relying on the mobile app intent |
| Android Routines | Google Assistant on Android |
| Alexa Routines | Amazon Echo speakers |
| ChatGPT Custom GPT | OpenAI Actions with a scoped API key |
| Google Home | Native Google Home linking (OAuth) |
| Home Assistant | Self-hosted automations |
All paths call the same API action: POST /api/v1/entities/{id}/actions/switchable.open. On production the API host is https://api.openapp.house.
Security
Section titled “Security”- Tier 1 uses a scoped voice API key (one entity,
entities:set_stateonly, finite expiry). - Tier 2 uses your normal mobile sign-in session (no separate key).
- Tier 3 uses OAuth account linking; revoke assistants from Settings → Connected assistants.
Audio is processed on Apple / Google / Amazon / OpenAI devices — OpenApp never receives voice audio.