Skip to content
Back to Shipmail

Card snapshot

shipmail.to · 2026-08-10 04:08:52 UTC · f0f89fce67f8a240579e2939117780b335f2a8cc1b2c5c2ef5d5cd4bd62b2513

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": "Shipmail",
  "description": "Business email service for agents that need custom-domain mailboxes, sending, replies, and inbox workflows.",
  "supportedInterfaces": [
    {
      "url": "https://shipmail.to/api/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Shipmail",
    "url": "https://shipmail.to"
  },
  "version": "1.0.0",
  "documentationUrl": "https://shipmail.to/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "bearerAuth": {
      "httpAuthSecurityScheme": {
        "description": "Shipmail API key",
        "scheme": "Bearer",
        "bearerFormat": "Shipmail API key"
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "bearerAuth": {
          "list": []
        }
      }
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "manage-business-email",
      "name": "Manage business email",
      "description": "Create and manage custom-domain email infrastructure, including domains, DNS verification, and mailboxes.",
      "tags": [
        "email",
        "domains",
        "mailboxes"
      ]
    },
    {
      "id": "send-and-reply-email",
      "name": "Send and reply to email",
      "description": "Send messages and reply in existing inbox threads from authorized Shipmail mailboxes.",
      "tags": [
        "email",
        "send",
        "reply"
      ]
    },
    {
      "id": "process-inbox-email",
      "name": "Process inbox email",
      "description": "Read messages and threads, manage attention, organize mail, and handle attachments.",
      "tags": [
        "email",
        "inbox",
        "workflows"
      ]
    }
  ]
}