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 "https://tools.runtools.ai/v1/marketplace/search?q=github"
const tools = await rt.tools.search('github');
{ "data": [ { "slug": "github", "name": "GitHub", "description": "Manage repositories, issues, and pull requests", "category": "developer", "type": "official", "installCount": 1200 } ] }
Search public Tool Hub tools
https://tools.runtools.ai/v1
curl https://tools.runtools.ai/v1/marketplace
const tools = await rt.tools.marketplace({ category: 'developer' });