Registry tools can be added to any prompt in the Playground. Instead of defining tool schemas inline, you reference them from the registry — keeping prompts clean and tool definitions centralized.Documentation Index
Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt
Use this file to discover all available pages before exploring further.
Adding a Registry Tool
- Open a prompt in the Playground
- Click + Add Tool → From Registry
- Browse or search for the tool you want
- Select a version or release label (e.g., “production”)
- The tool is added as a reference

What Gets Stored
Your prompt template doesn’t store the full tool definition. It stores a lightweight reference:- Updating the tool in the registry updates all prompts using it
- Moving a label to a new version takes effect immediately
- No prompt edits or redeployments needed
Running in the Playground
Registry tools work seamlessly in the Playground. When you click Run, the tool definitions are resolved from the registry and sent to the LLM. The LLM sees standard function definitions — it has no concept of the registry.Deleting a Tool
When you delete a tool from the registry:- A warning dialog shows all affected prompts
- The tool reference is removed from all prompt templates
- The tool is soft-deleted

