Skip to content
Back to TrueForge

Card snapshot

trueforge.dev · 2026-08-28 21:33:24 UTC · 5bf68bba1d8a529aacdf6bd10cef086477f75e5603fe8150871777bbaa2d83d7

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": "TrueForge",
  "description": "Open-source agent harness \u2014 MCP tools, skills, sandboxing, approvals, and subagents.",
  "url": "https://trueforge.dev/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://trueforge.dev/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://trueforge.dev/",
    "organization": "TrueForge"
  },
  "documentationUrl": "https://trueforge.dev/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "trueforge",
      "name": "Trueforge",
      "description": "Use when building, configuring, or running AI agents with model orchestration, MCP tool integration, sandboxed code execution, human-in-the-loop approvals, and session management. Reach for this skill when agents need to call external tools, run code, ask clarifying questions, or require approval gates for sensitive operations.",
      "tags": [],
      "url": "https://trueforge.dev/.well-known/agent-skills/trueforge/skill.md"
    }
  ]
}