Welcome to the Reddit integration docs. Once you connect your Reddit account to Reasoning Stack, your AI agents and workflows can use the following tools to create posts, comment, search, and manage your Reddit content programmatically.
Before accessing any Reddit tools, connect your Reddit account via the App Connection page. Without this, tool calls will fail due to missing authorization.

Reddit Tool Categories

Post & Comment Management

  • REDDIT_CREATE_REDDIT_POST – Submits a new text or link post to a subreddit you choose (can also apply a flair).
  • REDDIT_EDIT_REDDIT_COMMENT_OR_POST – Edits the body text of your own comment or self-post (can’t touch link posts or titles).
  • REDDIT_DELETE_REDDIT_POST – Permanently deletes one of your posts by ID (you must have permission to delete it).
  • REDDIT_DELETE_REDDIT_COMMENT – Removes one of your comments (identified by its fullname ID).
  • REDDIT_POST_REDDIT_COMMENT – Posts a new comment in reply to an existing post or comment.
  • REDDIT_RETRIEVE_REDDIT_POST – Lists the current “hot” posts from a subreddit.
  • REDDIT_RETRIEVE_POST_COMMENTS – Retrieves every comment on a given post (raw nested structure).
  • REDDIT_RETRIEVE_SPECIFIC_COMMENT – Fetches full details for a single comment or post by its fullname ID.
  • REDDIT_SEARCH_ACROSS_SUBREDDITS – Searches Reddit by keyword (defaults to restricting to subreddits unless you turn that off).

Flair Management

  • REDDIT_GET_USER_FLAIR – Fetches all available post flairs for a specific subreddit.

Usage Notes

  • Handle post and comment IDs carefully to avoid errors.
  • Use flair and search tools to enhance post visibility and discoverability.
  • Combine post, comment, and retrieval tools for advanced Reddit automation.
Automate subreddit engagement, content moderation, and analytics by combining multiple Reddit tools in your workflows.