Appearance
account-factory
FreshSource: BIBLE.md (Phase 9, account-factory: platform account creation, factory jobs, ready pool status)
Platform account creation. Factory jobs queue new account creation tasks. Tracks ready pool status.
How it fits
flowchart LR REQ[Request: 10 Reddit accounts] --> JQ[Factory job queue] JQ --> GM[gmail-creator] GM --> ID[New email] ID --> RD[reddit-extension signup] RD --> ST[Save to account-store as phase 0] ST --> RP[Ready pool: queued for warmup]
Routes
POST /factory/create: queue new account creationGET /factory/jobs: factory job listGET /factory/ready-pool: how many accounts available per platform