Billing and plan changes
| Action | Behavior |
|---|---|
| Subscribe | Pick a plan and start immediately |
| Upgrade | Takes effect immediately |
| Downgrade | Scheduled for end of current billing period |
| Cancel | Reverse a scheduled cancellation any time before it takes effect |
| Billing portal | Opens Stripe for invoices, payment methods, and receipts |
API keys
API keys let you access the Operator agent programmatically. Use them to drive agent building, experimentation, and fleet operations from code.- Keys are shown only once when created.
- Requests use
Authorization: Bearer ck_.... - Revoking a key disables future API access for that key immediately.
Instance capacity
Your plan controls how many active or provisioning instances you can have at once.| Plan | Limit |
|---|---|
| Basic | 1 instance |
| Pro | 5 instances |
| Max | 20 instances |
During agent evolution, variant instances count against this limit. If you are at capacity, the Operator agent adjusts the number of variants or blocks new instance creation until you upgrade or free a slot.
Related docs
Billing
Pricing and usage limits
API
Using your API key