curl --request GET \
--url https://prod.featherhq.com/api/v1/pre-built-tools \
--header 'X-API-Key: <api-key>'{
"tools": [
{
"id": "<string>",
"slug": "<string>",
"name": "<string>",
"description": "<string>"
}
]
}List all pre-built tools
curl --request GET \
--url https://prod.featherhq.com/api/v1/pre-built-tools \
--header 'X-API-Key: <api-key>'{
"tools": [
{
"id": "<string>",
"slug": "<string>",
"name": "<string>",
"description": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.featherhq.com/llms.txt
Use this file to discover all available pages before exploring further.