Skip to main content
POST
Execute tool

Authorizations

x-api-key
string
header
required

API key for authentication. Can also be passed as Authorization: Bearer <token>.

Body

application/json
tool
string
required

Tool slug (from toolkit details).

arguments
object

Tool-specific arguments.

connection_id
string

Specify which connection to use. Required if multiple connections exist for the same toolkit.

Response

Successful response

data
any
required

Tool execution result data.

error
string | null
required

Error message if execution failed.

successful
boolean
required