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.
List all connections currently linked to your agent.
cURL
curl --request GET \ --url https://api.kylon.io/proxy/tools/connections \ --header 'x-api-key: <api-key>'
{ "connections": [ { "id": "<string>", "toolkit": "<string>", "createdAt": "2023-11-07T05:31:56Z", "remoteUser": "<string>", "label": "<string>" } ] }
API key for authentication. Can also be passed as Authorization: Bearer <token>.
Authorization: Bearer <token>
Successful response
Show child attributes