Skip to main content
POST
Assign tool to workflow

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required

Client tool ID.

Body

application/json
workflow_id
string<uuid>
required

Agent to assign the tool to.

Response

Assigned (created or already existed)

success
boolean
workflow_tool
object

The public workflow_tools shape returned by POST /workflows/{id}/tools and POST /client-tools/{id}/assign. Never includes engine-internal columns.

Last modified on August 7, 2026