Skip to content
AgentMail
AgentMail
Integrations and SDKs

Marketplaces and provisioning

Install AgentMail through Vercel Marketplace or Stripe Projects, then use the credentials and billing managed by that provider.

Install AgentMail through a marketplace

AgentMail can be provisioned by Vercel Marketplace or Stripe Projects. These integrations create and manage an AgentMail organization through the provider’s provisioning flow, with provider-managed authentication and billing. They are separate from the core AgentMail API, SDKs, and API-key workflow.

Use this page when AgentMail was installed from Vercel Marketplace or Stripe Projects. For a direct integration, create and manage resources through the core API instead.

Install from Vercel Marketplace

From the listing, select the Vercel account or team that should own the installation. Vercel sends the installation and resource provisioning requests to AgentMail, which creates the corresponding organization and resources.

The Vercel Marketplace integration authenticates its provisioning requests with a Vercel-issued JWT. Do not send an AgentMail API key to the Marketplace provisioning endpoints, and do not use the Vercel JWT as a credential for the core AgentMail API.

After installation, manage the Marketplace installation, its resources, and its plan in Vercel. Resource changes made there are reflected in the AgentMail organization created for that installation.

Provision through Stripe Projects

Stripe Projects creates the AgentMail organization from its own account and resource flow, uses its own authorizer for resource operations, and signs requests used by the integration.

The integration can create an account, provision resources, rotate the integration credential, change a supported plan, and remove provisioned resources. It can also create an SSO session or a one-time deep link into the AgentMail console for the provisioned organization.

Stripe Projects credentials are provisioning-plane credentials. They are not general-purpose AgentMail API keys and are not supported for sending mail, reading inboxes, or other core API operations.

Use the right authentication path

SurfaceAuthenticationUse it for
Vercel Marketplace provisioningVercel-issued JWTInstallation, resource, and plan lifecycle requests initiated by Vercel
Stripe Projects provisioningStripe Projects authorizer and signed integration requestsAccount, resource, plan, credential rotation, and SSO operations initiated by Stripe Projects
Core AgentMail APIAgentMail API keyInbox, message, thread, and other documented core API operations

A marketplace credential establishes which provider-managed organization can be changed. An AgentMail API key authorizes core API work within an organization. The credentials are not interchangeable.

Open the AgentMail console with Stripe Projects SSO

When an operator needs access to a provisioned organization, request an SSO session or deep link through the Stripe Projects account flow. AgentMail validates that the organization belongs to Stripe Projects before it creates the console access link.

Use this route instead of building a console login flow around the provisioned resource. The marketplace integration owns the account identity and access handoff.

What these integrations do not replace

Marketplace provisioning does not add a new SDK surface for application code. Use the normal AgentMail SDKs or core API after provisioning when your application needs to create inboxes, send messages, or process mail.

Marketplace lifecycle endpoints are provider-to-provider integration endpoints. They are documented separately from the core API and are not a public replacement for ordinary resource management.

Was this page helpful?Suggest editsRaise issue