Skip to main content

CLI Overview

The Verlynk CLI (verlynk on npm) is a command-line interface to the Verlynk Public API. Use it to authenticate, manage profiles and channels, create and schedule posts (including local image/video upload), inspect usage, and pull analytics from your terminal or scripts. Source: verlynk/verlynk-agent on GitHub.

Requirements: Node.js 18+

CLI vs MCP

CLIMCP
Best forScripts, CI, terminals, local file uploadAI agents (Claude, Cursor, ChatGPT)
AuthPublic API key (verlynk_...)MCP token
Interfaceverlynk commandsNatural language via MCP tools
tip

MCP tokens and Public API keys are different credentials. For agent integrations, see Create MCP Token. For the CLI, see Authentication.

What you can do

  • Authenticate and store credentials locally
  • List and switch profiles (projects)
  • List connected social accounts (channels)
  • Create, schedule, update, retry, and delete posts
  • Upload media from local files (media:upload / posts:create --media-file)
  • Manage drafts and API keys
  • List and reply to inbox comments, and triage their status (inbox:list / inbox:reply / inbox:status)
  • Pull analytics and check usage / plan limits
  • Validate caption length across platforms

Next steps

  • Installation — Install verlynk
  • Authentication — Log in with a Public API key
  • Posts — Schedule posts and attach media
  • Inbox — Retrieve and reply to comments, built for AI agent workflows
  • API Reference — Explore the underlying REST API
  • Integrations — Connect MCP clients instead of (or alongside) the CLI