Product overview
FinalSay (HITL Relay) connects automations to people when a workflow needs a human decision. You use the same backend whether you work in the browser, on a phone, or from tools like n8n and Zapier.Surfaces
Automations always use Agent ID + workspace API key. Those values come from the web dashboard or mobile app (workspace owners create keys).
Typical flow
- A workspace owner creates agents and (when needed) a workspace API key.
- An automation sends
POST /v1/approvalswith question, context, and options.timeoutis optional on REST (dashboard defaults apply; partial overrides allowed).request_idis optional; the API can assign one. MCP always uses dashboard timeout defaults. - A human resolves the request in the web dashboard or mobile app (or both may be available to your team).
- The automation gets the outcome via callback or polling. Details: How it works.