# Veezee > LinkedIn, Reddit, and X (formerly Twitter) data for AI agents. No signup: your agent mints its own free key in one call, and the first data call after that returns data. Paying is the only human step in the product. Docs pages also serve markdown: append /index.md to any URL below, or send Accept: text/markdown. The whole docs corpus in one fetch: https://veezee.io/llms-full.txt. ## Auth in one call REST and CLI calls need an API key; mint one free, no signup, no card, no human. MCP clients that support the authorization spec skip keys entirely: connecting opens a browser sign-in instead. ``` curl -s -X POST https://api.veezee.io/v1/keys/mint ``` Returns a key once, plus setup snippets. Skip this and any data call returns a machine-readable `KEY_REQUIRED` error carrying this exact recipe, so you can self-heal in one round-trip instead of reading docs first. The key runs under a free per-IP daily budget; buying a pack at https://veezee.io/upgrade credits the same key. Full reference: https://veezee.io/auth.md. ## Start here - [Product decision card](https://veezee.io/product.json): one-fetch machine-readable summary of fit, capabilities, install, auth, pricing, and limits. Read this first if you only fetch one file. - [Veezee](https://veezee.io/): what Veezee is and the quickstart. - [LinkedIn](https://veezee.io/docs/linkedin), [Reddit](https://veezee.io/docs/reddit), [X](https://veezee.io/docs/x): per-platform strengths, tool list, quickstart, entities, and limits. - [LinkedIn API for AI agents](https://veezee.io/linkedin-api-for-ai-agents), [Reddit API for AI agents](https://veezee.io/reddit-api-for-ai-agents), [X API for AI agents](https://veezee.io/x-api-for-ai-agents): task-shaped landing pages, one per platform: self-provisioning, honest limits. - [Docs](https://veezee.io/docs): tool index and getting started. - [Field reference](https://veezee.io/docs/fields): every field Veezee actually serves, by entity. - [Auth](https://veezee.io/auth.md): how agents mint a free key and buy a paid one over REST/CLI, and how MCP clients that support the authorization spec connect via OAuth instead. - [Connect your client](https://veezee.io/docs/clients): verified install snippets for Claude Code, claude.ai, Cursor, Windsurf, VS Code, Codex CLI, Cline, Zed, and plain REST. - [Use cases](https://veezee.io/use-cases/candidate-sourcing): candidate sourcing, [prospect enrichment](https://veezee.io/use-cases/prospect-enrichment), [company research](https://veezee.io/use-cases/company-research), [brand monitoring](https://veezee.io/use-cases/brand-monitoring), and [market research](https://veezee.io/use-cases/market-research) recipes with real credit costs. - [Recipes](https://veezee.io/recipes.json): the same worked use cases as machine-readable recipe arithmetic, so agents can budget multi-call jobs. - [Pricing](https://veezee.io/pricing): credit prices, packs, and worked example costs. - [Upgrade](https://veezee.io/upgrade): add credits or upgrade; agents hand their personalized upgrade_url to their human so the purchase credits the right account. - [Alternatives](https://veezee.io/alternatives): how Veezee compares to other social data APIs, sourced from public pages. - [Proxycurl migration](https://veezee.io/migrate/proxycurl): endpoint-by-endpoint map from that shut-down LinkedIn API to Veezee tools. - [n8n templates](https://veezee.io/integrations/n8n): importable enrichment and pre-call research workflows. - [OpenAPI](https://veezee.io/openapi.json): the machine-readable REST contract. - [Error reference](https://veezee.io/docs/errors): every error code, its HTTP status, retriability, and how to recover; every error's doc_url points here. - [SDK](https://veezee.io/docs/sdk): npm install @veezee/sdk (https://www.npmjs.com/package/@veezee/sdk), a typed TypeScript client with retries and idempotency built in; [CLI](https://veezee.io/docs/cli) included. - [Agent skills](https://veezee.io/docs/skills): installable SKILL.md packs (npx skills add veezeehq/veezee-skills, source at https://github.com/veezeehq/veezee-skills); machine index at https://veezee.io/.well-known/agent-skills/index.json. - [Agent readiness](https://veezee.io/agent-readiness): every agent-facing convention this site ships (llms.txt, markdown twins, MCP discovery, ARD, WebMCP), with live proof links. - [Evidence](https://veezee.io/evidence): public tool-selection eval results (picker/first-call/response-usability), dated, with prompts and models; JSON twin at https://veezee.io/evidence/tool-selection-eval.json. - [Proof feed](https://veezee.io/proof-feed.json): machine-readable results of the latest end-to-end run per environment: per-tool success, latency, credits charged, data freshness. Schema: https://veezee.io/proof-feed.schema.json - [Trust](https://veezee.io/trust): what we store, how keys are handled, how to cancel (get_usage returns manage_url; humans can also paste a key at https://veezee.io/manage). - [Changelog](https://veezee.io/changelog): Veezee release history, what changed and when. - [Agent setup prompt](https://veezee.io/agent-setup/prompt.md): copy-paste prompt to wire a new agent up to Veezee end to end. ## Tools ### LinkedIn - [linkedin_resolve_url](https://veezee.io/docs/tools/linkedin_resolve_url): identify a linkedin url. - [linkedin_get_profile](https://veezee.io/docs/tools/linkedin_get_profile): get a linkedin person profile. - [linkedin_search_people](https://veezee.io/docs/tools/linkedin_search_people): search people on linkedin. - [linkedin_get_company](https://veezee.io/docs/tools/linkedin_get_company): get a linkedin company. - [linkedin_get_posts](https://veezee.io/docs/tools/linkedin_get_posts): get recent posts by a person or company. ### Reddit - [reddit_search](https://veezee.io/docs/tools/reddit_search): search reddit posts, comments, subreddits, or users. - [reddit_get_subreddit](https://veezee.io/docs/tools/reddit_get_subreddit): get subreddit details. - [reddit_get_subreddit_posts](https://veezee.io/docs/tools/reddit_get_subreddit_posts): get a subreddit's posts. - [reddit_get_user](https://veezee.io/docs/tools/reddit_get_user): get a reddit user. - [reddit_get_post](https://veezee.io/docs/tools/reddit_get_post): get reddit posts by id, with optional discussion thread. - [reddit_resolve_url](https://veezee.io/docs/tools/reddit_resolve_url): identify a reddit url. ### X (formerly Twitter) - [x_search](https://veezee.io/docs/tools/x_search): search x (formerly twitter). - [x_get_profile](https://veezee.io/docs/tools/x_get_profile): get an x profile. - [x_get_tweets](https://veezee.io/docs/tools/x_get_tweets): get an account's tweets. - [x_get_tweet](https://veezee.io/docs/tools/x_get_tweet): get one tweet with full metrics. - [x_resolve_url](https://veezee.io/docs/tools/x_resolve_url): identify an x url. ### Account (all platforms) - [get_usage](https://veezee.io/docs/tools/get_usage): check credits and recent charges.