Skip to main content
POST
Create Tool Configs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Schema for creating a new tool_config.

tool_config_name
string
required
tool_name
string
required
tool_category
string
required
organization_id
string
required
owner_id
string
required
tool_config_params
Tool Config Params · object | null
status
string | null
default:active
tool_config_type
string | null
default:active
project_id
string | null
default:thaink2
tags
string[] | null

Response

Successful Response