truefoundry-onboarding

Guide new TrueFoundry users through registration, credential setup, and connection testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guides new users through TrueFoundry setup — account registration, credential configuration, and first deployment. Use when the user says "get started", "set up truefoundry", "new account", "register", "onboard", "I'm new", or has no credentials configured.

Core Features & Use Cases

  • Interactive onboarding flow: registration, email verification, PAT guidance
  • Credential setup: export TFY_BASE_URL and TFY_API_KEY, and environment configuration
  • Preflight / verification: test API call to verify connectivity
  • Optional next steps: guide to deploy using deploy, status, or workspaces

Quick Start

Begin onboarding by running tfy register (if needed) and then configure TFY_BASE_URL and TFY_API_KEY to test the connection.

Frequently Asked Questions about truefoundry-onboarding

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

FAQPage Schema
How do I set up TrueFoundry credentials for API access?

TrueFoundry onboarding covers account registration, email verification, and PAT guidance. It provides an interactive flow to create your account and generate the personal access token needed for API authentication.

How do I test my TrueFoundry API connection after configuring credentials?

TrueFoundry onboarding enforces credential security by guiding users through secure export of TFY_API_KEY and TFY_BASE_URL environment variables. It ensures credentials are properly configured in Bash, curl, or Python environments for safe API authentication.

Do I need a registered account before generating a TrueFoundry API key?

After TrueFoundry onboarding, you can proceed to deployment tasks using deploy, status, or workspaces commands. These next steps leverage your configured credentials to manage and monitor your deployed applications.

Can I configure TrueFoundry credentials in a Python environment?

TrueFoundry onboarding is the recommended first step for new users without configured credentials. It provides a guided setup flow from registration through credential configuration, ensuring a working environment before deployment tasks.