social · wired today
What can agents actually do with TikTok?
External systems are where agent answers come from. The TikTok connector is one of 222 executable connectors and gives agents 6 tools, with the credential held in the vault and every call receipted.
The TikTok tool list, exactly as agents see it
get_profile— Get the connected TikTok account profile (display name, avatar, follower/following/likes/video counts).list_videos— List the connected account's recent videos.get_video_stats— Get engagement stats for specific videos by id.get_publish_status— Check the status of a video publish or draft upload by publish_id (lets a caller follow up on an approved publish honestly).publish_video— Publish a video directly to TikTok from a file under the org media root. Files a human approval request; the video goes out only after an approver says yes. NOTE: an unaudited TikTok app is restricted to private (SELF_ONLY) viewing regardless of privacy_level, until TikTok approves the app audit.upload_draft— Upload a video to the connected account's TikTok inbox as a draft, for the user to finish and publish from within the TikTok app. Files a human approval request; the upload happens only after an approver says yes.
What the TikTok connector needs
You provide access token, client key from your TikTok account. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: TikTok's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
The TikTok connector is a hand-written module that has been exercised against the live TikTok API.
- Credentialed The vault stores, tests and just-in-time resolves its credential; agents never see the secret.
- Agent-owned A dedicated agent (tiktok) owns it out of the box.
- Schedulable Not yet exposed in the workflow builder; that integration is on the connector roadmap.
- Evidenced Per-call evidence envelopes are on the roadmap; vault credential use is already receipted.
TikTok integration FAQ
What can Quox agents do with TikTok?
Agents can run 6 tools against TikTok: get profile, list videos, get video stats, get publish status, publish video and more. Every call is receipted in the evidence trail.
What does the TikTok integration need?
You provide access token, client key from your TikTok account. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my TikTok credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the TikTok connector?
The TikTok connector is a hand-written module that has been exercised against the live TikTok API.