eavz
Reddit

Reddit

Interact with Reddit - fetch and submit posts.

10 actions

Actions

Name
retrieveRedditPost

Fetch top posts in a subreddit with optional size limit.

getRedditPostDetails

Fetch detailed information about a specific Reddit post using its ID.

createRedditPost

Submit a new self (text) post to a subreddit.

createRedditComment

Comment on a Reddit post or reply to a comment.

fetchPostComments

Fetch comments from a specific Reddit post.

editRedditPost

Edits the content of an existing Reddit post.

editRedditComment

Edits the content of an existing Reddit comment.

deleteRedditPost

Delete a specific Reddit post by ID.

deleteRedditComment

Delete a specific Reddit comment by ID.

custom_api_call

Make a custom API call to a specific endpoint

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'reddit',
  actionName: 'retrieveRedditPost',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Reddit to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Reddit support?

Reddit supports 10 actions including Retrieve Post, Get Post Details, Create Post, Create Comment, Fetch Post Comments, and more.

Can I use Reddit with AI agents?

Yes. Add Reddit to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Reddit use?

Reddit uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Reddit integration cost?

The Reddit integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

Connect Reddit in 2 minutes

Get 1,000 free actions every month. No credit card required.