Developer-first platform

Everything the UI can do, the API can do.

Full REST API. MCP server. Zero locked features.

API highlights.

Not an afterthought. The API is how we built the product.

Full CRUD on all resources

Contacts, campaigns, posts, funnels, referrals, affiliates. Every object is an API resource.

Scoped API keys

Read, write, admin. Issue keys per integration, revoke individually. SHA-256 hashed at rest.

Webhook subscriptions

Subscribe to any event: contact.created, campaign.sent, referral.converted. Real-time delivery.

Event-driven architecture

Every action emits an event. Build reactive workflows, audit trails, and real-time dashboards.

Nobody in this space has this

AI agents operate GrowthFox natively.

Claude, GPT, Cursor — connect via MCP. Spin up campaigns, build funnels, manage contacts without touching the dashboard.

Standard MCP protocol — works with any compatible client
Full tool coverage: contacts, campaigns, posts, funnels
Scoped permissions — give agents exactly the access they need
Event streaming for real-time agent reactions

# AI agent via MCP

agent: "Create a welcome sequence for new subscribers with 3 emails, starting immediately after signup."

GrowthFox MCP: Sequence created. 3 emails drafted. Trigger set to contact.created.

Simple, predictable API.

RESTful. JSON. Bearer token auth. No surprises.

Create a contact
curl -X POST https://api.growthfox.app/api/v1/contacts \
  -H "Authorization: Bearer sk_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "email": "reader@example.com",
    "first_name": "Alex",
    "tags": ["newsletter", "founding-member"],
    "source": "landing-page"
  }'

What you can build.

Custom dashboards
Zapier-style automations
AI-powered workflows
White-label integrations

Build on GrowthFox.

Full API access at every pricing tier. No enterprise gate. Join the waitlist and get early API access.

No credit card required. No spam. Early access only.