Documentation Index¶
Fetch the complete documentation index at: https://makakoo-traylinx-35.mintlify.app/llms.txt Use this file to discover all available pages before exploring further.
Installing Tools¶
Browse and install AI tools from the TrayLinx Marketplace into your projects.
The TrayLinx Marketplace lets you add AI agents and tools built by the community directly into your projects. Once installed, a tool behaves like any other tool in your project — you can configure its credentials, endpoint settings, and activation independently.
Finding tools in the Marketplace¶
You can access the Marketplace from the AI Studio tab inside any project. The browser opens a full-screen dialog with a searchable, filterable list of all publicly available and active tools.
Use the search bar to find tools by name or description. For AI tools, you can filter by Type (for example, Agent, MCP Server, or Notebook). The result count updates as you apply filters so you can see how many tools match your criteria.
Tool cards¶
Each item in the Marketplace is shown as a card. The card displays:
| Field | Description |
|---|---|
| Title | The tool's display name |
| Description | What the tool does and its use cases |
| Type | The asset type (for example, Agent, MCP Server, AI) |
| Visibility | Whether the tool is public or private |
| Author | The creator or organization that published the tool |
| Downloads | Total number of installs across all projects |
| Status | Active or Inactive — only active tools can be installed |
Tools already installed in your project show an Installed badge and a disabled button so you can see at a glance what you already have.
Installing a tool¶
Configuring installed tools¶
After installing a tool, you may need to provide configuration before it can run in your project. Open the tool from Studio Tools and use the available configuration dialogs:
API keys and credentials
Many tools require an API key or access token to connect to an external service. Open the tool's settings and add the required key-value pairs under Environment Variables or the tool's credentials section.
Endpoint settings
If the tool exposes an HTTP endpoint, you can view and update the endpoint URL, HTTP method, headers, and body configuration from the tool's Endpoint Configuration panel.
Activation status
Installed tools default to Active. You can toggle activation from the tool list without removing the tool from your project.
Sentinel Pass creation during installation¶
Some tools require a Sentinel Pass to authenticate against TrayLinx's zero-trust infrastructure. If the installation flow detects that a Sentinel Pass is required, it routes you through the Sentinel Pass creation process before completing the install.
The Sentinel Pass is generated by an agent-based pipeline and is scoped to your project. Once created, it is stored securely and used automatically during tool invocations.
For more information, see Sentinel Pass.
Managing installed tools¶
All installed tools appear in your project's Studio Tools list alongside tools you created. You can identify installed tools by their origin badge:
- This Project — the tool was created in this project
- Your Organization — the tool comes from your organization's library
- Tools without an origin badge were installed from the community Marketplace
From the tool list you can:
- Configure — update credentials, endpoint settings, and environment variables
- Test — use the built-in Endpoint Tester to validate the tool works correctly in your project
- Upgrade or downgrade — switch to a different published version of the tool
- Uninstall — remove the tool from your project (see below)
Uninstalling a tool¶
To remove an installed tool from your project:
- Open the Studio Tools tab in your project.
- Find the tool you want to remove.
- Open the tool's action menu and select Remove from Project (or Uninstall).
- Confirm the removal. The tool is unlinked from your project immediately.
Retry and error handling¶
If an installation fails, the tool card shows a Retry button with an error message. Common causes include network errors or a temporary service disruption. Click Retry to attempt the installation again.
If the error persists, check that the tool is still active on the Marketplace and that your project has the required permissions. For further help, see Studio Tools.
Built with Mintlify.