curl https://api.runtools.ai/v1/tools \
-H "X-API-Key: rt_live_xxx"
{
"data": [
{
"slug": "gmail",
"name": "Gmail",
"description": "Send and read emails",
"category": "communication",
"configured": true,
"installedAt": "2025-01-20T10:00:00Z"
},
{
"slug": "github",
"name": "GitHub",
"description": "Manage repositories, issues, PRs",
"category": "developer",
"configured": true,
"installedAt": "2025-01-19T10:00:00Z"
}
]
}
List installed tools in your organization
curl https://api.runtools.ai/v1/tools \
-H "X-API-Key: rt_live_xxx"
{
"data": [
{
"slug": "gmail",
"name": "Gmail",
"description": "Send and read emails",
"category": "communication",
"configured": true,
"installedAt": "2025-01-20T10:00:00Z"
},
{
"slug": "github",
"name": "GitHub",
"description": "Manage repositories, issues, PRs",
"category": "developer",
"configured": true,
"installedAt": "2025-01-19T10:00:00Z"
}
]
}
communication, developer, data, productivitycurl https://api.runtools.ai/v1/tools \
-H "X-API-Key: rt_live_xxx"
{
"data": [
{
"slug": "gmail",
"name": "Gmail",
"description": "Send and read emails",
"category": "communication",
"configured": true,
"installedAt": "2025-01-20T10:00:00Z"
},
{
"slug": "github",
"name": "GitHub",
"description": "Manage repositories, issues, PRs",
"category": "developer",
"configured": true,
"installedAt": "2025-01-19T10:00:00Z"
}
]
}