templates
Starter templates and sample seed data
Choose a starter template and load idempotent demo content into a workspace.
Magik SEO ships static starter templates for demos, training, and empty-state exploration.
Available templates
Call GET /onboarding/templates to list the catalog. Each template describes included artifacts:
- SEO Starter — general agency demo data.
- Local Business — local SEO–oriented copy and keywords.
- E-commerce — WooCommerce-friendly category page sample.
Seeding sample data
POST /workspaces/{id}/seed-sample with body { "template_key": "seo_starter" } creates:
- A draft brand kit and version snapshot
- A sample content draft marked with sample metadata
- A planned calendar entry linked to the draft
The operation is **idempotent**: repeat calls return the original seed timestamp and resource IDs without duplicating rows.
Authorization
Only workspace **Owners** and **Admins** may seed sample data. Viewers and Editors receive HTTP 403.