workspaces

List TrueFoundry workspaces and clusters with FQNs and connectivity status.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of identifying and selecting the correct deployment targets (workspaces and clusters) within TrueFoundry, ensuring your applications are deployed to the intended infrastructure.

Core Features & Use Cases

  • List Workspaces & Clusters: View all available workspaces and their associated clusters.
  • Identify Deployment Targets: Find the correct workspace FQNs needed for deployments.
  • Check Cluster Status: Verify connectivity and discover available resources like GPU types.
  • Use Case: Before deploying a new ML model, you need to know which cluster has the required GPU types and then select the appropriate workspace for deployment. This Skill provides that information interactively.

Quick Start

Use the workspaces skill to list all available clusters and workspaces.

Frequently Asked Questions about workspaces

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

FAQPage Schema
How do I find available workspaces and clusters in TrueFoundry?

You can list available TrueFoundry workspaces and clusters by querying the TrueFoundry API. This process returns a comprehensive view of accessible workspaces, associated clusters, and their current connectivity status.

How do I get the workspace FQN needed for a TrueFoundry deployment?

To get the workspace FQN for a TrueFoundry deployment, you list your available workspaces via the API. The Skill provides the exact FQN strings required to correctly identify and target your intended infrastructure.

Can I check cluster connectivity and discover available GPU types in TrueFoundry?

Yes, you can check cluster connectivity and discover available GPU types in TrueFoundry. The Skill queries the API to return the current connection status of clusters and identifies the specific GPU resources supported for your deployments.

How do I find the base domain for constructing public URLs in TrueFoundry?

You can find the base domain for constructing public URLs in TrueFoundry by listing your cluster information. The Skill queries the API to discover base domains, allowing you to properly route traffic to your deployed applications.

When do I need to list TrueFoundry workspaces before deploying an ML model?

You need to list TrueFoundry workspaces before deploying an ML model when you must verify cluster resources. This ensures you select a workspace mapped to a cluster with the required GPU types and active connectivity for your specific workload.