curl https://tools.runtools.ai/v1/tools \ -H "X-API-Key: $RUNTOOLS_API_KEY"
{ "data": [ { "slug": "github", "name": "GitHub", "description": "Manage repositories, issues, and pull requests", "category": "developer", "enabled": true, "hasCredentials": true, "credentialMode": "oauth", "oauthProvider": "github", "requiredCredentialFields": [], "installedAt": "2026-05-06T10:00:00Z" } ] }
List installed Tool Hub tools
Documentation IndexFetch the complete documentation index at: https://docs.runtools.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.
https://tools.runtools.ai/v1
const marketplace = await rt.tools.marketplace(); const matches = await rt.tools.search('github'); const github = await rt.tools.get('github'); const custom = await rt.tools.custom();