Inklate

OpenAI · coding agent

Publish with Codex

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

The full pipeline, by prompt

Draft

Create and edit posts in your organization's library, ready for review or straight to the queue.

Schedule

Queue posts with explicit timezone offsets — 9am always means 9am, never a UTC surprise.

Publish

Push posts live to connected LinkedIn profiles and company pages the moment you say so.

Measure

Read impressions, reactions, comments, shares, and clicks — the same self-updating numbers as the dashboard.

Setup

Connected in three steps

You'll need an Inklate organization and, for key-based setups, an API key from Settings → API keys in the dashboard.

  1. 1

    Register the server

    Add an mcp_servers entry to ~/.codex/config.toml. If your Codex version only supports stdio servers, bridge with mcp-remote instead.

    ~/.codex/config.toml
    [mcp_servers.inklate]
    url = "https://api.inklate.com/mcp"
    http_headers = { "Authorization" = "Bearer inklate_your_org_key" }
  2. 2

    Or bridge via mcp-remote

    For stdio-only setups, run the remote server through the mcp-remote adapter.

    ~/.codex/config.toml
    [mcp_servers.inklate]
    command = "npx"
    args = ["-y", "mcp-remote", "https://api.inklate.com/mcp", "--header", "Authorization: Bearer inklate_your_org_key"]
  3. 3

    Ask Codex to publish

    Start a session and ask for drafts, schedules, or a performance readout — Codex calls the same guarded API your dashboard uses.

Try these first

Prompts that earn their keep

“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

Codex × Inklate, answered

Which config format does Codex use?

TOML at ~/.codex/config.toml. Recent Codex releases speak streamable HTTP directly via `url`; older builds can bridge with mcp-remote as shown above.

Is the key scoped?

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

Give Codex a content platform

Create an organization, connect LinkedIn, and your agent publishes with the same guardrails as your team.