truefoundry-jobs

Deploy and monitor TrueFoundry batch jobs, cron schedules, and one-time tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Deploys and monitors TrueFoundry batch jobs, scheduled cron jobs, and one-time tasks. Uses YAML manifests with tfy apply. Use when deploying jobs, scheduling cron tasks, checking job run status, or viewing execution history. For listing job applications, use applications skill.

Core Features & Use Cases

  • Deploy and monitor batch jobs, cron schedules, and ad-hoc tasks across workspaces.
  • Trigger, list, and inspect job runs via CLI or REST API, with automatic status reporting.
  • Integrate with the existing applications search to locate job deployments and correlate runs.

Quick Start

Create a manifest describing your job and run tfy apply -f tfy-manifest.yaml to deploy it.

Frequently Asked Questions about truefoundry-jobs

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

FAQPage Schema
How do I deploy TrueFoundry batch jobs using a YAML manifest?

To deploy TrueFoundry batch jobs, create a YAML manifest describing your job configuration and execute `tfy apply -f tfy-manifest.yaml` via the CLI. This automates deployment across workspaces and initiates the batch job execution environment.

How do I schedule and manage cron jobs in TrueFoundry?

You can schedule and manage cron jobs in TrueFoundry by defining the cron schedules within your YAML manifests before running `tfy apply`. This allows automated, recurring task execution and monitoring across your configured workspaces.

Do I need an API key to deploy TrueFoundry jobs?

Yes, deploying TrueFoundry jobs enforces prerequisites requiring both `TFY_BASE_URL` and `TFY_API_KEY` environment variables. These credentials authenticate your CLI commands and REST API fallback requests during job deployment and monitoring.

Can I trigger and inspect job runs via the REST API if the CLI is unavailable?

Yes, if the CLI is unavailable, you can trigger, list, and inspect TrueFoundry job runs via a REST API fallback. This workflow requires `curl` and your `TFY_API_KEY` to execute requests and report post-deploy status.

What is the best way to check TrueFoundry job execution history and run status?

The best way to check TrueFoundry job execution history and run status is using this deployment tool's automated status reporting. It lists and inspects job runs across workspaces via CLI or REST API after deployment.