Docs
Reference
Pricing

Pricing

Frontrun has two plans: Starter for the platform, Pro for the platform plus API + MCP access.


Plans

PlanMonthly costCredits includedAPI + MCP accessTrial
Starter$49/mo-No7-day free trial
Pro$99/mo10,000/moYesNone - pay upfront, API unlocks immediately
EnterpriseCustomUnlimitedYes-

Monthly credits do not roll over - unused monthly credits expire at the end of each billing period. Top-up credits never expire.


What each plan includes

Starter - $49/mo

  • Web app: 100 tracked accounts, daily discovery reports, full history + advanced analytics, watchlist + alerts
  • No API or MCP access
  • 7-day free trial - card required, cancel anytime before it converts

Pro - $99/mo

  • Everything in Starter, with 250 tracked accounts
  • API + MCP access (Claude Code, Cursor, Claude Desktop)
  • 10,000 credits every month (expires monthly)
  • Standard credit rates (see table below)
  • 80,000 credits/day cap
  • 300 requests/minute
  • Priority support
  • No trial - API access unlocks immediately on payment

Enterprise

  • Unlimited API at custom rates
  • Custom rate limits, dedicated support, SLA
  • Contact us

Standard credit rates

Applies to Pro and Enterprise.

Free operations

OperationEndpoint
Account statusGET /v1/status
List trackedGET /v1/track
Remove trackingDELETE /v1/track/:handle
Classification rulesCRUD operations
Custom tagsCRUD operations

Basic - 4 credits

OperationEndpoint
Track account (new baseline)POST /v1/track
Preview accountGET /v1/preview/:handle
Follow snapshotGET /v1/follows/snapshot/:handle
SearchGET /v1/search
SectorsGET /v1/sectors
ReportsGET /v1/reports

Signal - 16 credits

OperationEndpoint
New followsGET /v1/follows/new
Enriched followsGET /v1/follows/enriched
FeedGET /v1/feed
AI classificationPOST /v1/classify (per entity)
Company signalsGET /v1/company/:handle/signals

Trending & activity - 24 credits

OperationEndpoint
TrendingGET /v1/trending
VC activityGET /v1/vc/:handle/activity

Thesis search - 40 credits

OperationEndpoint
Thesis searchGET /v1/search/thesis

Company deep-dive - 60 credits

OperationEndpoint
Company overviewGET /v1/company/:handle
Company fundingGET /v1/company/:handle/funding
Company resourcesGET /v1/company/:handle/resources
ConvergenceGET /v1/convergence
DiscoverGET /v1/discover
VC similarGET /v1/vc/:handle/similar

Founder intelligence - 100 credits

OperationEndpoint
Company foundersGET /v1/company/:handle/founders

Webhooks

OperationCredits
Webhook setup40
Per delivery8

Top-up packs

Buy credits any time from the developer page. Top-up credits never expire and are spent after your monthly allowance runs out.

PackPrice
4,000 credits$12
10,000 credits - a full monthly refill, most popular$25
25,000 credits (+25% bonus)$50
60,000 credits (+50% bonus)$100

Auto-refill

Opt in to auto-refill and Frontrun automatically adds 10,000 credits whenever your balance drops below 1,000 - so long-running agents never stall on a 402. Configure (or pick a different pack) from the developer page. If a refill payment fails, auto-refill is disabled and you're notified.


Which plan should I pick?

"I just want to try it" → Starter. The 7-day free trial covers the full web app - no API.

"I'm using this for real" → Pro. 10,000 credits/mo covers ~2,500 basic, ~625 signal, or ~166 deep-dive calls - plus the full web app, 250 tracked accounts, and MCP access. No trial; API unlocks immediately.

"I need high volume or guarantees" → Enterprise. Custom rate limits, dedicated support.


Monthly usage examples

Daily driver on Pro - web dashboard plus regular API calls

UsageCalls/moCredits
Feed 2x/day60960
New follows 1x/day30480
Convergence 1x/day301,800
Company deep-dives15900
Search2080
Total~4,200 credits

Comfortably inside the 10,000 monthly allowance - no top-ups needed.

Agent on Pro - autonomous pipeline with MCP

UsageCalls/moCredits
Feed hourly72011,520
Enriched follows 10x/day3004,800
Convergence 5x/day1509,000
Company deep-dives20012,000
Founder intelligence10010,000
Search + discover2006,400
Total~53,700 credits

The monthly 10,000 covers the first chunk; top up with packs for the rest (a $100 pack adds 60,000 credits). Enable auto-refill so the pipeline never stops.


How billing works

  1. Subscribe or buy a pack - Pro includes 10,000 credits/month; packs top up any account
  2. Monthly credits applied first - Subscribers spend their monthly allowance before top-up balance
  3. Monthly credits expire - Unused monthly credits reset each billing period
  4. Top-up never expires - Credits you buy stay in your balance indefinitely
  5. Track spend - Every charged response includes cost_credits and balance_credits
  6. Out of credits - A 402 response means insufficient credits; top up or enable auto-refill
{
  "data": [...],
  "cost_credits": 16,
  "balance_credits": 9884
}