Actions
| Name | Description |
|---|---|
retrieveRedditPostFetch top posts in a subreddit with optional size limit. | Fetch top posts in a subreddit with optional size limit. |
getRedditPostDetailsFetch detailed information about a specific Reddit post using its ID. | Fetch detailed information about a specific Reddit post using its ID. |
createRedditPostSubmit a new self (text) post to a subreddit. | Submit a new self (text) post to a subreddit. |
createRedditCommentComment on a Reddit post or reply to a comment. | Comment on a Reddit post or reply to a comment. |
fetchPostCommentsFetch comments from a specific Reddit post. | Fetch comments from a specific Reddit post. |
editRedditPostEdits the content of an existing Reddit post. | Edits the content of an existing Reddit post. |
editRedditCommentEdits the content of an existing Reddit comment. | Edits the content of an existing Reddit comment. |
deleteRedditPostDelete a specific Reddit post by ID. | Delete a specific Reddit post by ID. |
deleteRedditCommentDelete a specific Reddit comment by ID. | Delete a specific Reddit comment by ID. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Quick Start
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.