iiRecord
Agentic AI Atlas · Tutorials
page:docs-user-guide-tutorialsa5c.ai
II.
Page JSON

page:docs-user-guide-tutorials

Structured · live

Tutorials json

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

File · wiki/docs/user-guide/tutorials.mdCluster · wiki
Record JSON
{
  "id": "page:docs-user-guide-tutorials",
  "_kind": "Page",
  "_file": "wiki/docs/user-guide/tutorials.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/user-guide/tutorials/index.md",
    "sourceKind": "repo-docs",
    "title": "Tutorials",
    "displayName": "Tutorials",
    "slug": "docs/user-guide/tutorials",
    "articlePath": "wiki/docs/user-guide/tutorials/index.md",
    "article": "\n# Tutorials\n\nUse this section when you want to learn Babysitter by building something real instead of reading reference material first.\n\n## Audience\n\n- Developers new to Babysitter who want a guided first project\n- Operators comparing workflow styles such as TDD, multi-phase execution, and custom processes\n- Team leads evaluating how much structure Babysitter adds to day-to-day engineering work\n\n## What You Will Find Here\n\n- Short project walkthroughs that start from a goal and end with a working run\n- Escalating complexity, from a beginner REST API to custom process design\n- Links back to the user guide and reference pages when you need deeper detail\n\n## Suggested Reading Order\n\n1. [Beginner REST API](./beginner-rest-api.md)\n2. [Intermediate Custom Process](./intermediate-custom-process.md)\n3. [Advanced Multi-Phase Workflow](./advanced-multi-phase.md)\n\n## Next Steps\n\n- Need installation and first-run help? Go to [Getting Started](../getting-started/README.md).\n- Need conceptual background before a tutorial? Read [Features](../features/index.md).\n- Need command lookups while following a tutorial? Keep [User Guide Reference](../reference/index.md) open.\n",
    "documents": []
  },
  "outgoingEdges": [
    {
      "from": "page:docs-user-guide-tutorials",
      "to": "page:docs-user-guide-tutorials-advanced-multi-phase",
      "kind": "contains_page"
    },
    {
      "from": "page:docs-user-guide-tutorials",
      "to": "page:docs-user-guide-tutorials-beginner-rest-api",
      "kind": "contains_page"
    },
    {
      "from": "page:docs-user-guide-tutorials",
      "to": "page:docs-user-guide-tutorials-intermediate-custom-process",
      "kind": "contains_page"
    }
  ],
  "incomingEdges": [
    {
      "from": "page:docs-user-guide",
      "to": "page:docs-user-guide-tutorials",
      "kind": "contains_page"
    }
  ]
}