Skip to main content
POST
Fire a sample request against a custom tool's executor

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Body

application/json
args
object

Sample arguments matching the tool's JSON-Schema, forwarded to the executor.

override_executor_url
string

Test against this URL instead of the tool's saved executor_url.

Maximum string length: 2000
override_executor_secret
string

Test with this HMAC secret instead of the tool's saved (encrypted) one.

override_timeout_ms
integer
Required range: 1000 <= x <= 60000

Response

Result of the test dispatch.

data
object
meta
object