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>"
}
]
}Agents
List Available Tools
List all available tools/capabilities for AI Task nodes in workflows
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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.asteroid.ai/llms.txt
Use this file to discover all available pages before exploring further.
⌘I

