truefoundry-workspaces

List TrueFoundry workspaces and clusters with their FQNs via Bash and curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify deployment targets by listing all TrueFoundry workspaces and clusters, along with their FQNs, connectivity status, and available GPU types.

Core Features & Use Cases

  • Enumerates workspaces and clusters with workspace FQNs for deployment targets.
  • Shows cluster connectivity status and available GPU types to plan resources.
  • Reveals cluster base domains to help construct public endpoints during exposure.

Quick Start

Ask this skill to list your TrueFoundry workspaces, clusters, and their FQNs to begin deployment planning.

Frequently Asked Questions about truefoundry-workspaces

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

FAQPage Schema
How do I list TrueFoundry workspaces and clusters for deployment planning?

To list TrueFoundry workspaces and clusters, you can query the API endpoints using Bash and curl, or utilize tfy-api.sh if the CLI is available. This enumerates available deployment targets along with their workspace FQNs, connectivity status, and GPU types.

Can I verify cluster connectivity and available GPU types before deploying to TrueFoundry?

You can verify cluster connectivity and available GPU types by listing TrueFoundry workspaces and clusters. This process queries the MCP or API endpoints to display the connectivity status and hardware specifications to help you plan your resource allocation.

How do I find cluster base domains to construct public endpoints in TrueFoundry?

Finding cluster base domains to construct public endpoints involves listing your TrueFoundry clusters. The skill reveals these base domains alongside workspace FQNs, enabling you to properly configure public exposure for your applications during deployment.

Do I need the TrueFoundry CLI installed to query workspace FQNs?

You do not need the TrueFoundry CLI installed to query workspace FQNs. The skill uses Bash and curl to query MCP or API endpoints directly, but it can also utilize tfy-api.sh when the CLI is available.

What is the best way to compare TrueFoundry clusters for resource allocation?

The best way to compare TrueFoundry clusters for resource allocation is to list all clusters and workspaces. This reveals connectivity status and available GPU types across your deployment targets, allowing you to make informed resource planning decisions.