See how teams and agents work together

Give your AI agent the wholePostqued workflow.

Connect once, then let compatible agents work across client workspaces, content, calendars, analytics, engagement, approvals, and collaborators—with the same permissions as your team.

Actions
62
Platforms
10
API fallback
v2
Setup

Choose how your agent connects.

Download the portable skill for the full operating guide, or connect directly to the remote MCP endpoint. Both use the same organization-bound Postqued API key. MCP and REST API access are included on every paid plan; compare account and collaboration limits on the pricing page.

Get API key
Portable agent skill

postqued-api.skill

MCP-first instructions, v2 REST fallback, all 62 actions, 10 platform schemas, and the current publishing and approval safety rules.

Download .skill

Claude Desktop

Add Postqued as a remote MCP server and pass your API key in the Authorization header.

{
  "mcpServers": {
    "postqued": {
      "type": "http",
      "url": "https://mcp.postqued.com/mcp",
      "headers": {
        "Authorization": "Bearer pq_your_api_key"
      }
    }
  }
}

Claude Code

Register the remote server from your terminal.

claude mcp add --transport http postqued https://mcp.postqued.com/mcp \
  -H "Authorization: Bearer pq_your_api_key"

Cursor

Add the same HTTP server configuration to your project MCP config.

{
  "mcpServers": {
    "postqued": {
      "type": "http",
      "url": "https://mcp.postqued.com/mcp",
      "headers": {
        "Authorization": "Bearer pq_your_api_key"
      }
    }
  }
}
Available tools

62 actions across the Postqued workflow.

Product areaWhat agents can doTools
WorkspacesResolve client workspaces, create new ones, and inspect plan capabilities5
Connected accountsList or disconnect accounts and load live platform posting options8
Content libraryUpload, browse, update, reuse, and remove workspace media6
Publishing calendarValidate, publish, schedule, reschedule, cancel, and inspect durable status7
AnalyticsRead account post performance and paginated TikTok video metrics2
EngagementRead comments, reply, moderate, like, and comment on published posts6
ApprovalsCreate posts and revisions, submit work, comment, request changes, and approve10
SuggestionsPropose, accept, or decline revision-bound caption edits3
Team collaborationInvite teammates, manage roles, and remove or revoke access5
Client reviewInvite post reviewers and manage assigned client feedback and decisions10
Example prompt

Ask in plain language.

Your agent can resolve the right client workspace, inspect connected accounts, upload media, validate the post, and only publish after you approve the exact action.

Explicit workspace boundaries prevent one client's work from leaking into another.

Live publishing requires a validated dry run and a unique idempotency key.

Approval changes use revision and version checks before anything moves forward.

You

In the Luma Skincare workspace, validate this launch video for Instagram. Show me the result before publishing it, then check the status after I approve.

Agent

I’ll use list_workspaces, list_accounts, start_content_upload,complete_content_upload, then publish_content in dry-run mode first.

Postqued assistant workspace using publishing and analytics context
Current Postqued assistant workspace, reviewed August 9, 2026. The documented integration surface is API v2 with a 62-action remote MCP catalog; agents remain subject to organization scopes, validation, approvals, confirmation, and provider limits.