{
  "$schema": "https://aethelforge.ai/schemas/agent-commerce-v1.json",
  "spec_version": "0.1.0",
  "name": "Aethelforge",
  "url": "https://aethelforge.ai",
  "description": "The orchestration layer for autonomous commerce and industrial operations. Gated handshakes, signed intents, traceable settlements.",
  "tagline": "Software that does the work.",
  "publisher": {
    "name": "iSimplifyMe",
    "url": "https://isimplifyme.com"
  },
  "role": [
    "orchestrator",
    "settlement_gate",
    "protocol_adapter"
  ],
  "protocols": {
    "supported": [
      {
        "slug": "mcp",
        "name": "Model Context Protocol",
        "steward": "Anthropic",
        "url": "https://modelcontextprotocol.io"
      },
      {
        "slug": "acp",
        "name": "Agentic Commerce Protocol",
        "steward": "OpenAI + Stripe",
        "url": "https://aethelforge.ai/protocols/acp"
      },
      {
        "slug": "ap2",
        "name": "Agent Payments Protocol",
        "steward": "Google",
        "url": "https://aethelforge.ai/protocols/ap2"
      },
      {
        "slug": "x402",
        "name": "HTTP 402 Native Payments",
        "steward": "Coinbase",
        "url": "https://aethelforge.ai/protocols/x402"
      }
    ]
  },
  "capabilities": [
    "discovery",
    "intent_signing",
    "handshake",
    "settlement",
    "receipt_storage",
    "audit_trail"
  ],
  "gates": {
    "human_in_loop": "default",
    "intent_signing": "required",
    "settlement_witnessing": "required",
    "tenant_redaction_in_feeds": "required"
  },
  "products": [
    {
      "slug": "axis",
      "name": "Axis",
      "role": "consumer_agent",
      "url": "https://axis.aethelforge.ai",
      "status": "live"
    },
    {
      "slug": "forge",
      "name": "Forge SDK",
      "role": "merchant_rails",
      "url": "https://aethelforge.ai/forge",
      "npm": "@agentcommerce",
      "status": "live"
    }
  ],
  "contact": {
    "email": "hello@aethelforge.ai",
    "partners": "https://aethelforge.ai/partners"
  },
  "links": {
    "manifesto": "https://aethelforge.ai/manifesto",
    "status": "https://aethelforge.ai/status",
    "llms_txt": "https://aethelforge.ai/llms.txt",
    "robots_txt": "https://aethelforge.ai/robots.txt"
  }
}
