bufferapp.com
Buffer is a social media management platform for creating, scheduling, and analyzing posts across multiple social channels. It lets users and teams manage organizations, channels, posts, and ideas from one service.
Buffer exposes a GraphQL API at `https://api.buffer.com`, a deprecated legacy REST API at `https://api.bufferapp.com/1/`, and a `buffer` CLI distributed as `@bufferapp/cli`; authentication is via personal API key for GraphQL/CLI or OAuth app credentials for app-style access and the legacy REST API.
- Buffer Legacy REST APIdiscovered
- Buffer GraphQL APIdiscovered
- Buffer CLIdiscovered
$ buffer initAcquired by the CLI — running buffer init opens the auth flow and stores the credential.
Log in to your Buffer account, then open Settings → API and register your app. Buffer’s docs say confidential clients receive a client_id and client_secret; public clients receive only a client_id and use Authorization Code with PKCE. Configure your redirect URI to exactly match what you register, then send users through Buffer OAuth and exchange the authorization code for access/refresh tokens before calling the API.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing