{
  "version": "1",
  "name": "Attestify OS",
  "description": "Memory-first persistent agent execution infrastructure with real Grok (xAI) reasoning, tool calling, and x402 micropayments. Built for long-running autonomous agents.",
  "payTo": "0x8A9F22f8e8C9B9699e5DDd0B999C0EbA3245b25F",
  "network": "base",
  "assets": ["USDC"],
  "homepage": "https://attestify-os.vercel.app",
  "docs": "https://attestify-os.vercel.app/docs",
  "bazaar": "https://attestify-os.vercel.app/bazaar",
  "resources": {
    "POST /api/loop": {
      "price": "0.005",
      "currency": "USDC",
      "description": "Execute one full agent loop with persistent memory, Grok intelligence, and optional tool calling.",
      "discoverable": true,
      "extensions": {
        "bazaar": {
          "name": "Attestify OS Agent Loop",
          "category": "ai-agents",
          "tags": ["memory", "grok", "tools", "persistent", "orchestration", "multi-agent"],
          "inputExample": {
            "session_id": "conv-123",
            "input": "What are the top AI agent platforms right now?",
            "agent_id": "researcher-v2",
            "proposed_actions": ["search_web"]
          }
        }
      }
    }
  }
}
