{
  "protocolVersion": "0.3.0",
  "name": "iagent-stack",
  "description": "Developer entry point for the iJarvis Agent Stack SDK and architectural concept. iagent-stack is a Python SDK that provides a unified surface across sixteen agent-economy products. This agent card describes the documentation and distribution surface; individual products each publish their own agent-card at their respective domains.",
  "url": "https://iagentstack.com/.well-known/agent-card.json",
  "version": "0.1.0",
  "preferredTransport": "HTTP+JSON",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain",
    "text/html"
  ],
  "skills": [
    {
      "id": "describe_stack",
      "name": "Describe the Agent Stack",
      "description": "Return a structured description of the Agent Stack architecture, SDK namespaces, product availability, and open standards composition.",
      "tags": [
        "documentation",
        "architecture",
        "sdk",
        "reference"
      ]
    },
    {
      "id": "list_products",
      "name": "List Stack Products",
      "description": "Return the full list of sixteen Agent Stack products with namespace, status, capability, and canonical product-domain URL.",
      "tags": [
        "catalog",
        "discovery",
        "products"
      ]
    },
    {
      "id": "resolve_product",
      "name": "Resolve Product by Namespace",
      "description": "Given an SDK namespace (e.g., stack.trust, stack.pay), return the canonical product domain and agent-card URI.",
      "tags": [
        "resolution",
        "namespace"
      ]
    }
  ],
  "provider": {
    "name": "iJarvis LLC",
    "url": "https://ijarvis.ai/",
    "contact": "hello@iagentstack.com"
  },
  "icon": "https://iagentstack.com/favicon.svg",
  "image": "https://iagentstack.com/og-image.png",
  "services": [
    {
      "type": "documentation",
      "protocol": "HTML",
      "endpoint": "https://iagentstack.com/"
    },
    {
      "type": "agent-card",
      "protocol": "A2A-0.3.0",
      "endpoint": "https://iagentstack.com/.well-known/agent-card.json"
    },
    {
      "type": "package-registry",
      "protocol": "PyPI",
      "endpoint": "https://pypi.org/project/iagent-stack/"
    },
    {
      "type": "source",
      "protocol": "Git",
      "endpoint": "https://github.com/iJarvis/iagent-stack"
    },
    {
      "type": "contact",
      "protocol": "mailto",
      "endpoint": "hello@iagentstack.com"
    }
  ],
  "status": "live",
  "cluster": "umbrella",
  "productAvailability": {
    "publicEndpointActive": true,
    "role": "developer-entry-point",
    "note": "iagent-stack is the SDK and documentation umbrella. Runtime products each publish their own agent-card at their product domain."
  },
  "stackMember": true,
  "stackName": "iJarvis Agent Stack",
  "stackOperator": "iJarvis LLC",
  "stackProducts": [
    { "namespace": "stack.trust", "product": "iAgentFi", "url": "https://iagentfi.com/.well-known/agent-card.json", "status": "live" },
    { "namespace": "stack.ref", "product": "iAgentRef", "url": "https://iagentref.com/.well-known/agent-card.json", "status": "shipping-2026" },
    { "namespace": "stack.log", "product": "iAgentLog", "url": "https://iagentlog.com/.well-known/agent-card.json", "status": "shipping-2026" },
    { "namespace": "stack.pay", "product": "iAgentPay", "url": "https://pay.ijarvis.ai/.well-known/agent-card.json", "status": "shipping-2026" },
    { "namespace": "stack.compute", "product": "iJarvis Compute", "url": "https://compute.ijarvis.ai/.well-known/agent-card.json", "status": "shipping-2026" },
    { "namespace": "stack.hub", "product": "iAgentHub", "url": "https://hub.ijarvis.ai/.well-known/agent-card.json", "status": "roadmap-2027" },
    { "namespace": "stack.safe", "product": "iAgentSafe", "url": "https://iagentsafe.com/.well-known/agent-card.json", "status": "roadmap-2027" },
    { "namespace": "stack.memory", "product": "iAgentMemory", "url": "https://iagentmemory.com/.well-known/agent-card.json", "status": "roadmap-2027" },
    { "namespace": "stack.edge", "product": "iAgentEdge", "url": "https://iagentedge.com/.well-known/agent-card.json", "status": "roadmap-2027" },
    { "namespace": "stack.farm", "product": "iAgentFarm", "url": "https://iagentfarm.com/.well-known/agent-card.json", "status": "roadmap-2027" },
    { "namespace": "stack.sim", "product": "iAgentSim", "url": "https://iagentsim.com/.well-known/agent-card.json", "status": "roadmap-2028" },
    { "namespace": "stack.id_", "product": "iAgentID", "url": "https://iagentid.com/.well-known/agent-card.json", "status": "roadmap-2028" },
    { "namespace": "stack.market", "product": "iAgentMarket", "url": "https://iagentmarket.com/.well-known/agent-card.json", "status": "roadmap-2028" },
    { "namespace": "stack.foundry", "product": "iAgentFoundry", "url": "https://iagentfoundry.com/.well-known/agent-card.json", "status": "roadmap-2028" },
    { "namespace": "stack.law", "product": "iAgentLaw", "url": "https://iagentlaw.com/.well-known/agent-card.json", "status": "parked" },
    { "namespace": "internal", "product": "iAgentGrid", "url": null, "status": "internal" }
  ],
  "standards": {
    "erc-8004": "v1",
    "x402": "v2",
    "a2a": "0.3.0",
    "mcp": "2025-06-18",
    "w3c-did": "core",
    "w3c-vc": "data-model-2.0",
    "openapi": "3.1"
  },
  "license": {
    "sdk": "Apache-2.0",
    "architecture": "CC0-1.0",
    "integration-recipes": "CC0-1.0"
  },
  "disclosures": "https://ijarvis.ai/disclosures",
  "lastUpdated": "2026-04-22"
}
