Skip to content
Back to Generate a valid iCalendar (.ics, RFC 5545) file from event data

Card snapshot

ics.hergertsynthora.com · 2026-07-31 03:36:28 UTC · 6a9110553668855ad80c36c155af87d2c0237c3aec696362b1e94a2bbc5edc7a

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.

{
  "protocolVersion": "0.3.0",
  "name": "Generate a valid iCalendar (.ics, RFC 5545) file from event data",
  "description": "Generate a valid iCalendar (.ics, RFC 5545) file from event data: title, start/end (any ISO 8601 -> UTC), location, description, organizer, attendees. Correct escaping, line-folding and UID. Zero external dependencies, no hallucination. Use it to create calendar invites agents can attach or send. Ed25519-signed. 0.001 USDC on Base. First 3 calls FREE per wallet \u2014 send header X-WALLET: 0x<your Base address> (no payment); then  per call.",
  "url": "https://ics.hergertsynthora.com/service",
  "preferredTransport": "HTTP+JSON",
  "additionalInterfaces": [
    {
      "url": "https://ics.hergertsynthora.com/service",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://ics.hergertsynthora.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "HERGERT SYNTHORA",
    "url": "https://hergertsynthora.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "ics",
      "name": "ics",
      "description": "Generate a valid iCalendar (.ics, RFC 5545) file from event data: title, start/end (any ISO 8601 -> UTC), location, description, organizer, attendees. Correct escaping, line-folding and UID. Zero external dependencies, no hallucination. Use it to create calendar invites agents can attach or send. Ed25519-signed. 0.001 USDC on Base. First 3 calls FREE per wallet \u2014 send header X-WALLET: 0x<your Base address> (no payment); then  per call.",
      "tags": [
        "ics",
        "x402",
        "synthora",
        "m2m",
        "a2a"
      ],
      "examples": [
        "{\"title\": \"Sync\", \"start\": \"2026-08-01T15:00:00Z\", \"end\": \"2026-08-01T16:00:00Z\", \"location\": \"Online\"}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string"
          },
          "start": {
            "type": "string",
            "description": "ISO 8601 start"
          },
          "end": {
            "type": "string"
          },
          "location": {
            "type": "string"
          },
          "description": {
            "type": "string"
          }
        },
        "required": [
          "title",
          "start"
        ]
      }
    }
  ],
  "securitySchemes": {
    "x402": {
      "type": "http",
      "scheme": "x402",
      "description": "HTTP 402 micropayment. 5000 atomic USDC on eip155:8453."
    }
  },
  "security": [
    {
      "x402": []
    }
  ],
  "x402": {
    "network": "eip155:8453",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "payTo": "0x10800a5a5B9d72251566EC651E862A8b4B427dE0",
    "resource": "https://ics.hergertsynthora.com/service"
  },
  "mcp": {
    "endpoint": "https://ics.hergertsynthora.com/mcp",
    "transport": "http-jsonrpc"
  }
}