Platform profile

HomeKit

Siri and Apple Shortcuts bridge for 'Hey Siri, ask Tater' style requests with per-device sessions.

Voice endpoint 5 settings 14 Verba Plugins
Runtime role

What this surface is for

Voice endpoint

Highlights

Behavior in the current codebase

  • Provides a lightweight HTTP bridge for Siri and Apple Shortcuts workflows.
  • Maintains per-device conversation sessions instead of treating every request as stateless.
  • Good fit for Apple-first households that want voice access without a full chat client.
Settings

Configuration schema

  • Auth Token (optional) string

    If set, Shortcuts must send this token in X-Tater-Token header.

    Key: AUTH_TOKEN
  • Max History Cap number

    Hard ceiling to prevent runaway context sizes.

    Key: MAX_HISTORY_CAP Default: 12
  • Session History (turns) number

    How many recent turns to include per Siri conversation.

    Key: SESSION_HISTORY_MAX Default: 4
  • Session TTL (seconds) number

    How long to keep a Siri session alive.

    Key: SESSION_TTL_SECONDS Default: 3600
  • Bind Port number

    TCP port for the Tater ↔ Siri / Shortcuts bridge

    Key: bind_port Default: 8789