[
  {
    "id": "crewai-docs-1",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/agents.md",
    "excerpt": "an \"Agent\" is an autonomous unit that can: Perform specific tasks, Make decisions based on its role and goal",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-2",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tasks.md",
    "excerpt": "a \"Task\" is a specific assignment completed by an \"Agent\". Tasks provide all necessary details for execution, such as a description, the agent responsible, required tools",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-3",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tasks.md",
    "excerpt": "process = Process.sequential # or Process.hierarchical",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-4",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/flows.md",
    "excerpt": "Flows allow you to create structured, event-driven workflows. They provide a seamless way to connect multiple tasks, manage state, and control the flow of execution",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-5",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/memory.md",
    "excerpt": "CrewAI provides a unified memory system -- a single Memory class... supports adaptive-depth recall with composite scoring that blends semantic similarity, recency, and importance",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-6",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tools.md",
    "excerpt": "CrewAI tools empower agents with capabilities ranging from web searching and data analysis to collaboration and delegating tasks among coworkers",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-7",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/llms.md",
    "excerpt": "CrewAI integrates with multiple LLM providers through providers native sdks, giving you the flexibility to choose the right model for your specific use case",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-8",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/cli.md",
    "excerpt": "The CrewAI CLI provides a set of commands to interact with CrewAI, allowing you to create, train, run, and manage crews & flows",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-9",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/testing.md",
    "excerpt": "We added the CLI command crewai test to make it easy to test your crew. This command will run your crew for a specified number of iterations and provide detailed performance metrics",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-10",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/mcp/overview.md",
    "excerpt": "Use the mcps field directly on agents for seamless MCP tool integration. The DSL supports both string references... and structured configurations",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-11",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/observability/overview.md",
    "excerpt": "Performance Monitoring: Track agent execution times, token usage, and resource consumption",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-12",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/agents.md",
    "excerpt": "CrewAI AMP includes a Visual Agent Builder that simplifies agent creation and configuration without writing code. Design your agents visually and test them in real-time.",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-13",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tasks.md",
    "excerpt": "The Visual Task Builder enables: Drag-and-drop task creation, Visual task dependencies and flow, Real-time testing and validation",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-14",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/enterprise/introduction",
    "excerpt": "Deploy your crews to a managed infrastructure with a few clicks",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-15",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/installation",
    "excerpt": "Run the following command to install crewai CLI: uv tool install crewai",
    "fetchedAt": "2026-09-04T00:16:03.906Z"
  },
  {
    "id": "crewai-docs-16",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/installation",
    "excerpt": "Run the following command to install `crewai` CLI:",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-17",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/agents.md",
    "excerpt": "In the CrewAI framework, an `Agent` is an autonomous unit that can: * Perform specific tasks * Make decisions based on its role and goal * Use tools to accomplish objectives",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-18",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/agents.md",
    "excerpt": "The Visual Agent Builder enables: * Intuitive agent configuration with form-based interfaces",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-19",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tasks.md",
    "excerpt": "The Visual Task Builder enables: * Drag-and-drop task creation * Visual task dependencies and flow",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-20",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/crews.md",
    "excerpt": "A crew in crewAI represents a collaborative group of agents working together to achieve a set of tasks.",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-21",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/flows.md",
    "excerpt": "Flows allow developers to combine and coordinate coding tasks and Crews efficiently, providing a robust framework for building sophisticated AI automations.",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-22",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/memory.md",
    "excerpt": "Memory uses an LLM to analyze content when saving (inferring scope, categories, and importance) and supports adaptive-depth recall with composite scoring",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-23",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tools.md",
    "excerpt": "CrewAI tools empower agents with capabilities ranging from web searching and data analysis to collaboration and delegating tasks among coworkers.",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-24",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/llms.md",
    "excerpt": "The YAML configuration allows you to: * Version control your agent settings * Easily switch between different models",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-25",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/cli.md",
    "excerpt": "Create a new crew, flow, tool, skill, or template project.",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-26",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/cli.md",
    "excerpt": "These older commands still work but print a yellow deprecation warning.",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-27",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/testing.md",
    "excerpt": "We added the CLI command `crewai test` to make it easy to test your crew.",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-28",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/mcp/overview.md",
    "excerpt": "Use the `mcps` field directly on agents for seamless MCP tool integration.",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-29",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/observability/overview.md",
    "excerpt": "Track agent execution times, token usage, and resource consumption",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-30",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/enterprise/introduction",
    "excerpt": "Deploy your crews to a managed infrastructure and monitor their execution in real-time.",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-31",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/enterprise/introduction",
    "excerpt": "Stream real-time events and updates to your systems",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-gh-1",
    "tier": "github",
    "url": "https://github.com/crewAIInc/crewAI",
    "excerpt": "It gives developers autonomous agent collaboration through Crews and precise, event-driven control through Flows.",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-gh-2",
    "tier": "github",
    "url": "https://github.com/crewAIInc/crewAI",
    "excerpt": "Tracing & Observability: Monitor and track your AI agents and workflows in real-time, including metrics, logs, and traces.",
    "fetchedAt": "2026-09-04T00:18:37.335Z"
  },
  {
    "id": "crewai-docs-32",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/installation",
    "excerpt": "Run the following command to install `crewai` CLI:\n    \n    \n    uv tool install crewai\n    ",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-33",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/agents.md",
    "excerpt": "an `Agent` is an autonomous unit that can: Perform specific tasks, Make decisions based on its role and goal, Use tools to accomplish objectives",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-34",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tasks.md",
    "excerpt": "a `Task` is a specific assignment completed by an `Agent`. Tasks provide all necessary details for execution, such as a description, the agent responsible, required tools",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-35",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/crews.md",
    "excerpt": "A crew in crewAI represents a collaborative group of agents working together to achieve a set of tasks. Each crew defines the strategy for task execution, agent collaboration, and the overall workflow.",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-36",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/flows.md",
    "excerpt": "Flows allow you to create structured, event-driven workflows. They provide a seamless way to connect multiple tasks, manage state, and control the flow of execution in your AI applications.",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-37",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/memory.md",
    "excerpt": "CrewAI provides a **unified memory system** -- a single `Memory` class... Memory uses an LLM to analyze content when saving (inferring scope, categories, and importance)",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-38",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/llms.md",
    "excerpt": "CrewAI integrates with multiple LLM providers through providers native sdks, giving you the flexibility to choose the right model for your specific use case.",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-39",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/cli.md",
    "excerpt": "The CrewAI CLI provides a set of commands to interact with CrewAI, allowing you to create, train, run, and manage crews & flows.",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-40",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/testing.md",
    "excerpt": "We added the CLI command `crewai test` to make it easy to test your crew. This command will run your crew for a specified number of iterations and provide detailed performance metrics.",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-41",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/mcp/overview.md",
    "excerpt": "Use the `mcps` field directly on agents for seamless MCP tool integration. The DSL supports both **string references** (for quick setup) and **structured configurations**",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-42",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/enterprise/introduction",
    "excerpt": "Deploy your crews to a managed infrastructure with a few clicks... Access your deployed crews via REST API for integration with existing systems",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-43",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/enterprise/introduction",
    "excerpt": "Webhook Streaming\n\nStream real-time events and updates to your systems",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-44",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/enterprise/introduction",
    "excerpt": "Crew Studio\n\nCreate and customize crews using a no-code/low-code interface",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-45",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/enterprise/introduction",
    "excerpt": "Tool Repository\n\nPublish and install tools to enhance your crews’ capabilities",
    "fetchedAt": "2026-09-04T00:20:19.276Z"
  },
  {
    "id": "crewai-docs-46",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/agents.md",
    "excerpt": "Perform specific tasks\n* Make decisions based on its role and goal\n* Use tools to accomplish objectives\n* Communicate and collaborate with other agents\n* Maintain memory of interactions\n* Delegate tasks when allowed",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-47",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tasks.md",
    "excerpt": "CrewAI AMP includes a Visual Task Builder in Crew Studio that simplifies complex task creation and chaining. Design your task flows visually and test them in real-time without writing code.",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-48",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tasks.md",
    "excerpt": "Sequential: Tasks are executed in the order they are defined\n* Hierarchical: Tasks are as",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-49",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/flows.md",
    "excerpt": "Flows make it super easy to manage and share state between different tasks in your workflow.",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-50",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/memory.md",
    "excerpt": "CrewAI provides a **unified memory system** -- a single `Memory` class that replaces separate short-term, long-term, entity, and external memory types with one intelligent API.",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-51",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/memory.md",
    "excerpt": "Retrieve -- results ranked by composite score (semantic + recency + importance)",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-52",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tools.md",
    "excerpt": "A tool in CrewAI is a skill or function that agents can utilize to perform various actions.\nThis includes tools from the [CrewAI Toolkit] and [LangChain Tools]",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-53",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/concepts/tools.md",
    "excerpt": "CrewAI AMP provides a comprehensive Tools Repository with pre-built integrations for common business s",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-54",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/mcp/overview.md",
    "excerpt": "Use the `mcps` field directly on agents for seamless MCP tool integration. The DSL supports both **string references** (for quick setup) and **structured configurations** (for full control).",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-55",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/enterprise/introduction",
    "excerpt": "CrewAI AMP extends the power of the open-source framework with features designed for production deployments, collaboration, and scalability. Deploy your crews to a managed infrastructure and monitor their execution in real-time.",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-56",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/_llms/en/edge.md",
    "excerpt": "POST /resume](https://docs.crewai.com/edge/en/api-reference/resume.md): Resume crew execution with human feedback",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-57",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/_llms/en/edge.md",
    "excerpt": "POST /kickoff](https://docs.crewai.com/edge/en/api-reference/kickoff.md): Start a crew execution\n- [GET /status/{kickoff_id}](https://docs.crewai.com/edge/en/api-reference/status.md): Get execution status",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-58",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/en/installation",
    "excerpt": "Copy a ready-to-paste setup prompt for Claude Code, Codex, Cursor, or any coding agent. It installs the official CrewAI skills, checks the CLI, and points the agent at the right docs before it edits code.",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-docs-59",
    "tier": "claimed-docs",
    "url": "https://docs.crewai.com/_llms/en/v1-15-21.md",
    "excerpt": "Build collaborative AI agents, crews, and flows — production ready from day one.",
    "fetchedAt": "2026-09-16T02:00:12.276Z"
  },
  {
    "id": "crewai-comm-1",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=43354219",
    "excerpt": "Show HN: built AI agents with CrewAI to automate an old Gmail account—categorizing emails, drafting replies, Slack alerts for high-priority mail, and auto-deleting low-priority messages. Uses CrewAI's `knowledge_source` param to feed writing style/context to draft-writing agents, and `@after_kickoff` decorator for cleanup tasks.",
    "fetchedAt": "2026-09-04T00:29:27.451Z"
  },
  {
    "id": "crewai-comm-2",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=43354219",
    "excerpt": "Commenter critique of a CrewAI-based email agent: 'Why not archive vs. the destructive delete... Seems like a default aggressive stance,' raising concern about misclassification leading to permanent deletion.",
    "fetchedAt": "2026-09-04T00:29:27.451Z"
  },
  {
    "id": "crewai-comm-3",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=43354219",
    "excerpt": "On a CrewAI-based personal email agent: 'Local personal agents are going to be a major app type... They run locally on my computer with my full credentials and has access to everything. Once I'm past my trust issues, I'd use these a lot.'",
    "fetchedAt": "2026-09-04T00:29:27.451Z"
  },
  {
    "id": "crewai-comm-4",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=44561985",
    "excerpt": "Competitor (Portia) founder's take: 'We think Crew AI is great. It's just that a lot of businesses we spoke to want the autonomy/decision making of an LLM but with guardrails you can dial up or down... Our multi-agent runs also have persistent states and deterministic hooks so you can pause an agent... where Crew AI lacks that.'",
    "fetchedAt": "2026-09-04T00:29:27.451Z"
  },
  {
    "id": "crewai-comm-5",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/47132187",
    "excerpt": "In a thread titled 'Does anyone use CrewAI or LangChain anymore?', one reply simply states: 'No. They suck.'",
    "fetchedAt": "2026-09-04T00:29:27.451Z"
  },
  {
    "id": "crewai-probe-1",
    "tier": "probe",
    "url": "https://docs.crewai.com/llms.txt",
    "excerpt": "PROBE llms.txt: HTTP 200 at https://docs.crewai.com/llms.txt # CrewAI\n\n- [Edge (199 pages)](https://docs.crewai.com/_llms/en/edge.md): Documentation for Edge.\n- [v1.15.21 (199 pages",
    "fetchedAt": "2026-09-16T02:00:15.987Z"
  },
  {
    "id": "crewai-probe-2",
    "tier": "probe",
    "url": "https://docs.crewai.com/en/installation.md",
    "excerpt": "PROBE docs-md: HTTP 200 at https://docs.crewai.com/en/installation.md > ## Documentation Index\n> Fetch the complete documentation index at: https://docs.crewai.com/llms.txt\n> Use this file t",
    "fetchedAt": "2026-09-16T02:00:15.987Z"
  },
  {
    "id": "crewai-probe-3",
    "tier": "probe",
    "url": "https://docs.crewai.com/openapi.json",
    "excerpt": "PROBE openapi: all candidate paths 404 (https://docs.crewai.com/openapi.json, https://docs.crewai.com/swagger.json, https://docs.crewai.com/api/openapi.json, https://docs.crewai.com/.well-known/openapi.json)",
    "fetchedAt": "2026-09-16T02:00:15.987Z"
  },
  {
    "id": "crewai-probe-4",
    "tier": "probe",
    "url": "https://docs.crewai.com/en/concepts/cli",
    "excerpt": "official CLI documented at https://docs.crewai.com/en/concepts/cli",
    "fetchedAt": "2026-09-16T02:00:15.987Z"
  }
]
