b2_reserve_trial_create_account
Create a B2 Reserve trial account using the Partner API and return its application key. Requires a partner master key and confirmation for this irreversible action.
Instructions
Reserve and create a B2 Reserve trial account through the Partner API, returning a durable application key for the new account. Requires a Partner-entitled master key, and is a billable, irreversible account creation governed by the destructive-operation gate. Available only in explicit inline secret-sink mode because Reserve Trial has no provider-side recovery path if a file-sink write fails after account creation; the minted key is shown once, so capture it. Retries are not deduplicated server-side, so repeating the call can create another account regardless of idempotencyKey; verify whether the account already exists and reconcile before retrying. Use b2_create_group_member to add an account to an existing Partner group instead of provisioning a standalone trial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Trial duration in days (7-30). | |
| Yes | Email address for the new B2 Reserve trial account. | ||
| region | No | Optional data region for the new account; omit to use the Partner default. | |
| confirm | No | Fallback confirmation for this destructive/irreversible operation when the effective server destructive policy is 'confirm' and MCP elicitation cannot run. | |
| storage | Yes | Trial storage amount in TB (1-50). | |
| idempotencyKey | Yes | Caller-generated idempotency key recorded with the request. Note: in inline mode retries are not deduplicated server-side, so reconcile before retrying rather than relying on this key to prevent a duplicate account. |