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
| Action | Description |
|---|---|
back_action | Send a back action to the device. |
comment | Comment on the current video. |
dismiss_tiktok | Dismiss TikTok and return to the launcher or home surface. |
edit_profile | Edit profile fields for the current account. |
follow_user | Follow the current creator. |
go_home | Return TikTok to the home or For You surface. |
go_search | Open TikTok search or discover. |
like_video | Like the current video. |
open_comment_sheet | Open the comment sheet on the current video. |
open_search_result | Open a search result by index. |
post_comment | Post a comment in the currently open comment sheet. |
post_video | Upload and publish a video. |
repost | Repost the current video. |
save_video | Save the current video. |
scroll_feed | Scroll the current feed. |
search_keyword | Search a single keyword in TikTok search. |
skip_fast | Skip to the next video. |
switch_account | Switch TikTok accounts on the phone. |
watch_video | Watch 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_sessionandfyp_warmup_sessionare composite execution targets, not atomic actions.