LinkPilot Documentation
API, MCP & BYOK
For teams who want LinkPilot from their own code, their own assistant, or their own model key.
Developer API
Generate a key from Settings → Developer API and authenticate requests with an x-api-key header. The v1 REST API covers posts:
GET /api/v1/posts— list your posts.POST /api/v1/posts— create one.GET /api/v1/posts/:id— fetch one.POST /api/v1/posts/:id/publish— publish it.
MCP Server
Connect Claude, ChatGPT, or Cursor directly to your workspace over MCP (Streamable HTTP), authenticated with the same API key. Three tools are exposed: draft_post, list_posts, and publish_post.
Bring Your Own Key
Add your own Groq, Google, OpenAI, or Anthropic API key from Settings → BYOK, and generation across the workspace runs on your key instead of LinkPilot's — every metered feature stops spending credits for as long as your key is set.
Developer API, MCP, and BYOK are all available on the Studio plan.
Related