Developer platform

One API for your content workflow.

Use scoped keys from the workspace to save signals, create drafts, schedule posts, and publish only with explicit confirmation.
REST API

Typed, scoped, rate-limited.

curl https://www.xaligne.com/api/v1/me \
  -H "Authorization: Bearer $XALIGNE_API_KEY"
Open the specification →
CLI

Work from the terminal.

npm run cli -- status
npm run cli -- schedule --at 2026-08-05T09:00:00Z "Your post"
npm run cli -- publish --confirm "Your post"

Clone this repository, then set XALIGNE_API_KEY and optionally XALIGNE_API_URL.

MCP

Give AI clients safe tools.

{
  "command": "node",
  "args": ["/path/to/Xaligne/mcp/server.mjs"],
  "env": { "XALIGNE_API_KEY": "..." }
}

The publish tool requires both the publish scope and confirm: true.

Chrome extension

Capture ideas on x.com.

Load the included Manifest V3 directory in developer mode, then connect a scoped API key in its options panel.

Open setup checklist →