Studio Tools¶
Studio Tools is the umbrella name for everything a project owns and uses: assets, tools, credentials, and notebook templates. There is no standalone "Studio Tools" page — Studio Tools lives inside each project, under the Assets tab.
1. Open Studio Tools¶
- Admin → Projects → {your project}.
- Click the Assets tab.
You see two sub-tabs: - My Assets — the tools, assets, and templates this project owns. - Marketplace — installable tools and assets from the Traylinx Marketplace (see Browsing the marketplace).
2. What counts as a Studio Tool¶
Studio Tools include: - AI tools — agent prompts, function definitions, model wrappers. - Assets — DeFi instruments, tokens, documents, media, mini-apps. - Notebooks — interactive workflows mixing prompts, code, and outputs. - Credentials — installable credential templates from the marketplace (separate from your project's own API keys and Sentinel Passes).
The older AI Studio surface has been merged into Assets. Any link to /admin/projects/:id/aistudio/... redirects to the matching /assets/... route.
3. Create a tool or asset¶
- From My Assets, click Create.
- Pick a type — AI tool, notebook, document, dataset, mini-app, etc.
- The right editor opens with type-specific fields.
- Save. The new asset appears in My Assets and is available to every member of the project.
4. Use a tool¶
Open any asset card to see: - Overview — description, owner, version, tags. - Configuration — model settings, prompt template, parameters. - Run — execute the tool with inputs and view output. - Versions — history of changes.
Tools you own can be edited; installed tools from the marketplace can be configured per-project but not edited.
5. Install from the marketplace¶
Open the Marketplace sub-tab to browse installable tools and assets. See Installing tools for the full install flow.
6. Publish to the marketplace¶
If you have Creator or Operator subscription, your project assets can be published for others to install. See Publishing agents for requirements and the publish workflow.
7. Tool categories you'll see¶
Assets in this project (and in the marketplace) are grouped by category: - AI Studio — agent prompts, tools, and orchestration assets. - Assets — DeFi, tokens, documents, media. - Notebooks — workflow templates. - Credentials — pre-built OAuth / API credential definitions.
Browse each category as a sub-tab in the marketplace view.
8. Quick links¶
- Projects and assets — broader context on projects and the assets system.
- Personal Assistant — how the in-app assistant interacts with tools.
- Browsing the marketplace — install and discover.
Mirrored from traylinx-web:docs/user-manuals/studio_tools.md. Edit the source in the traylinx-web repo — changes here are overwritten by the sync script.