Installing Tools¶
Every marketplace item — AI tool, asset, notebook template, or credential template — installs the same way: open the marketplace card, confirm, and the item lands in your project. Free items install instantly; paid items deduct from the project's organization wallet.
1. Pick a project¶
Installs are project-scoped. Decide which project the tool belongs to before you start. Switch to it via Admin → Projects → {your project}.
2. Open the right marketplace¶
Pick the tab that matches what you're installing: - AI tool or asset → Assets tab → Marketplace sub-tab. - Notebook template → Notebooks tab → Marketplace sub-tab. - Credential template → API Access tab → Marketplace sub-tab.
3. Inspect before installing¶
- Click any marketplace card.
- Review:
- Description and features — what does it do?
- Permissions — what does it need (LLM access, project credentials, external APIs)?
- Pricing — free, one-time, or usage-based.
- Publisher — who made it, link to their profile.
- Reviews and stats — install count and rating from other users.
4. Install¶
- Click Deploy (assets) or Install (notebooks/credentials).
- A confirmation dialog shows:
- The target project.
- The wallet the charge (if any) comes from.
- Any required configuration fields.
- Fill in required fields. For example, an AI tool may ask which model to use; a credential template may ask for the upstream secret to wrap.
- Click Confirm install.
You see a success toast and the item appears in My Assets, My Notebooks, or API Access → {credential type}.
5. Configure after install¶
Installed items are configurable per project but cannot be edited like items you created yourself: - Open the installed item from My Assets (or its category). - Adjust per-project settings (model parameters, prompt overrides, allowed callers). - Save.
To get a fully editable copy, fork the item from its detail view if the publisher allows it — this creates a project-owned version you can change freely.
6. Update an installed item¶
When the publisher ships a new version: - A badge on the installed item's card shows Update available. - Click it to review the changelog and apply the update. - Updates re-apply your per-project configuration where possible. Breaking changes are flagged.
7. Uninstall¶
- Open the installed item.
- Click Uninstall.
- Confirm.
Uninstalling stops any usage charges from accruing and removes the item from project listings. Historical activity logs and metrics are preserved.
8. Common issues¶
- "Insufficient wallet balance" — top up the organization wallet or enable auto-recharge.
- "Missing required scope" — the item needs a scope your project doesn't grant. Check the item's permission list and update your project's API key or Sentinel Pass as needed.
- "Install failed" — open the activity log on the marketplace card; the publisher may have unpublished the item or upstream APIs may be unreachable.
For the wider browsing experience, see Browsing the marketplace.
Mirrored from traylinx-web:docs/user-manuals/marketplace/installing_tools.md. Edit the source in the traylinx-web repo — changes here are overwritten by the sync script.