curl --location --request GET 'https://api.superagent.sh/api/v1/tools' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": [
{
"id": "cli28c2vd00016itbrlhekwql",
"name": "My search tool",
"type": "SEARCH"
}
]
}
List all tools.
curl --location --request GET 'https://api.superagent.sh/api/v1/tools' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": [
{
"id": "cli28c2vd00016itbrlhekwql",
"name": "My search tool",
"type": "SEARCH"
}
]
}
tool
object.curl --location --request GET 'https://api.superagent.sh/api/v1/tools' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": [
{
"id": "cli28c2vd00016itbrlhekwql",
"name": "My search tool",
"type": "SEARCH"
}
]
}