POST
/
tool
curl --request POST \
  --url https://api.isosceles.ai/tool \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "serper",
  "provider": "serper",
  "enabled": true,
  "api_key": "48a48f7c93dab4213a803c8206d6f9aca8c4d3eb"
}'
{
  "enabled": true,
  "expires_at": null,
  "external_user_id": null,
  "id": "<string>",
  "name": "<string>",
  "provider": "<string>",
  "scopes": null,
  "user_id": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200 - application/json

The response is of type object.