Skip to main content
GET
/
ai
/
tools
List AI tools
curl --request GET \
  --url https://api.wacht.dev/ai/tools \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Query Parameters

limit
integer
default:50

Number of items to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of items to skip

Required range: x >= 0

Search term to filter tools by name or description

Response

200 - application/json

List of AI tools