Account & Billing
Your simse account ties together your CLI instances, web app access, team memberships, and billing. Manage everything from the web app at app.simse.dev.
Creating an account
Sign up at app.simse.dev with an email address and password. You can also sign up directly from the CLI:
simse login
If you do not have an account yet, the login flow will walk you through creating one.
Two-factor authentication
Two-factor authentication (2FA) is available on every account. simse offers two methods:
- Email OTP (default) — A one-time code is sent to your registered email at sign-in.
- TOTP (opt-in) — Time-based one-time passwords from an authenticator app (Authy, 1Password, Google Authenticator, etc.). Switch to TOTP from Settings > Security in the web app. You can also generate 10 single-use recovery codes for use if you lose access to your authenticator.
Device management
Every device where you log in creates an active session. View and manage these from Settings > Devices:
- See all active sessions with device name, location, and last active time.
- Revoke a session to immediately sign out a specific device.
- Revoking a session does not remove the CLI remote — it only ends the authenticated session on that device.
Teams
Teams let you collaborate with others under a shared account:
- Create a team from the Teams page in the web app.
- Invite members by email. Invitations expire after 7 days.
- Manage roles — Owners can manage billing and members. Members can access shared resources.
- Each team has its own usage limits and billing separate from personal accounts.
API keys
API keys let you authenticate programmatically — for scripts, CI pipelines, or custom integrations.
- Create keys from Settings > API Keys in the web app.
- Each key has a name and creation date for easy identification.
- List all active keys and see when they were last used.
- Delete keys you no longer need. Deletion is immediate and permanent.
- You can create up to 25 API keys per user account.
Keep your API keys secret. If you suspect a key has been compromised, delete it immediately and create a new one.
Billing and plans
Manage your subscription and payment method from Settings > Billing:
- Plans — Choose the plan that fits your usage. Plans differ in token limits, team size, and feature access.
- Credits — Your account balance is shown on the billing page. Credits are consumed as you use AI features.
- Payment method — Add or update your credit card on the billing page.
Usage tracking
The Usage page gives you visibility into your consumption:
- Token consumption — See how many tokens you have used across all sessions and remotes.
- 7-day history — A rolling chart showing daily token usage over the past week.
- Monthly limits — Track your usage against your plan's monthly token allowance.
- Usage data updates in near real-time, so you always know where you stand.
You can also see a quick usage summary on the dashboard without navigating to the full usage page.