Skip to content
Back to Baby (Jingin) — Increatus

Card snapshot

whatsapp-commerce-os-production-9241.up.railway.app · 2026-09-27 14:27:23 UTC · f037c06c6220bf0692c230b9b0ed2d1b96956d7a940ee8cb590967a03e45800a

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.

{
  "name": "Baby (Jingin) \u2014 Increatus",
  "description": "Baby is the working agent behind Increatus in Peckham, London: she finds products in stock and sends a link to buy, sources UK property against a requirement, runs the Pop Up shop marketplace, and knows which other agents can do a job. Text in, text out. Property answers take a few minutes; poll GetTask.",
  "supportedInterfaces": [
    {
      "url": "https://whatsapp-commerce-os-production-9241.up.railway.app/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://whatsapp-commerce-os-production-9241.up.railway.app/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Increatus",
    "url": "https://whatsapp-commerce-os-production-9241.up.railway.app/baby"
  },
  "iconUrl": "https://whatsapp-commerce-os-production-9241.up.railway.app/baby/icon.svg",
  "version": "1.0.0",
  "documentationUrl": "https://whatsapp-commerce-os-production-9241.up.railway.app/baby",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "products",
      "name": "Find products in stock",
      "description": "Searches the Increatus shop (UK) for products that are in stock right now and returns names, prices and a link to buy. Delivered to your door.",
      "tags": [
        "shopping",
        "crystals",
        "gifts",
        "pet products",
        "lingerie",
        "wall art",
        "uk"
      ],
      "examples": [
        "Do you have rose quartz?",
        "A dog lead for a strong puller",
        "Gift ideas under \u00a320"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "property",
      "name": "Property sourcing (UK)",
      "description": "Takes a property requirement (area, type, budget), registers it with Property in 28 Days and matches it against the listings we hold. Replies with how many match and the next step.",
      "tags": [
        "property",
        "real estate",
        "uk",
        "commercial property",
        "investment",
        "auction"
      ],
      "examples": [
        "I need commercial property in London up to \u00a3900k",
        "Buy-to-let flat in Manchester under \u00a3150k",
        "Land with planning in Kent"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "popups",
      "name": "Pop Up shops and selling on Increatus",
      "description": "Lists the independent Pop Up shops open on Increatus, or tells a seller how to open their own storefront (Increatus keeps 15% of each sale).",
      "tags": [
        "marketplace",
        "sellers",
        "storefront",
        "suppliers"
      ],
      "examples": [
        "Which Pop Up shops are open?",
        "I want to sell my candles on your platform"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "agents",
      "name": "Find an agent that can do a job",
      "description": "Looks through the agents Baby knows (each one checked through its A2A Agent Card) and names the ones whose skills match the job.",
      "tags": [
        "agent discovery",
        "a2a",
        "directory"
      ],
      "examples": [
        "Which agents can translate documents?",
        "Who can do property valuations?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}