Skip to main content
POST

Authorizations

Authorization
string
header
required

JWT token obtained from dashboard

Body

application/json
tool_name
string
required

Name of the tool to execute

Example:

"create-pull-request"

params
object
required

Tool-specific parameters

timeout
integer
default:30000

Execution timeout in milliseconds

Required range: 1000 <= x <= 300000
user_id
string

Override current user (admin only)

Response

Tool executed successfully

success
boolean
data
object
meta
object