truefoundry-status

Validate TrueFoundry credentials and connectivity before deployments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Validates that your TrueFoundry environment is correctly configured and accessible, preventing deployments from failing due to missing credentials or connection issues.

Core Features & Use Cases

  • Validate presence of TFY_BASE_URL, TFY_HOST, and TFY_API_KEY in the environment.
  • Optionally perform a lightweight API call to list workspaces and confirm connectivity.
  • Provide a clear status report and guidance to rectify misconfigurations before proceeding with deployments.

Quick Start

Run the status check to confirm your TFY environment is ready for deployment.

Frequently Asked Questions about truefoundry-status

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

FAQPage Schema
How do I verify TrueFoundry credentials before deployment?

To verify TrueFoundry credentials, run a preflight check that validates the presence of TFY_BASE_URL, TFY_HOST, and TFY_API_KEY in your environment to ensure connectivity before deployment.

Why does my TrueFoundry deployment fail with connection issues?

TrueFoundry deployments fail when TFY_BASE_URL, TFY_HOST, or TFY_API_KEY are missing or misconfigured. A preflight status check identifies these specific credential gaps and provides actionable remediation steps.

What is a preflight check for TFY workspaces?

A TFY preflight check is a validation process that tests environment variables and optionally makes a lightweight API call to list workspaces, confirming your TrueFoundry access is correctly configured.

Do I need TFY_API_KEY to test TrueFoundry connectivity?

Yes, you need TFY_API_KEY along with TFY_BASE_URL or TFY_HOST to test TrueFoundry connectivity. The preflight validation checks for these required environment variables before attempting any API access.

How can I check if I have access to TrueFoundry workspaces?

You can check workspace access by running a preflight skill that performs a lightweight API call to list workspaces, returning a clear status report that confirms your TrueFoundry connectivity and permissions.