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
workspaceId
Workspace to attach the tool to.
toolId
Tool to attach. It must belong to the workspace organization or your partner.
Headers
X-Account-Id
Account that owns the workspace.
Response
The attached tool.
tool
The attached tool, in the lean shape.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

