Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.
Marketplace
Installed Tools
{ all: true } to list() and custom() for broader org views.
Credentials
Execute
credentialOverrides to map a tool credential field to a named secret:
Custom Tools
defineTool() and deploy them with the CLI. See Custom Tools.
Methods
| Method | Description |
|---|---|
marketplace({ category? }) | List public marketplace tools |
search(query) | Search public tools |
get(slug) | Get marketplace metadata |
list({ all? }) | List installed tools |
custom({ all? }) | List visible custom tools |
install(slug) | Install a tool |
uninstall(slug) | Uninstall a tool |
forceUninstall(slug) | Admin-only removal across the org |
setVisibility(slug, visibility) | Set custom tool visibility |
storeCredentials(slug, credentials) | Store manual credentials |
credentials(slug) | Check credential status |
clearCredentials(slug) | Clear manual credentials |
execute(slug, options) | Run a tool action |