Answer a run that stopped to ask something
A money tool can stop a run to ask a question — which recipient, confirm this transfer — and the run blocks until it is answered. The answer goes back over the runtime’s api-key surface, which the caller must never hold, so it is proxied here. No deployment segment in the path: the grant names the deployment.
Authorizations
A Connect app key (pgc_app_…), identifying the registered third-party app. Always presented together with connectGrant — the pair is one credential, and either half alone is refused. Accepted on the /connect/* surface only.
A Connect grant token (pgc_grant_…): one user's consent for the presenting app to reach one deployment. Every failure mode — missing, malformed, revoked, expired, or paired with the wrong app key — answers the same 401 invalid_connect_credentials.
Path Parameters
The runtime's id for the pending action. Opaque to this server.
256submit, cancel, expired, resend Body
The answer, for submit. Ignored by the other three.
The body is of type object.

