The Primeforge API lets you manage your Primeforge infrastructure programmatically instead of doing everything manually in the Primeforge dashboard.
You can use the API to manage domains, mailboxes, workspaces, DNS records, pre-warmed mailboxes, and exports to platforms such as Salesforge and Warmforge.
The API allows you to:
Check domain availability
Search for available domains
Buy domains
Transfer existing domains
List and retrieve domains
Enable or disable auto-renewal
Set up domain forwarding
View and manage DNS records
Bulk update DNS records
You can use the API to:
List mailboxes
Retrieve individual mailboxes
Create mailboxes
Update mailboxes
Delete mailboxes
Cancel a scheduled mailbox deletion
Get mailbox OTP codes
You can also purchase pre-warmed mailboxes and check which pre-warmed mailboxes are currently available.
Workspaces can also be managed through the API. You can:
List workspaces
Create workspaces
Retrieve a workspace
Delete workspaces
The API can export mailboxes from Primeforge to other platforms.
You can export mailboxes to:
Salesforge
Warmforge
Other supported platforms
This makes it possible to automate your infrastructure setup and connect newly created mailboxes to your sending and warmup tools without manually exporting them from the dashboard.
The API also includes an endpoint for adjusting the account's mailbox top-up amount.
You can find the full Primeforge API documentation in Salesforge under Settings → API & MCP.
There you can view the available endpoints, parameters, request formats, and responses needed to build your integration.
If you're building an integration with Primeforge, we recommend using the API documentation as the source of truth for the current endpoint structure and parameters.