create_plan
Create a pricing plan for a server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Plan name | |
| api_key | Yes | Operator API key | |
| server_id | Yes | Server ID | |
| is_default | No | Set as default plan for this server | |
| billing_model | Yes | Billing model | |
| free_calls_per_month | No | Free calls per month | |
| subscription_interval | No | Subscription interval (month/year) | |
| subscription_call_limit | No | Max calls per subscription period | |
| price_per_call_usd_micro | No | Price per call in USD micros (1/1,000,000) | |
| subscription_price_usd_cents | No | Monthly subscription price in cents |