Skip to main content
Groniz is a hosted service — there is nothing to install or run. Sign in, connect a social channel, and schedule your first post.
1

Sign in to the console

Open groniz.com/console/connectors and sign in. New accounts start on a free plan.
2

Connect a channel

In the console, click Add channel and authorize the platform you want to post to (including X, LinkedIn, Instagram, and YouTube among 32+ channels). Groniz owns the OAuth apps — you never manage API keys or developer apps yourself.
3

Schedule a post

Compose your content, pick the connected channel(s) and a time, and hit Schedule. Groniz publishes it for you and tracks the analytics.

Create an API key

To drive Groniz from code, the CLI, or an AI agent, you need an API key — a single credential that authenticates every request.
1

Open the API Keys page

In the console, open API Keys.
2

Copy your key

Reveal and copy the key (or Rotate to mint a fresh one). Treat it like a password — it grants full access to your account. You can rotate it any time.
3

Use it

Pass it in the Authorization header on every request:
For the CLI, export it once: export GRONIZ_API_KEY=your-api-key.
Building an app for other Groniz users? Use OAuth2 instead of a personal API key.

Automate it

Once you have an API key, drive everything from code:

Public API

Schedule, manage, and analyze posts over plain HTTP + JSON.

CLI

curl -fsSL https://groniz.com/install.sh | sh — drive Groniz from your terminal.

MCP Server

Expose Groniz as tools to Claude, Cursor, and other MCP clients.

For agents

Point an AI agent (Claude, Cursor, or any MCP client) at your account and let it post for you.
1

Install the skill

Teach your agent how Groniz works:
Or load the SKILL.md from github.com/groniz/groniz-cli.
2

Connect the MCP server

Give it your API key and wire up the hosted MCP server — 9 tools for listing channels, scheduling posts, and generating media:
Full client setup (Claude Desktop, Cursor, …): MCP Setup.
3

Let it work

Ask in natural language — “Schedule a launch post on X and LinkedIn for 9am tomorrow” — and the agent calls the tools on your behalf.