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.

Implemented Atomic Actions

ActionDescription
back_actionSend a back action to the device.
commentComment on the current video.
dismiss_tiktokDismiss TikTok and return to the launcher or home surface.
edit_profileEdit profile fields for the current account.
follow_userFollow the current creator.
go_homeReturn TikTok to the home or For You surface.
go_searchOpen TikTok search or discover.
like_videoLike the current video.
open_comment_sheetOpen the comment sheet on the current video.
open_search_resultOpen a search result by index.
post_commentPost a comment in the currently open comment sheet.
post_videoUpload and publish a video.
repostRepost the current video.
save_videoSave the current video.
scroll_feedScroll the current feed.
search_keywordSearch a single keyword in TikTok search.
skip_fastSkip to the next video.
switch_accountSwitch TikTok accounts on the phone.
watch_videoWatch the current video for a fixed duration.

Important Boundaries

  • These actions are not the preferred public API.
  • These actions are lower-level than the process and capability abstractions.
  • search_warmup_session and fyp_warmup_session are composite execution targets, not atomic actions.