Attach tool to workspace

Attach a tool to a workspace. Repeating the request returns the same result.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

workspaceIdstringRequired
Workspace to attach the tool to.
toolIdstringRequired
Tool to attach. It must belong to the workspace organization or your partner.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Response

The attached tool.
toolobject
The attached tool, in the lean shape.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error