Skip to main content

Action Reference

These are implemented atomic executor actions. They are included as an advanced reference for agents and debugging, not as the primary public integration surface. For production integrations, prefer composite capabilities. The public capability request API is platform-aware. TikTok/default requests preserve the executor action names shown below. Instagram requests usually prefix planned executor action names with instagram_, for example instagram_post_video or instagram_dm_send; a few debug atomics use Instagram-native nouns listed below.

Implemented Atomic Actions

Instagram Debug Action Aliases

When using the local capability planner with platform: "instagram", these canonical debug capability ids route to Instagram executor actions:

Important Boundaries

  • These actions are not the preferred public API.
  • These actions are lower-level than the process and capability abstractions.
  • Session and target wrappers such as search_warmup_session, fyp_warmup_session, fyp_comment_growth_session, target_video_comment, and target_account_latest_comment are executor targets. Use the documented public capability ids through POST /capability-requests/enqueue instead of calling executor action names directly.