access-tokens

List, create, and delete TrueFoundry Personal Access Tokens via Bash and curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management of TrueFoundry Personal Access Tokens (PATs), which are crucial for authenticating API requests, CI/CD pipelines, and other automated processes.

Core Features & Use Cases

  • List Tokens: View all existing PATs with their names, IDs, creation dates, and expiration.
  • Create Tokens: Generate new PATs with specified names, essential for new integrations or granting temporary access.
  • Delete Tokens: Revoke access for old or compromised tokens, enhancing security.
  • Use Case: A developer needs to set up a new CI/CD pipeline to deploy their ML model. They use this Skill to create a new PAT, then securely store it in their CI/CD system for authentication.

Quick Start

Use the access-tokens skill to list all your current personal access tokens.

Frequently Asked Questions about access-tokens

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

FAQPage Schema
How do I create a TrueFoundry API key for CI/CD authentication?

To create a TrueFoundry API key for CI/CD authentication, you use this Skill to generate a new Personal Access Token (PAT) with a specified name. You can then securely store this PAT in your CI/CD system to authenticate automated deployments and API requests.

What are Personal Access Tokens used for in TrueFoundry?

Personal Access Tokens (PATs) in TrueFoundry are used for authenticating API requests, CI/CD pipelines, and automated processes. They securely control access to your TrueFoundry resources without requiring interactive login for automated workflows.

How do I view and manage my existing TrueFoundry access tokens?

You can view and manage existing TrueFoundry access tokens by listing all current PATs through the Skill. This displays their names, IDs, creation dates, and expiration status, allowing you to track and control active API credentials.

How do I revoke a compromised TrueFoundry API token?

To revoke a compromised TrueFoundry API token, you use the Skill's delete function to permanently remove the specific Personal Access Token. Revoking old or compromised tokens immediately halts their access and enhances your overall security posture.

Do I need Bash and curl to manage TrueFoundry personal access tokens?

Yes, you need Bash and curl installed in your environment to manage TrueFoundry personal access tokens using this Skill. It relies on direct API interaction executed through the tfy-api.sh script, which requires these command-line tools to function.