Skip to main content
Skills are like onboarding guides for AI agents. Instead of figuring out the right sequence of API calls from scratch, the agent reads a skill and follows a tested, step-by-step procedure — just like a new hire following internal documentation. TrueFoundry ships a set of pre-built skills that encode the correct workflows, required fields, edge cases, and best practices for every major platform operation. These skills follow the open Agent Skills standard and can be used in any harness that supports skills — including Cursor, Claude Code, Codex, and TrueFoundry’s own Agent Harness.

What skills do

Without skills, a general-purpose agent has to guess the right order of operations, which fields are required, and what validations to run. This often leads to wrong ordering, missing parameters, or skipped steps. With skills, the agent:
  • Follows a tested procedure for each operation type
  • Knows which fields are required and what values are valid
  • Handles edge cases and common errors automatically
  • Cross-references related operations when workflows span multiple domains

Available skills

SkillWhat it helps you do
GatewaySet up models, provider accounts, virtual models with routing and failover
Integrate GatewayScan your codebase and migrate to AI Gateway
ObservabilityQuery usage, token consumption, cost breakdowns, error analysis
MCP serversRegister from catalogue, configure auth, manage lifecycle
PlatformWorkspaces, secrets, access control, tokens, CLI setup
AgentsBuild and manage agents in the Agent Registry
Skills RegistryPublish and share reusable skills
PromptsManage prompts in the Prompt Registry

Open source

truefoundry/tfy-gateway-skills

Browse the source, see exactly what each skill does, and suggest improvements.
These are the pre-built skills for TrueFoundry platform operations. The Skills Registry is where you publish and share your own custom skills for any domain.