status

Verify TrueFoundry connection status and validate TFY_BASE_URL, TFY_HOST, and TFY_API_KEY credentials.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures your TrueFoundry environment is correctly configured, preventing errors before you start critical operations.

Core Features & Use Cases

  • Connection Check: Verifies that your agent can reach the TrueFoundry API endpoint.
  • Credential Verification: Confirms that your API key and base URL are set correctly.
  • Troubleshooting: Provides clear error messages and links to documentation if configuration is missing or invalid.
  • Use Case: Before deploying a new service, run this Skill to confirm your credentials are valid and TrueFoundry is accessible, avoiding deployment failures due to authentication issues.

Quick Start

Check my TrueFoundry connection status.

Frequently Asked Questions about status

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

FAQPage Schema
How do I verify my TrueFoundry API key and connection status?

To verify your TrueFoundry connection status, run a preflight check that authenticates your TFY_API_KEY, TFY_BASE_URL, and TFY_HOST. This validates your credentials and confirms API endpoint accessibility before critical operations.

Why does my TrueFoundry deployment fail due to authentication issues?

TrueFoundry deployment authentication issues occur when environment variables like TFY_API_KEY or TFY_BASE_URL are missing or invalid. Running a credential verification check diagnoses connectivity problems and returns clear error messages.

When do I need to check TrueFoundry credentials before deploying a service?

You need to check TrueFoundry credentials before deploying a service to prevent failures. A preflight connection check confirms your API key is valid and the platform is accessible, avoiding deployment errors caused by misconfigured authentication.

How can I troubleshoot TrueFoundry connectivity and configuration errors?

To troubleshoot TrueFoundry connectivity errors, execute a status check that tests your API endpoint reachability and verifies environment variables. The check provides clear error messages and documentation links if configuration is missing or invalid.

What environment variables are required to authenticate with the TrueFoundry API?

Authenticating with the TrueFoundry API requires three environment variables: TFY_BASE_URL, TFY_HOST, and TFY_API_KEY. A credential verification check tests these variables to ensure your agent can correctly reach the API endpoint.