Tools
Create a new tool
POST
/
tools
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
task
string
requiredName of the project associated with this tool
name
string
requiredparameters
object
requiredThese can be function call params or plugin call params
type
enum<string>
requiredAvailable options:
function
, tool
description
string
Response
200 - application/json
result
object