# Hazelbase > Hazelbase is a self-serve GTM platform for B2B businesses. It handles outbound email, LinkedIn outbound, SEO content, publisher placements, and community engagement (Reddit/X) — all running against one ICP on one data layer. Hazelbase owns and operates the infrastructure: warmed email inboxes, human-operated LinkedIn accounts, a publisher network, and an Ambassador Network. Plans from $199/mo, month-to-month. ## Product - [Hazelbase Homepage](https://fluolinkio.com): Marketing site with product overview and sign-up - [Pricing](https://fluolinkio.com/pricing): Plan comparison (Free, Starter $79/mo, Growth $199/mo, Scale $449/mo, Custom) - [Contact](https://fluolinkio.com/contact): Sales and support contact form; enterprise engagements via Kionin (parent studio) start at $3,000/mo - [Dashboard](https://fluolinkio.com/dashboard): Web dashboard for managing all pipelines, monitors, matches, campaigns, and organization settings ## Platform Capabilities All capabilities are accessible via the REST API and dashboard. Autopilot is available on Growth plan and above and automates any combination of the five pipelines hands-off. **Prospecting & Enrichment** — ICP generation from website URL and organization overview. Prospect search and filtering across ~1B records (B2B people and companies) combined with third-party data integrations and a continuous web crawler. Enrichment pipeline: verified emails, phone numbers, LinkedIn URLs, employment, firmographics. Lists can be piped into Email or LinkedIn campaigns or exported via API. **Email Outbound** — Hazelbase provisions and warms real Google Workspace and Microsoft Outlook accounts on dedicated domains (1:1 per customer). No shared sending pools or reseller mailboxes. SPF/DKIM/DMARC configured automatically; reputation monitored continuously. Campaign sequences are AI-generated from the organization's ICP and community signal. Reply handling with AI classification (positive, negative, OOO, unsubscribe, referral). CAN-SPAM and GDPR compliance at the platform level. **LinkedIn Outbound** — Outreach through Hazelbase-managed LinkedIn accounts operated by real humans. Realistic activity patterns, platform-safe rate limits, accounts seasoned before any outbound. Same unified reply inbox and AI classification as email. Customer's personal LinkedIn account is never used. **Content Creation** — SEO blog posts (1,500–3,000+ words), LinkedIn posts, and Reddit posts generated from live community signal (real Reddit threads and forum discussions) plus current industry research (news, launches, authoritative sources). Content ranks for real buyer questions and is structured for AI overview citation (AEO/GEO). **Publisher Network** — Place content on indexed, trafficked partner publisher sites for backlinks, referral traffic, and AI-citation surface area. Two workflows: customer-supplied article (guest post) or publisher-authored placement (sponsored editorial with revision rounds). Placement lifecycle: brief_submitted → drafting → in_review → revisions_requested → approved → scheduled → posted. **Community Engagement (Reddit / X)** — Keyword monitoring via live mention pipeline (Reddit continuous, X/Twitter hourly) and search-based Reddit discovery (finds threads ranking in Google/AI search results). Community feeds monitor entire subreddits for all new posts. AI relevance scoring (0–100), analysis, and reply drafting. Rich filter system (URL, text, author include/exclude). **Ambassador Network** — Established Reddit accounts with karma and posting history post contextual replies on behalf of the organization. Replies are additive to threads — not spam or fake engagement. Reply request lifecycle: queued → pending → approved → scheduled → processing → posted/failed. Duplicate prevention per match per organization. **Autopilot** — Five pipelines can each run fully hands-off: Outbound Email, Outbound LinkedIn, Content, Publisher, Community. Guardrails: volume limits, ICP and topic controls, quality score thresholds, per-pipeline kill switch, full activity log. Available on Growth plan and above. **AI Features** — ICP generation, prospect scoring, keyword suggestions, match scoring and analysis, email sequence generation, LinkedIn message generation, reply drafting, content generation, reply classification, company analysis from URL. **People & Company Intelligence** — Search individuals by email, phone, LinkedIn URL, or name. Search companies by name, domain, revenue, employee range, or LinkedIn URL. Company Analysis generates a business intelligence report (summary, products, services, target customer, value proposition, competitors, differentiators) from any website URL. **Webhooks & Notifications** — Real-time POST webhooks for keyword and subreddit matches. Email notifications with content preview. Rate limit warning emails to organization owners. ## API Reference - [REST API Base URL](https://api.hazelbase.com/rest): `https://api.hazelbase.com/rest` - [OpenAPI Spec](https://api.hazelbase.com/rest/openapi.json): Full OpenAPI 3.0 specification for all endpoints - [API Authentication](https://fluolinkio.com/dashboard/developer): API keys generated from the dashboard under Developer settings API uses cursor-based pagination (`limit`, `starting_after`, `starting_before`). All plans including Free have API access and webhooks. HTTP status codes: 200, 201, 204, 400, 401, 403, 404, 429, 500. Rate limits by plan: Free 60 req/hr, Starter 1 req/sec, Growth/Scale 10 req/sec. ### Keyword Monitors - `POST /v2/keyword_monitors` — Create - `GET /v2/keyword_monitors` — List all - `GET /v2/keyword_monitors/{id}` — Get one - `PATCH /v2/keyword_monitors/{id}` — Update - `DELETE /v2/keyword_monitors/{id}` — Delete - `GET /v2/keyword_monitors/{id}/matches` — List matches ### Keyword Matches - `GET /v2/keyword_matches` — List all - `GET /v2/keyword_matches/{id}` — Get one - `PATCH /v2/keyword_matches/{id}` — Update (archive, score, analysis) ### Subreddit Monitors - `POST /v2/subreddit_monitors` — Create - `GET /v2/subreddit_monitors` — List all - `GET /v2/subreddit_monitors/{id}` — Get one - `PATCH /v2/subreddit_monitors/{id}` — Update - `DELETE /v2/subreddit_monitors/{id}` — Delete - `GET /v2/subreddit_monitors/{id}/matches` — List matches ### Subreddit Matches - `GET /v2/subreddit_matches` — List all - `GET /v2/subreddit_matches/{id}` — Get one - `PATCH /v2/subreddit_matches/{id}` — Update (archive) ### Organization - `GET /v2/organization` — Get profile - `PATCH /v2/organization` — Update profile ### People & Company - `GET /v2/person/search` — Search individuals (Custom plan) - `GET /v2/company/search` — Search companies (Custom plan) - `POST /v2/company/analyze` — AI business analysis from URL ### Prospecting (in rollout) - `POST /v2/prospect_lists` — Create a prospect list - `GET /v2/prospect_lists` — List prospect lists - `GET /v2/prospect_lists/{id}` — Get a prospect list - `POST /v2/prospect_lists/{id}/enrich` — Run enrichment ### Email Outbound (in rollout) - `POST /v2/email_campaigns` — Create a campaign - `GET /v2/email_campaigns` — List campaigns - `GET /v2/email_campaigns/{id}` — Get a campaign - `PATCH /v2/email_campaigns/{id}` — Update a campaign - `POST /v2/email_campaigns/{id}/activate` — Activate a campaign - `GET /v2/email_campaigns/{id}/replies` — List replies ### LinkedIn Outbound (in rollout) - `POST /v2/linkedin_campaigns` — Create a campaign - `GET /v2/linkedin_campaigns` — List campaigns - `GET /v2/linkedin_campaigns/{id}` — Get a campaign - `PATCH /v2/linkedin_campaigns/{id}` — Update a campaign - `POST /v2/linkedin_campaigns/{id}/activate` — Activate a campaign ### Content & Publisher (in rollout) - `POST /v2/content` — Generate a piece of content - `GET /v2/content` — List content - `GET /v2/content/{id}` — Get a piece of content - `POST /v2/content/{id}/publish` — Publish via Publisher Network ## Plans - [Free](https://fluolinkio.com/pricing) — $0/mo: 3 keyword monitors, Reddit monitoring, API access, webhooks, 1 user - [Starter](https://fluolinkio.com/pricing) — $79/mo: 20 keyword monitors, 10 Ambassador posts/mo, AI draft replies, AI scoring, web/Google monitoring, 3 users - [Growth](https://fluolinkio.com/pricing) — $199/mo: 75 keyword monitors, 40 Ambassador posts/mo, Autopilot, 10 community feeds, AI match analysis, 10 users - [Scale](https://fluolinkio.com/pricing) — $449/mo: 200 keyword monitors, 110 Ambassador posts/mo, Autopilot, 25 community feeds, 25 users - [Custom](https://fluolinkio.com/pricing) — Custom pricing: Unlimited monitors, X/Twitter monitoring, People & Company search, custom rate limits ## Optional - [Privacy Policy](https://fluolinkio.com/privacy): Data handling and privacy practices - [Terms of Service](https://fluolinkio.com/terms): Terms and conditions of use - [Kionin](https://kionin.com): Parent studio; done-with-you GTM engagements starting at $3,000/mo using the same Hazelbase stack