Skip to main content
Every tool runs with the permissions of the user behind the token, inside the request’s workspace. Profile-scoped tools take profile UUIDs; call list_profiles first to get them. Dates are ISO 8601 and UTC unless the tool says otherwise. Credits are only charged for tools that call an AI model. See Credits.

Profiles and preferences

Posts

Scheduling

Analytics

AI images

Image generation runs in the background. generate_image and edit_image return a job ID immediately; poll check_image_generation_status until it reports the finished image, which is saved to the media library and can be attached to a post by UUID.

Visual insights

These tools work on posts that have already been published and analysed. They are useful for answering “why did this work?” and for turning what worked into a brief for the next post.

Confirmation and safety

The server does not pause for confirmation itself; that is your client’s job, and every major client asks before running a tool unless you have allowed it. Two properties make the write tools safe to allow:
  • create_post only ever creates a draft. Publishing requires a second, explicit call to schedule_post or add_post_to_queue.
  • delete_post refuses anything that is publishing or already published.
Revoke the token from User Settings → Login & Security at any time to cut off every client using it.