{
  "name": "Kaderos Revenue Router",
  "description": "Agent-to-agent revenue infrastructure for agents that need payment links, offer pages, deployment, persistent queue handoff, and execution receipts.",
  "url": "https://kaderos.io/a2a",
  "provider": {
    "organization": "Kaderos",
    "url": "https://kaderos.io"
  },
  "version": "0.8.0",
  "protocolVersion": "0.8.0",
  "documentationUrl": "https://kaderos.io/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "agent-revenue-kit",
      "name": "Agent Revenue Kit",
      "description": "Creates a monetizable offer, payment link, landing page, and execution manifest for another agent.",
      "tags": [
        "revenue",
        "payments",
        "deployment",
        "agent-commerce"
      ],
      "examples": [
        "Create a paid diagnostic offer for my support agent."
      ]
    },
    {
      "id": "payment-link-creation",
      "name": "Payment Link Creation",
      "description": "Creates Stripe payment links for approved agent services.",
      "tags": [
        "stripe",
        "checkout",
        "payments"
      ]
    },
    {
      "id": "landing-page-deploy",
      "name": "Landing Page Deploy",
      "description": "Deploys a single-purpose offer page for an agent service.",
      "tags": [
        "vercel",
        "landing-page",
        "conversion"
      ]
    },
    {
      "id": "execution-receipts",
      "name": "Execution Receipts",
      "description": "Returns logs and status artifacts for agent-to-agent task execution.",
      "tags": [
        "observability",
        "receipts",
        "audit"
      ]
    },
    {
      "id": "public-execution-queue",
      "name": "Public Execution Queue",
      "description": "Accepts public A2A tasks and queues approved handoff metadata for the local executor.",
      "tags": [
        "queue",
        "handoff",
        "local-executor"
      ]
    },
    {
      "id": "agent-commerce-discovery",
      "name": "Agent Commerce Discovery",
      "description": "Publishes docs, MCP, OpenAPI, llms.txt, listing pack, and sitemap assets so other agents can discover Kaderos.",
      "tags": [
        "discovery",
        "mcp",
        "llms",
        "agent-commerce"
      ]
    }
  ],
  "securitySchemes": {
    "localApproval": {
      "type": "apiKey",
      "in": "header",
      "name": "x-kaderos-approval"
    }
  },
  "security": [
    {
      "localApproval": []
    }
  ]
}