reddit.com
Reddit is a social platform centered on user-created communities, posts, comments, and moderation workflows. It also offers a developer platform, Devvit, for building apps and interactive experiences that run on Reddit.
Reddit exposes a traditional HTTP Data API authenticated with Reddit OAuth apps, plus the Devvit developer platform with a CLI and platform-managed Reddit API access for apps.
- Reddit Data APIdiscovered
- Devvit Reddit API capabilitydiscovered
- Devvit CLIdiscovered
Go to app preferences while signed in to Reddit, choose create app / create another app, select the app type, and save. Reddit issues a client_id and, for confidential apps, a client_secret. Reddit’s API wiki says API access requires reading the Responsible Builder Policy, Developer Terms, and Data API Terms first via API Access wiki.
$ npx devvit loginAcquired by the CLI — running npx devvit login opens the auth flow and stores the credential.
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