API Reference
Stormy API documentation for developers
API Reference
Stormy's REST API is currently in development. When released, it will give you programmatic access to the same features available in the Stormy dashboard — creator search, list management, campaign data, and more.
API reference hero showing a code snippet example of a Stormy API call
What will be available
The API will cover the core resources you work with in Stormy:
- Creator Search — run AI-powered creator discovery queries programmatically and receive structured results
- Lists & CRM — create, read, update, and delete lists; add or remove creators; manage custom columns and statuses
- Creator Profiles — retrieve detailed creator data including metrics, contact info, and engagement history
- Sequences — create and manage email outreach sequences; enroll creators; check delivery and reply status
- Campaigns & Analytics — pull campaign performance data, revenue attribution, and post tracking metrics
- Credits — check your workspace credit balance and usage history
Authentication
The API will use API keys scoped to individual workspaces. Each API key will have access only to the data within its associated workspace, maintaining the same data isolation you get in the dashboard.
- API keys will be generated in Settings > API
- Keys are scoped to a single workspace (
product_context_id) - You will be able to create multiple keys per workspace with different permission levels (read-only, read-write, admin)
- Keys can be revoked at any time
Rate limits
To ensure platform stability, the API will enforce rate limits:
| Plan | Requests per minute | Requests per day |
|---|---|---|
| Growth | 60 | 10,000 |
| Business | 120 | 50,000 |
| Enterprise | Custom | Custom |
The Starter (free) plan will not include API access. API access is available on Growth plans and above.
Early access
The API is actively being built and we are onboarding early users on a case-by-case basis. If you have a specific integration need or want to build on top of Stormy programmatically, we would like to hear from you.
To request early access:
- Email api@stormy.ai with a brief description of your use case
- Or reach out through the in-app chat and mention "API access"
We prioritize early access for teams building integrations with existing marketing stacks, agencies connecting Stormy to internal tools, and developers building automation workflows.
While the API is in development, you can accomplish most automation tasks using Stormy's built-in features — email sequences, AI agent actions, and Shopify integration handle the most common programmatic workflows without writing code.
What to read next
- Getting Started — learn the platform before building on the API
- Integrations — existing integrations that may cover your use case
- Credits — API calls that consume credits will follow the same pricing as in-app actions
Last updated: 2026-03-29