truefoundry-agents

Manage TrueFoundry Agent Registry agents with CRUD operations and collaborator access.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manages TrueFoundry Agent Registry by allowing teams to list, create, update, and delete AI agents backed by prompts or hosted A2A sources, with collaborator access and sample inputs.

Core Features & Use Cases

Core capabilities include listing agents with details, upserting agent manifests (create/update), configuring collaborators with role-based access, attaching prompt sources via prompt_version_fqn, associating sample inputs for UI previews, and supporting both prompt-backed and Hosted A2A agents.

Quick Start

Create a new agent by supplying name, description, source (prompt_version_fqn or hosted URL), and optional collaborators.

Frequently Asked Questions about truefoundry-agents

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

FAQPage Schema
How do I register an AI agent in TrueFoundry?

You can register an AI agent in TrueFoundry by supplying its name, description, and source, such as a prompt_version_fqn or hosted A2A URL. This Skill upserts agent manifests to create or update agents in the registry.

What credentials do I need to manage the TrueFoundry Agent Registry?

You need a valid TFY_BASE_URL and TFY_API_KEY to manage the TrueFoundry Agent Registry. The Skill performs preflight checks using these credentials to authenticate registry operations.

How do I configure role-based access for AI agents?

You can configure role-based access for AI agents by adding collaborators during agent creation or updates. This Skill manages collaborator access directly within the TrueFoundry Agent Registry.

Can I associate sample inputs with hosted A2A agents?

Yes, you can associate sample inputs with hosted A2A agents to enable UI previews. The Skill supports attaching these sample inputs for both prompt-backed and hosted A2A agents.

How are prompt-backed AI agents resolved in TrueFoundry?

Prompt-backed AI agents are resolved using the prompt_version_fqn identifier. This Skill relies on the prompts Skill to resolve specific prompt versions required for prompt-backed agent sources.