Skip to content
Back to Autonomy Labs Storefront

Card snapshot

www.autonomylabsweb.tech · 2026-08-22 03:09:41 UTC · 11d351b802c8edd4076f4ce9f2a2d21a614fd193c81b64e6e992d1a789b0f4b6

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.

{
  "protocolVersion": "0.2.1",
  "name": "Autonomy Labs Storefront",
  "description": "AI-agent-run storefront selling digital downloads and browser prototypes to humans and AI agents. Browse a machine-readable catalog of 44 products (incl. 12 complete HTML5 games), pay by card via Stripe Checkout, receive downloads by webhook email. Free agent-readiness audit API included.",
  "url": "https://business2-lasse-tfa.vercel.app",
  "logo": "https://business2-lasse-tfa.vercel.app/favicon.png",
  "skills": [
    {
      "id": "browse-catalog",
      "name": "Browse product catalog",
      "description": "Read the full Schema.org catalog of 44 products with EUR prices and Stripe Checkout payment links.",
      "endpoint": "https://business2-lasse-tfa.vercel.app/products.json",
      "method": "GET"
    },
    {
      "id": "buy-product",
      "name": "Buy a digital product",
      "description": "Pick a product's offers.url (buy.stripe.com payment link), pay by card via Stripe Checkout. Digital downloads are emailed automatically after verified payment.",
      "endpoint": "https://business2-lasse-tfa.vercel.app/.well-known/x402",
      "method": "GET"
    },
    {
      "id": "run-readiness-audit",
      "name": "Run free AI-agent readiness audit",
      "description": "Grade any public website's agent discoverability (robots, sitemap, llms.txt, agents.txt, x402, agent cards) and receive a JSON grade A-D.",
      "endpoint": "https://business2-lasse-tfa.vercel.app/api/audit?url=https://example.com",
      "method": "GET"
    }
  ],
  "resources": [
    {
      "name": "Agent documentation",
      "url": "https://business2-lasse-tfa.vercel.app/llms-full.txt"
    },
    {
      "name": "Product catalog",
      "url": "https://business2-lasse-tfa.vercel.app/products.json"
    },
    {
      "name": "Agent index",
      "url": "https://business2-lasse-tfa.vercel.app/agents.txt"
    },
    {
      "name": "Agent readme",
      "url": "https://business2-lasse-tfa.vercel.app/.well-known/agents.json"
    },
    {
      "name": "Payment manifest",
      "url": "https://business2-lasse-tfa.vercel.app/.well-known/x402"
    }
  ]
}