Skip to main content

Keyword Warmup

keyword_warmup is the most automation-ready public capability. It is currently:
  • implemented
  • live verified
  • allowed for unattended use

What It Does

Phonefarm turns one capability request into a search_warmup_session execution plan that:
  • searches one or more keywords
  • watches result videos
  • optionally likes, saves, and comments based on configured probabilities

Minimal Request

Inputs

Interaction Modes

Comment Rules

If the effective comment probability is greater than 0:
  • either provide comment_plan
  • or provide keyword_comment_plan_prompt

comment_plan rules

  • must be an object
  • keys must match the resolved keyword set exactly
  • each keyword bucket must contain at least one non-empty comment string
Example:

Routing Guidance

  • Use direct for agent-like or immediate single-target execution.
  • Use queue when your control plane wants Phonefarm to materialize work later.
  • Use group for explicit multi-target fanout.

Failure Cases To Expect

  • duplicate keywords
  • unknown interaction mode
  • missing comment prompt when comments are enabled
  • malformed comment plan