access-tokens

Manage TrueFoundry personal access tokens for API, CI/CD, and AI Gateway access.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

PATs are essential for authenticating against APIs, CI/CD pipelines, and AI Gateway access. Managing tokens securely and at scale is error-prone without a dedicated workflow.

Core Features & Use Cases

  • List all personal access tokens with IDs, creation dates, and expiry where applicable.
  • Create a new token with a secure handling policy (token value displayed only once, stored securely by the user).
  • Delete tokens after explicit confirmation, with HITL for potentially disruptive actions.
  • Integrations: AI Gateway, GitOps/CI/CD pipelines, and controller scripts that require PATs.

Quick Start

Ask the agent to list all personal access tokens and manage them (create or delete) as needed.

Frequently Asked Questions about access-tokens

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

FAQPage Schema
How do I automate TrueFoundry personal access token management for CI/CD pipelines?

You can automate TrueFoundry PAT management for CI/CD pipelines using a Bash and curl script to list, create, and delete tokens via API calls, enforcing secure authentication workflows across environments.

When do I need a personal access token for AI Gateway access?

You need a personal access token for AI Gateway access when authenticating API requests or integrating controller scripts. Tokens secure gateway interactions and must be stored securely immediately after creation.

Can I list and delete existing API tokens directly from the command line?

Yes, you can list and delete existing API tokens from the command line. The workflow displays token IDs, creation dates, and expiry information, requiring explicit confirmation before deleting tokens to prevent disruptive actions.

Do I need Bash and curl installed to manage TrueFoundry PATs?

Yes, you need Bash and curl installed along with access to a TrueFoundry instance. The workflow relies on a Bash script to execute curl commands for interacting with the token management API.

Why is my TrueFoundry token value not displayed after creation?

Your TrueFoundry token value is not displayed after creation due to a secure handling policy. Token values are revealed only once at the creation moment and must be stored securely by the user, never appearing again.