Skip to main content
GET
/
agents
/
available-tools
List Available Tools
curl --request GET \
  --url https://odyssey.asteroid.ai/agents/v2/agents/available-tools \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>'
{
  "tools": [
    {
      "capability": "<string>",
      "description": "<string>",
      "isRequired": true,
      "name": "<string>"
    }
  ]
}

Authorizations

X-Asteroid-Agents-Api-Key
string
header
required

Response

The request has succeeded.

tools
object[]
required