Skip to main content
GET
/
api
/
v1
/
tools
List Tools
curl --request GET \
  --url https://api.example.com/api/v1/tools
{
  "tools": [
    {}
  ]
}
Returns all tools available to the authenticated user, combining system registry tools with tools from installed skills.

Authentication

Requires a Bearer token. See Authentication.

Request Examples

curl https://hitheo.ai/api/v1/tools \
  -H "Authorization: Bearer $THEO_API_KEY"

Response

tools
object[]
Array of tool definition objects. Each includes name, description, inputSchema, category, permissionLevel, and requiresApproval.