Draft vs. published
Publish a tool
- Edit your tool: Fill in identity, description, quickstart, categories, and other metadata. See Editing Your Tool for every field.
- Review changes: Open the Changes page to see what will be deployed.
- Deploy: Trigger a deployment from the Changes page or Deployments.
- Go live: Once the deployment succeeds, the tool becomes searchable in the live registry.
Deployments
Each deployment captures a snapshot of your tool at a point in time. You can:- View deployment history
- Check deployment status
- Re-deploy after making changes
Search index
Published tools are indexed in the UseAgents search backend. When agents callsearch_tools or the REST search endpoint, your tool can appear in the results if it matches the query.
Metadata that affects discoverability and agent usage:
- Name, tagline, and description
- Categories, languages, and frameworks
- Tags
- Quickstart, input shape, output shape, and pitfalls
Archive a tool
You can archive a published tool to remove it from the registry and search. Archived tools remain in your dashboard and can be restored later.Before you deploy
- Confirm the description is accurate and factual.
- Check that the docs, repo, and website links are valid.
- Make sure categories, tags, languages, and frameworks reflect the tool correctly.
- Review the changes page so the deployment does not publish stale or accidental edits.