Draft
Create and edit posts in your organization's library, ready for review or straight to the queue.
OpenAI · coding agent
Codex configures MCP servers in TOML. Point it at Inklate's server with an organization API key and the agent that just fixed the bug can also write the post that tells people about it.
What Codex can do
Create and edit posts in your organization's library, ready for review or straight to the queue.
Queue posts with explicit timezone offsets — 9am always means 9am, never a UTC surprise.
Push posts live to connected LinkedIn profiles and company pages the moment you say so.
Read impressions, reactions, comments, shares, and clicks — the same self-updating numbers as the dashboard.
Setup
You'll need an Inklate organization and, for key-based setups, an API key from Settings → API keys in the dashboard.
Add an mcp_servers entry to ~/.codex/config.toml. If your Codex version only supports stdio servers, bridge with mcp-remote instead.
[mcp_servers.inklate]
url = "https://api.inklate.com/mcp"
http_headers = { "Authorization" = "Bearer inklate_your_org_key" }For stdio-only setups, run the remote server through the mcp-remote adapter.
[mcp_servers.inklate]
command = "npx"
args = ["-y", "mcp-remote", "https://api.inklate.com/mcp", "--header", "Authorization: Bearer inklate_your_org_key"]Start a session and ask for drafts, schedules, or a performance readout — Codex calls the same guarded API your dashboard uses.
Try these first
“Draft a LinkedIn post about the migration guide we just wrote and schedule it for Wednesday 8:30 AM ET.”
“Queue three posts from docs/launch-notes.md across next week, mornings only.”
“Pull last month's post analytics and summarize what worked.”
Questions
TOML at ~/.codex/config.toml. Recent Codex releases speak streamable HTTP directly via `url`; older builds can bridge with mcp-remote as shown above.
Yes — an organization API key only reaches that organization's channels, posts, and analytics. Rotate or revoke it any time in the dashboard.
Also works with
Create an organization, connect LinkedIn, and your agent publishes with the same guardrails as your team.