Fire a sample request against a custom tool's executor
Test a custom tool from the builder UI by dispatching a real request to its executor URL with caller-supplied sample args, returning the live response, status, latency, and any configured spoken message — without ever persisting the call. Supports override_executor_url / override_executor_secret / override_timeout_ms so a not-yet-saved tool can be tried before it is created or patched.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Body
Sample arguments matching the tool's JSON-Schema, forwarded to the executor.
Test against this URL instead of the tool's saved executor_url.
2000Test with this HMAC secret instead of the tool's saved (encrypted) one.
1000 <= x <= 60000