Skip to content
Back to 402cron

Card snapshot

402cron.com · 2026-09-10 21:33:04 UTC · 0aeca4609ab9e83ae49cca34c9006ae6523b285be6742150a5df39b91dd3f31f

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": "402cron",
  "description": "Scheduled HTTP delivery for autonomous agents. Signed, verified, paid with x402. No account, no card, no human.",
  "version": "1.0.0",
  "url": "https://402cron.com",
  "documentationUrl": "https://402cron.com/docs",
  "provider": {
    "organization": "402cron",
    "url": "https://402cron.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "schedule-delivery",
      "name": "Scheduled signed HTTP delivery",
      "description": "Register a cron expression and an https destination URL; we deliver a signed HTTP request on that schedule and retry up to 3 times.",
      "tags": [
        "cron",
        "scheduler",
        "webhook",
        "recurring",
        "reminder"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "mcp": {
    "url": "https://402cron.com/mcp",
    "transport": "streamable-http",
    "auth": "bearer (the management token issued at purchase); no OAuth, no account",
    "unauthenticatedTools": [
      "get_pricing",
      "get_docs",
      "get_service_status"
    ]
  },
  "x402": {
    "protocol": "x402",
    "scheme": "exact",
    "asset": "USDC",
    "buy": "https://402cron.com/buy/trial",
    "pricing": "https://402cron.com/api/pricing",
    "manifest": "https://402cron.com/.well-known/402cron.json",
    "guarantee": "delivery, not execution"
  }
}