Skip to main content
POST
Test a custom tool

Authorizations

Authorization
string
header
required

Tenant API key (vdx_live_…) as Authorization: Bearer.

Body

application/json
tool
object
required
arguments
object

Sent as calls[0].arguments. Defaults to {}.

Response

The attempt's result — including the failures, which are results rather than errors.

ok
boolean

True when your server answered with a status under 400.

status
integer | null

Absent when nothing answered.

ms
integer

Round trip in milliseconds.

body
string

Your server's response, truncated to 4000 characters.

error
string

Why there is no response — a rejected URL, a transport failure, or No response within <timeoutMs>ms.