truefoundry-access-tokens

Manage TrueFoundry personal access tokens for API authentication and CI/CD.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to securely manage TrueFoundry personal access tokens (PATs) used for API authentication and CI/CD workflows, reducing manual token handling risks.

Core Features & Use Cases

  • List PATs to monitor active tokens and expiration.
  • Create new tokens for API or CI/CD integrations, with secure handling that never prints token values.
  • Delete tokens to revoke access and rotate credentials when needed.
  • Real-world use: generate a PAT for a deployment pipeline, store it securely, and rotate it periodically.

Quick Start

Begin with the preflight check, then list tokens, create a new token, and manage deletions as needed.

Frequently Asked Questions about truefoundry-access-tokens

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

FAQPage Schema
How do I manage TrueFoundry personal access tokens for CI/CD pipelines?

TrueFoundry personal access tokens are credentials used for API authentication and CI/CD workflows. They allow automated pipelines to securely interact with your TrueFoundry environment, reducing manual token handling risks by providing auditable access.

How do I create a new personal access token for a deployment pipeline?

To create a new personal access token, you run the token creation workflow after passing preflight checks. The system generates the PAT for your deployment pipeline and enforces a single-use token reveal so the value is never repeatedly printed.

What's the best way to rotate secure credentials and revoke API access?

The best way to rotate secure credentials is to delete existing tokens to revoke access and create new ones. This workflow supports safe credential rotation by operating via a REST API wrapper or CLI to enforce auditable token management.

Do I need a TFY_API_KEY to list active API authentication tokens?

Yes, you need both the TFY_API_KEY and TFY_BASE_URL configured to list active API authentication tokens. The skill performs preflight checks to ensure these environment variables are present before attempting to list or manage your tokens.

Why does token management mask personal access token values during display?

Token management masks personal access token values during display to enforce built-in security safeguards. By ensuring a single-use token reveal and masking values afterward, the system prevents sensitive credentials from being exposed in logs or terminal output.