truefoundry-docs
Original:🇺🇸 English
Translated
2 scripts
Fetches TrueFoundry documentation, API reference, and deployment guides. Use when the user needs platform docs or how-to guidance.
2installs
Added on
NPX Install
npx skill4agent add truefoundry/tfy-deploy-skills truefoundry-docsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →<objective>Routing note: For ambiguous user intents, use the shared clarification templates in references/intent-clarification.md.
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-referenceFetch a specific section:
bash
curl -s https://truefoundry.com/docs/api-reference/applications/list-applicationsDeployment Guides
| Topic | URL |
|---|---|
| Introduction to Services | |
| Deploy First Service | |
| Dockerize Code | |
| Ports and Domains | |
| Endpoint Auth | |
| Resources (CPU/Memory) | |
| Fractional GPUs | |
| Environment Variables | |
| Autoscaling | |
| Liveness/Readiness Probes | |
| Rollout Strategy | |
| Deploy Programmatically | |
| CI/CD Setup | |
| Monitoring | |
Job Deployment
| Topic | URL |
|---|---|
| Introduction to Jobs | |
| Deploy First Job | |
ML & LLM
| Topic | URL |
|---|---|
| ML Repos | |
| LLM Deployment | |
| LLM Tracing | |
Authentication
| Topic | URL |
|---|---|
| Generating API Keys | |
Fetching Docs
To fetch a specific docs page for the user:
bash
curl -sL "https://truefoundry.com/docs/deploy-first-service" | head -200Or 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 in _shared
references/api-endpoints.md - For troubleshooting: Fetch relevant docs page and summarize