truefoundry-prompts

Manage TrueFoundry prompt registry prompts and versions via TFY REST API.

13|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/truefoundry/tfy-gateway-skills --skill truefoundry-prompts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: truefoundry-prompts
Source: https://github.com/truefoundry/tfy-gateway-skills/tree/main/skills/prompts
Command: npx skills add https://github.com/truefoundry/tfy-gateway-skills --skill truefoundry-prompts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, curl, and includes references (resource) components.

What problem does it solve?

The skill provides a centralized interface to manage TrueFoundry prompt registry prompts and their versions, enabling consistent governance and orchestration of prompts across teams.

Core Features & Use Cases

  • List prompts and versions, view details, and compare changes across versions.
  • Create or update prompts and versions, apply tags to promote stable releases, and delete prompts when needed.
  • Use cases include maintaining a shared prompt library for agents, auditing prompt changes, and enabling reproducible experiments.

Quick Start

Start by asking the assistant to list all prompts and their latest versions in the registry for your workspace.

Frequently Asked Questions about truefoundry-prompts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage LLM prompts in a centralized registry for ML workflows?

List prompt versions in the registry by querying the /api/ml/v1/prompts endpoint. You can view details and compare changes across versions to maintain a shared prompt library for ML workflows and agents.

How do I create and tag stable LLM prompt versions for reproducible experiments?

Create or update prompt versions via REST API calls, then apply tags to promote stable releases. Tagging specific versions ensures reproducible experiments and reliable agent behavior across your ML workflows.

Do I need API keys and curl to access the prompt registry?

Yes, accessing the prompt registry requires Bash and curl for command-line API execution. You must configure the TFY_BASE_URL and TFY_API_KEY environment variables for authentication with the /api/ml/v1/ endpoints.

What is the best way to audit prompt changes across development teams?

Auditing prompt changes is handled by listing prompt versions and viewing details in the registry. This tracks modifications over time, enabling consistent governance and coordinated prompt updates across teams.

Can I delete outdated prompt versions from the registry?

Yes, you can delete prompts from the registry using the TrueFoundry REST API. This removes outdated versions and helps maintain a clean, current library of LLM prompts for your agents.