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 GET \ --url https://api.kejue.co/api/v1/agents/{agent_id}/tools \ --header 'X-API-Key: <api-key>'
[ { "tool_name": "<string>", "channels": [ "<string>" ], "config": {}, "tool_id": "<string>" } ]
List tools attached to an agent.
Workspace API key (e.g. kej_live_...)
kej_live_...
Successful Response