Skip to content
Back to Deploy to Agents

Card snapshot

deploytoagents.com · 2026-07-22 22:24:52 UTC · a1729638d4f72ca35f8778d3eb351249b1a44f3be924a3248b0c9acecda42a32

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": "Deploy to Agents",
  "description": "Audits and distributes applications so AI agents can discover, verify, and invoke them.",
  "supportedInterfaces": [
    {
      "url": "https://deploytoagents.com/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "We Are 14, Inc.",
    "url": "https://deploytoagents.com"
  },
  "version": "0.1.0",
  "documentationUrl": "https://deploytoagents.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "agent-distribution-audit",
      "name": "Agent distribution audit",
      "description": "Creates a persisted audit request for an application's agent-distribution readiness.",
      "tags": [
        "distribution",
        "discovery",
        "MCP",
        "A2A",
        "ARD"
      ],
      "examples": [
        "Audit https://example.com for agent distribution readiness"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "agent-distribution-plan",
      "name": "Agent distribution plan",
      "description": "Turns a completed audit into technical remediation and external-authority actions.",
      "tags": [
        "distribution",
        "authority",
        "registries",
        "evidence"
      ],
      "examples": [
        "Create a distribution plan from audit 89db3fa0-d7d8-4201-97fd-790727586a14"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}