Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.pathors.com/v1/projects/{projectId}/tools \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "type": "<string>", "metadata": {} } '
為專案建立新的工具
POST https://api.pathors.com/v1/projects/{projectId}/tools
restful
mcp
google-calendar-create
smtp
duckduckgo-search
agent
GET /v1/projects/{projectId}/tools/types
201
curl -X POST https://api.pathors.com/v1/projects/{projectId}/tools \ -H "Authorization: Bearer dk_your_key" \ -H "Content-Type: application/json" \ -d '{ "type": "restful", "metadata": { "url": "https://api.example.com/search", "method": "GET" } }'