Skip to main content
GET
/
v1
/
tools
/
available
{
  "status": "<string>",
  "tools": [
    "<string>"
  ]
}

Headers

x-api-key
string
required

Response

Successful Response

status
string | null
default:success

The status of the available tools.

tools
string[] | null

The list of available tools.

I