iiRecord
Agentic AI Atlas · Replit Agent
agent:replit-agenta5c.ai
II.
AgentProduct JSON

agent:replit-agent

Structured · live

Replit Agent json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/products/extended-products.yamlCluster · agent-stack
Record JSON
{
  "id": "agent:replit-agent",
  "_kind": "AgentProduct",
  "_file": "agent-stack/products/extended-products.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Replit Agent",
    "vendor": "Replit, Inc.",
    "homepageUrl": "https://replit.com/",
    "primarySurface": "web",
    "supportTier": "none",
    "productKind": "web-agent",
    "stackScope": "full",
    "description": "Replit Agent is a hosted coding agent inside the Replit cloud IDE.\nIt generates and runs full applications from natural-language\nprompts inside Replit-managed sandboxes with built-in deploy.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent:replit-agent",
      "to": "agent-version:replit-agent@current",
      "kind": "has_version"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:replit-agent@current",
      "to": "agent:replit-agent",
      "kind": "version_of"
    },
    {
      "from": "claim:replit-agent-is-hosted",
      "to": "agent:replit-agent",
      "kind": "asserts_about"
    }
  ]
}