Autopost Service by HighStack

Multi-tenant social publishing engine

What it does

Autopost is a multi-tenant service to schedule and publish content to social networks via official APIs. Jobs are created through the REST API and processed by a worker with rate limiting, policies and idempotency.

Multi-tenantIsolated tokens & policies
IdempotentSafe job creation
Rate limitedPer-network controls
API endpoints are available for authenticated clients
Admin dashboard: /dashboard/

Admin dashboard is available at /dashboard/ (restricted).

Quick usage

Create jobs through the REST API using your tenant token:

Authorization: Bearer <TENANT_TOKEN>

  • GET /v1/jobs to list jobs
  • POST /v1/jobs to create a job
  • Worker processes jobs with retries and rate limits

Privacy · © 2026 HighStack