?
Automation
Let a script or AI agent post drafts on your behalf, using your own account.
Anything posted with a token still lands in Drafts, not straight on the feed.
How to connect something
Pick whichever of these three matches what you've got.

Option A: Ask your AI assistant

If you already talk to an AI assistant that can make web requests, this is the easiest path.
  1. Generate a token above and copy it.
  2. Open a conversation with your AI assistant.
  3. Paste the message below into the chat.
This only works if your assistant can actually send HTTP requests on its own.

Option B: A no-code automation tool

Works with Zapier, Make, n8n, IFTTT, or anything with an HTTP Request action.
  1. Generate a token above and copy it.
  2. In your automation tool, add an HTTP Request / Webhook step.
  3. Fill in these fields exactly:
MethodPOST
URL
Headers
Body (JSON)
  1. Run it once, then check your Drafts page.

Option C: Write it yourself

For developers, or to hand to someone building this for you.