# Linkedmash > Linkedmash helps users save, organize, and search their LinkedIn saved posts, and create, schedule, publish, and analyze LinkedIn content — usable by agents via the REST API or MCP. ## Docs - [Getting Started](https://www.linkedmash.com/api-docs/getting-started.md): Learn how to authenticate and start using the LinkedMash API - [Overview](https://www.linkedmash.com/api-docs/agent-quickstart.md): Give an AI agent a tool surface for saved posts and content - [Connect Your Agent](https://www.linkedmash.com/api-docs/connect-your-agent.md): Connect Linkedmash to your AI agent over MCP in under a minute - [Skills](https://www.linkedmash.com/api-docs/skills.md): A ready-to-copy skill that teaches an agent to drive Linkedmash - [MCP Tools](https://www.linkedmash.com/api-docs/mcp-integration.md): Model Context Protocol integration for AI assistants - [Webhooks](https://www.linkedmash.com/api-docs/webhooks.md): Signed HTTP callbacks for saved-post and content events - [n8n Integration](https://www.linkedmash.com/api-docs/n8n-integration.md): Workflow automation with n8n ## API Reference - [Fetch Saved Posts](https://www.linkedmash.com/api-docs/fetch-saved-posts.md): GET /v1/bookmarks - [Count Saved Posts](https://www.linkedmash.com/api-docs/count-saved-posts.md): GET /v1/bookmarks/count - [List Labels](https://www.linkedmash.com/api-docs/list-labels.md): GET /v1/labels - [Add Labels to Bookmarks](https://www.linkedmash.com/api-docs/add-labels-to-bookmarks.md): POST /v1/labels/add - [Remove Labels from Bookmarks](https://www.linkedmash.com/api-docs/remove-labels-from-bookmarks.md): POST /v1/labels/remove - [Get Bookmark](https://www.linkedmash.com/api-docs/get-bookmark.md): GET /v1/bookmarks/{id} - [Create Draft](https://www.linkedmash.com/api-docs/create-draft.md): POST /v1/posts - [List Drafts](https://www.linkedmash.com/api-docs/list-drafts.md): GET /v1/posts - [Get Draft](https://www.linkedmash.com/api-docs/get-draft.md): GET /v1/posts/{id} - [Update Draft](https://www.linkedmash.com/api-docs/update-draft.md): PATCH /v1/posts/{id} - [Delete Draft](https://www.linkedmash.com/api-docs/delete-draft.md): DELETE /v1/posts/{id} - [Upload Media](https://www.linkedmash.com/api-docs/upload-media.md): POST /v1/media/upload - [Schedule Post](https://www.linkedmash.com/api-docs/schedule-post.md): POST /v1/posts/{id}/schedule - [Get Queue](https://www.linkedmash.com/api-docs/get-queue.md): GET /v1/queue - [Get Posting Slots](https://www.linkedmash.com/api-docs/get-posting-slots.md): GET /v1/queue/slots - [Cancel Scheduled Post](https://www.linkedmash.com/api-docs/cancel-scheduled-post.md): DELETE /v1/queue/{scheduleId} - [Reschedule Post](https://www.linkedmash.com/api-docs/reschedule-post.md): POST /v1/queue/{scheduleId}/reschedule - [Get Posting Schedule](https://www.linkedmash.com/api-docs/get-posting-schedule.md): GET /v1/schedule - [Set Posting Schedule](https://www.linkedmash.com/api-docs/set-posting-schedule.md): PUT /v1/schedule - [Get Analytics](https://www.linkedmash.com/api-docs/get-analytics.md): GET /v1/analytics - [Get Post Analytics](https://www.linkedmash.com/api-docs/get-post-analytics.md): GET /v1/analytics/posts