docs

Fetches TrueFoundry documentation, API reference, and deployment guides. Use when the user needs platform docs or how-to guidance.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "docs" with this command: npx skills add truefoundry/tfy-agent-skills/truefoundry-tfy-agent-skills-docs

Routing note: For ambiguous user intents, use the shared clarification templates in references/intent-clarification.md.

<objective>

TrueFoundry Documentation

Fetch up-to-date TrueFoundry documentation for features, API reference, and deployment guides.

When to Use

Fetch up-to-date TrueFoundry documentation for features, API reference, deployment guides, or troubleshooting.

</objective> <instructions>

Documentation Sources

API Reference

Full API docs:

https://truefoundry.com/docs/api-reference

Fetch a specific section:

curl -s https://truefoundry.com/docs/api-reference/applications/list-applications

Deployment Guides

TopicURL
Introduction to Serviceshttps://truefoundry.com/docs/introduction-to-a-service
Deploy First Servicehttps://truefoundry.com/docs/deploy-first-service
Dockerize Codehttps://truefoundry.com/docs/dockerize-code
Ports and Domainshttps://truefoundry.com/docs/define-ports-and-domains
Endpoint Authhttps://truefoundry.com/docs/endpoint-authentication
Resources (CPU/Memory)https://truefoundry.com/docs/resources-cpu-memory-storage
Fractional GPUshttps://truefoundry.com/docs/using-fractional-gpus
Environment Variableshttps://truefoundry.com/docs/environment-variables-and-secrets
Autoscalinghttps://truefoundry.com/docs/autoscaling-overview
Liveness/Readiness Probeshttps://truefoundry.com/docs/liveness-readiness-probe
Rollout Strategyhttps://truefoundry.com/docs/rollout-strategy
Deploy Programmaticallyhttps://truefoundry.com/docs/deploy-service-programatically
CI/CD Setuphttps://truefoundry.com/docs/setting-up-cicd-for-your-service
Monitoringhttps://truefoundry.com/docs/monitor-your-service

Job Deployment

TopicURL
Introduction to Jobshttps://truefoundry.com/docs/introduction-to-a-job
Deploy First Jobhttps://truefoundry.com/docs/deploy-first-job

ML & LLM

TopicURL
ML Reposhttps://truefoundry.com/docs/ml-repos
LLM Deploymenthttps://truefoundry.com/docs/llm-deployment
LLM Tracinghttps://truefoundry.com/docs/llm-tracing

Authentication

TopicURL
Generating API Keyshttps://docs.truefoundry.com/docs/generating-truefoundry-api-keys

Fetching Docs

To fetch a specific docs page for the user:

curl -sL "https://truefoundry.com/docs/deploy-first-service" | head -200

Or use WebFetch if available in the agent.

</instructions>

<success_criteria>

Success Criteria

  • The user has received the relevant documentation content or URL for their question
  • The agent has fetched and summarized the specific docs page rather than just linking to it
  • The user understands the next steps based on the documentation provided
  • If the docs page was unavailable, the agent has suggested alternative resources or related skills

</success_criteria>

<references>

Composability

  • Before deploy: Fetch deploy guides for the specific app type
  • For API usage: Reference references/api-endpoints.md in _shared
  • For troubleshooting: Fetch relevant docs page and summarize
</references>

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

ssh-server

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

deploy

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ai-gateway

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

access-control

No summary provided by upstream source.

Repository SourceNeeds Review