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.
- Generate a token above and copy it.
- Open a conversation with your AI assistant.
- 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.
- Generate a token above and copy it.
- In your automation tool, add an HTTP Request / Webhook step.
- Fill in these fields exactly:
Method
POSTURL
Headers
Body (JSON)
- Run it once, then check your Drafts page.
Option C: Write it yourself
For developers, or to hand to someone building this for you.