Super-user only

Seeding Tool

Batch-import real projects into a tenant from a JSON manifest. No fake users, no backdating, no fabricated entity history.

Reminder. Execute writes real rows to projects, manuscripts, chapters owned by your account. Idempotent on title — re-running the same manifest skips projects whose titles already exist for you.

Pick a manifest, then choose an action above.
{
  "platform": "codex_house",
  "operator_user_id": "<optional; defaults to you>",
  "projects": [
    {
      "title":            "The Court Jester",
      "project_type":     "screenplay_adaptation",
      "stage":            "manuscript_in_progress",
      "logline":          "...",
      "synopsis":         "...",
      "source_files":     ["/absolute/path/to/court_jester.pdf"],
      "seed_context":     "Adapted from MadBrad's original screenplay.",
      "initialize_rooms": ["workspace", "idea", "script"]
    }
  ]
}

Valid platforms: evolum, codex_house, cantocreum. Valid stages: new, draft_in_progress, draft_complete, manuscript_in_progress, manuscript_complete, released.