Skip to main content
GET
/
v1
/
tools
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"
    }
  ]
}

Query Parameters

category
string
Filter by category: communication, developer, data, productivity

Response

data
array
Array of installed tools
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"
    }
  ]
}