create_plan
Create a new pricing plan with tier, daily request limit, optional Stripe Price ID, and included requests to set API consumption limits for consumers.
Instructions
Create a new pricing plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | Yes | Plan tier name | |
| stripe_price_id | No | Stripe Price ID (optional) | |
| requests_included | No | Requests included (for PAYG) | |
| rate_limit_per_day | Yes | Daily request limit |