Create Checkout Session
kirk_billing_checkoutCreate a Stripe Checkout Session URL for buying a credit pack (starter / scale / enterprise).
Purpose: Hand the caller a self-serve URL to purchase IU credits.
Use when: The caller's balance is low, or you want to route to a self-serve top-up flow before a larger validation batch.
Do not use when: The caller is on an enterprise in-process deployment — those are invoiced directly, not via Checkout.
Capability class(es): Meta (billing).
Path fit: MCP only.
Cost: 0 IU. Callable at balance=0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack | No | one of 'starter' ($500 / 50K IU), 'scale' ($5K / 500K IU), or 'enterprise' ($50K / 5M IU). | starter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||