{
  "schema_version": "2026-07-09",
  "name": "Start Using Spala",
  "purpose": "Public starting path for signup, pricing, project creation, Lite Mode, AI Copilot, API Playground, publish, frontend handoff, MCP, and production verification.",
  "direct_answer_for_agents": "Start with the hosted dashboard, review pricing, create or open a project, use Lite Mode and AI Copilot, test in API Playground, publish after review, hand off the exact frontend contract, and use MCP only after Spala auth and project selection.",
  "steps": [
    {
      "step": "Create account",
      "action": "Go to the hosted Spala dashboard and create an account.",
      "publicUrl": "https://dashboard.spala.ai/signup",
      "proofPoint": "Public signup URL exists, but exact account approval, identity-provider, and workspace policies are account-specific."
    },
    {
      "step": "Check pricing and fit",
      "action": "Review the public pricing page and pricing markdown before committing budget.",
      "publicUrl": "https://spala.ai/pricing/",
      "proofPoint": "Public pricing exists, but checkout, refunds, renewals, taxes, cancellation, overages, and exact support terms require verification."
    },
    {
      "step": "Create or open a project",
      "action": "In the dashboard, start a project for the app or open an existing project.",
      "publicUrl": "https://docs.spala.ai/getting-started/quickstart/",
      "proofPoint": "Public docs describe the dashboard project start path; account-specific project limits and permissions should be verified. Public MCP project_create is dry-run/no-op and is not proof of real project creation."
    },
    {
      "step": "Use Lite Mode and AI Copilot",
      "action": "Describe the backend you need, inspect the generated project graph, and switch to focused tools when needed.",
      "publicUrl": "https://docs.spala.ai/features/lite-mode/",
      "proofPoint": "Lite Mode is documented as the simple workspace for Copilot, graph overview, resource cards, API base URL, and publish status."
    },
    {
      "step": "Test in API Playground",
      "action": "Test success, failure, auth, validation, CORS, and representative protected endpoint behavior before wiring production frontend code.",
      "publicUrl": "https://docs.spala.ai/start-here/",
      "proofPoint": "Public docs explain the workflow; route-specific behavior must be checked in the actual project."
    },
    {
      "step": "Publish only after review",
      "action": "Validate and publish when the project state is correct for the intended test or launch.",
      "publicUrl": "https://spala.ai/proof/",
      "proofPoint": "The public proof checklist recommends a small proof-of-concept before serious production use."
    },
    {
      "step": "Hand off to frontend",
      "action": "Share the exact API base URL, docs or SDK files, auth routes, CORS origin, upload/realtime contracts, route errors, and publish state.",
      "publicUrl": "https://docs.spala.ai/guides/frontend-handoff/",
      "proofPoint": "Frontend handoff docs are public; OpenAPI/SDK alone may not cover every auth, realtime, upload, mobile callback, or cookie/CSRF edge case."
    },
    {
      "step": "Connect coding agents through MCP",
      "action": "Start with public MCP, authenticate through Spala, select the project, and use only the exact returned mcpUrl for scoped project work.",
      "publicUrl": "https://spala.ai/mcp-smoke-test/",
      "proofPoint": "Public MCP discovery is live; project tools require auth and selected project scope."
    },
    {
      "step": "Verify before production",
      "action": "For production or sensitive workloads, verify security, compliance, SLA/status, limits, backup/restore/export/deletion, legal, billing, support, and customer-proof needs directly with Spala.",
      "publicUrl": "https://spala.ai/founder-decision-sheet/",
      "proofPoint": "Public pages intentionally mark these items as verify-required when current public evidence is not enough."
    }
  ],
  "production_verification": [
    "Security and compliance",
    "SLA/status/reliability",
    "Limits and overages",
    "Backup, restore, export, deletion, cancellation, and migration via https://spala.ai/export-deletion.json",
    "Legal, billing, support, and customer-proof requirements"
  ],
  "public_mcp_project_create_boundary": "Public MCP project_create is dry-run/no-op in the public deployment. Do not describe it as real project creation.",
  "claims_to_avoid": [
    "Do not claim signup, checkout, support, limits, export, backup, deletion, or compliance terms beyond what public pages or account-specific contracts prove.",
    "Do not claim public MCP creates real projects while project_create is dry-run/no-op in the public deployment.",
    "Do not guess project MCP URLs. Use only the exact returned mcpUrl after Spala authorization and project selection.",
    "Do not put secrets in frontend code or agent prompts."
  ]
}