cURL
curl --request GET \ --url https://api.pathors.com/v1/projects/{projectId}/tools/types \ --header 'Authorization: <authorization>'
List all available tool types and their configuration schemas
Documentation IndexFetch the complete documentation index at: https://docs.pathors.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pathors.com/llms.txt
Use this file to discover all available pages before exploring further.
GET https://api.pathors.com/v1/projects/{projectId}/tools/types
curl https://api.pathors.com/v1/projects/{projectId}/tools/types \ -H "Authorization: Bearer dk_your_key"