Disposable-exec
Account management

Billing, subscription state, usage, and API keys

Account is the long-term management page. Load it with a valid API key to inspect plan status, usage, and API keys. Subscription management lives here, not on Success.

Paste a valid API key, then click Load account.

Account overview

Current subscription state from /me. This is the main account summary.

Plan
Subscription status
Unknown
Current period start
Current period end
Used this period
Quota monthly
Remaining
User ID

Billing & subscription

Use the customer portal to update payment method, manage renewal state, or cancel a subscription. Set CUSTOMER_PORTAL_URL before publishing.

Refund policy
Portal integration in this frontend uses a fixed URL constant. If you later build a dynamic backend portal endpoint, only this button logic needs to change.

API keys

Create a new API key, list existing keys, or disable a compromised key. Raw keys are shown only once at creation time.

IDNamePlanActiveCreatedAction
Load account first.

Quickstart

Copy-ready commands for a loaded account.

Test /me
Load account first.
Test /run
Load account first.

Free access

Free is surfaced here so Pricing can route users into a single account onboarding path. The backend free-flow is still expected to be finalized separately.

Free plan CTA currently routes here. Wire this section to your final free-claim flow when backend support is ready.
Expected target state: - Free = 50 executions / month - claim or create first free API key - isolated from paid onboarding logic