# Reddit API for AI agents - Veezee

Veezee is a Reddit data API built to be USED by an agent, not just called from one: the agent calls it directly, no signup, and meters its own spend from every response. This page covers Reddit: seven tools over MCP or REST. Veezee also serves LinkedIn and X (formerly Twitter) on the same contract; see [/docs/linkedin](/docs/linkedin) and [/docs/x](/docs/x).

## Working in one call, no signup

Most data APIs make a human sign up in a dashboard before an agent can do anything. Veezee does not:

```
curl "https://api.veezee.io/v1/reddit/subreddits?subreddit_name=selfhosted"
```

No signup, no card, no key: that single call just returns data, under a shared budget of 20 credits per IP per day, recent data only. Over MCP, add `https://mcp.veezee.io/reddit` (streamable-http), same keyless budget, same seven tools.

Past the daily budget, buy a key at [/upgrade](/upgrade): pick a pack, pay, and the API key is shown exactly once on the confirmation page. Send it as `Authorization: Bearer <api_key>`.

## The seven tools

- **reddit_search** (6 credits): Search Reddit posts, comments, subreddits, or users. [/docs/tools/reddit_search](https://veezee.io/docs/tools/reddit_search)
- **reddit_get_subreddit** (4 credits): Get subreddit details. [/docs/tools/reddit_get_subreddit](https://veezee.io/docs/tools/reddit_get_subreddit)
- **reddit_get_subreddit_posts** (4 credits): Get a subreddit's posts. [/docs/tools/reddit_get_subreddit_posts](https://veezee.io/docs/tools/reddit_get_subreddit_posts)
- **reddit_get_user** (4 credits): Get a Reddit user. [/docs/tools/reddit_get_user](https://veezee.io/docs/tools/reddit_get_user)
- **reddit_get_post** (4 credits): Get Reddit posts by id, with optional discussion thread. [/docs/tools/reddit_get_post](https://veezee.io/docs/tools/reddit_get_post)
- **reddit_resolve_url** (2 credits): Identify a Reddit URL. [/docs/tools/reddit_resolve_url](https://veezee.io/docs/tools/reddit_resolve_url)
- **get_usage** (0 credits): Check credits and recent charges. [/docs/tools/get_usage](https://veezee.io/docs/tools/get_usage)

## Ways in

Default path: use MCP when your host supports it, the SDK otherwise, REST as the fallback; the CLI and skills are conveniences layered on top of those.

## Honest limits

This page covers the Reddit surface; Veezee also serves LinkedIn and X (formerly Twitter) with the same contract (see /docs/linkedin and /docs/x). On Reddit: no server-side time window on comment search, discover result depth caps around a few hundred results per query, and cached search results refresh on a 20-minute cycle. Purchases run through Stripe in TEST mode today (a $20.00 minimum purchase applies once live charging is enabled, a later and explicitly gated step).

## Read next

- One-fetch machine-readable decision card: https://veezee.io/product.json
- Tool-selection eval evidence (dated, with prompts and models): https://veezee.io/evidence
- Credit prices, packs, and worked example costs: https://veezee.io/pricing
