AI assistant connections#
See how an AI assistant can help with AI assistant connections in Brandwave, including example prompts and the details it may ask for.
Using your AI assistant
Connect to the Brandwave MCP server, then ask your AI assistant in natural language. It will choose the right Brandwave task and ask for any details it needs.
Create agent billing intent#
Create an exact paid-plan action for a user-owned organization. Stripe is not invoked until the owner confirms it in Brandwave.
Tool name: create_agent_billing_intent. Protocol hints: readOnlyHint=false, destructiveHint=false, idempotentHint=false, openWorldHint=false.
Owner only
Example prompt#
text
Create a new agent billing intent.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| targetPlan | 'starter' | 'growth' | 'scale' | Required | Brandwave billing plan key. |
What you'll get back#
Returns { data, _meta } with the result.
User confirmation required
This action only prepares a short-lived billing intent. The organization owner must review the plan and exact monthly price before Brandwave invokes Stripe.