Task In, Schedule Out
Describe the campaign; Codex creates the posts, sets the times and reports back what it queued.
Let OpenAI's software agent handle your posting pipeline: one prompt in, a scheduled week out.
Codex is OpenAI's software engineering agent: it executes commands in a workspace and completes multi-step tasks. That makes the postqueen CLI a natural fit, because scheduling posts becomes just another task it can run and verify.
Describe the campaign; Codex creates the posts, sets the times and reports back what it queued.
Wire Codex tasks into CI or cron and let content ship on a schedule alongside your code.
Structured CLI output means the agent can verify every step instead of guessing.
Install the CLI in the agent's workspace, provide the API key as an environment variable, and include postqueen commands in your task prompts.
npm install -g postqueenexport POSTQUEEN_API_KEY=your_api_key # Example:postqueen posts:create --json campaign.jsonCodex drives the same pipeline on all 30 channels postqueen supports. Pick a platform to see the pairing in detail.
Yes, and it is the strongest reason to use Codex here rather than something interactive. A task that runs on merge can turn a changelog entry into a scheduled announcement, so the post ships on the same trigger as the release instead of a day later when someone remembers.
In the runner's secret store, exposed as POSTQUEEN_API_KEY, never in the prompt or the task description. The CLI reads the environment variable, so nothing about the key needs to appear in the text the agent sees.
Ask it to list the queue afterwards. Commands return JSON, so the agent can read back exactly which posts exist, on which channels and at which times, and fail the task if the count is wrong rather than reporting success it did not verify.
No. Codex needs a workspace to run commands in; the postqueen CLI does not care whether that workspace has code in it.
Queue this week's posts in minutes, or hand the whole thing to your favorite AI. postqueen keeps publishing either way.
Seven days free. Cancel in one click from settings.