v5
OpenAPI 3.1.02026-07-31129337684.6 KBTools
Execute Tool Inline
Execute a fully inline tool config (not yet persisted) against the supplied argument values and return its output.
Runtime failures (bad args, thrown exceptions, timeouts) are returned as HTTP 200 with success=False and a clean error message rather than a 500, so callers can render them inline.
Note: inline-Python tools run their code via exec server-side and are not sandboxed. This endpoint is intended for authoring/debugging within a team's own workspace.
post/workflows/v1/tools/execute
Request body
Response
Successful Response