Introduction
Welcome to the Verlynk API. Build powerful integrations and automate your social media management workflows.
Verlynk provides an MCP (Model Context Protocol) server that lets AI tools like Claude, Cursor, and ChatGPT manage your social content using natural language. You can also use the REST API directly for programmatic integrations.
Access Requirements
- Active Verlynk account with an active subscription
- MCP key generated from workspace settings
- Admin or Developer role permissions
Base URL
All API requests should be made to:
https://verlynk.com/api
Authentication Header
Include your MCP key in the Authorization header of every request:
Authorization: Bearer YOUR_MCP_KEY
Quick Example
Here's a quick example to fetch your social accounts:
curl -s https://verlynk.com/api/v1/accounts \
-H "Authorization: Bearer YOUR_MCP_KEY"
Rate Limits
Requests are limited to 120 per minute with a burst limit of 30 requests in 10 seconds. See Rate Limits for details.
Next Steps
- Create MCP Token — Generate your first MCP token
- Integrations — Connect Claude, Cursor, ChatGPT, or other MCP clients
- Prompt Examples — Try natural-language commands after setup
- API Reference — Explore the full REST API