# Sendible > Sendible is a social media management platform for agencies, franchises, > multi-location brands and marketing teams. It schedules and publishes content > across Instagram, Facebook, LinkedIn, X, TikTok, Threads, Bluesky, YouTube, > Google Business Profile and WordPress; centralises replies in a Priority > Inbox; and produces client-facing analytics reports. Sendible Ltd is based in > London, England. ## What an agent needs to know first - Sendible operates a live REST API at `https://api.sendible.com/api/v1`, but it is **not publicly documented**. Every path under `/api/v1` returns HTTP 401 with `WWW-Authenticate: Basic realm="Application"`. - The public developer portal at `developers.sendible.com` has been **retired**; it now 301-redirects to the marketing home page. No OpenAPI, GraphQL SDL, AsyncAPI, MCP server, agent card, llms.txt or `/.well-known/` document is served on any Sendible host. - API credentials (application id, API key, and the shared key / initial value pair) are issued only from inside a signed-in Sendible account, so an agent cannot self-serve access. ## APIs - [Sendible API](https://www.sendible.com/solutions/software-integrators): REST API for social media clients, scheduling, monitoring and reporting. Base URL `https://api.sendible.com`. HTTP Basic auth. No published contract. ## Product - [Features](https://www.sendible.com/features) - [Integrations](https://www.sendible.com/integrations) - [White label](https://www.sendible.com/white-label-social-media-management-software) - [Software integrators](https://www.sendible.com/solutions/software-integrators) - [Zapier automation](https://www.sendible.com/integrations/zapier) ## Commercial - [Pricing](https://www.sendible.com/pricing): Core $35/mo, Plus $99/mo, Premium $199/mo, Elite $299/mo, Enterprise $750/mo (USD, billed monthly; ~15% less billed yearly). Unlimited users on every plan. 14-day free trial, no card required. - [Sign up](https://app.sendible.com/signup) - [Terms of service](https://www.sendible.com/terms) - [Privacy policy](https://www.sendible.com/privacy) ## Operations - [Changelog](https://www.sendible.com/changelog) - [Product updates](https://www.sendible.com/product) - [Support / help centre](https://support.sendible.com/hc/en-us) - [Vulnerability reporting policy](https://www.sendible.com/vulnerability-reporting) — report to security@sendible.com. No status page is operated. ## API Evangelist artifacts - [apis.yml](https://raw.githubusercontent.com/api-evangelist/sendible/refs/heads/main/apis.yml) - [Plans and pricing](https://raw.githubusercontent.com/api-evangelist/sendible/refs/heads/main/plans/sendible-plans-pricing.yml) - [Rate limits](https://raw.githubusercontent.com/api-evangelist/sendible/refs/heads/main/rate-limits/sendible-rate-limits.yml) - [Changelog](https://raw.githubusercontent.com/api-evangelist/sendible/refs/heads/main/changelog/sendible-changelog.yml) - [Lifecycle](https://raw.githubusercontent.com/api-evangelist/sendible/refs/heads/main/lifecycle/sendible-lifecycle.yml) - [Authentication (probed)](https://raw.githubusercontent.com/api-evangelist/sendible/refs/heads/main/authentication/sendible-authentication.yml) - [Vulnerability disclosure](https://raw.githubusercontent.com/api-evangelist/sendible/refs/heads/main/security/sendible-vulnerability-disclosure.yml) - [Domain security](https://raw.githubusercontent.com/api-evangelist/sendible/refs/heads/main/security/sendible-domain-security.yml) - [FinOps](https://raw.githubusercontent.com/api-evangelist/sendible/refs/heads/main/finops/sendible-finops.yml)