Skip to content
Back to TrueFoundry Docs

Card snapshot

www.truefoundry.com · 2026-06-17 17:39:09 UTC · 46716c7ed98bf181cb60f2cf7707e73c18b859486f75b83f409b71cb82546671

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "TrueFoundry Docs",
  "description": "TrueFoundry documentation \u2014 enterprise-grade AI Gateway combining LLM, MCP, and Agent Gateways to connect, monitor, and govern agentic AI applications across providers from a unified control plane.",
  "url": "https://www.truefoundry.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://www.truefoundry.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://www.truefoundry.com/",
    "organization": "TrueFoundry Docs"
  },
  "documentationUrl": "https://www.truefoundry.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "truefoundry",
      "name": "Truefoundry",
      "description": "Use when deploying ML models, services, and LLM applications; managing AI Gateway integrations; orchestrating workflows; or building AI agents. Reach for this skill when agents need to deploy code to Kubernetes, configure LLM providers, manage secrets, set up CI/CD, or work with the TrueFoundry platform for AI/ML operations.",
      "tags": [],
      "url": "https://www.truefoundry.com/.well-known/agent-skills/truefoundry/skill.md"
    }
  ]
}