Billing & Account
Account Settings
Your account settings let you manage your profile, security credentials, and API access. All settings are accessible from your account page.
Profile Management
Update your personal information to keep your account current:
- Name — Your display name shown across the platform and in any collaborative features.
- Email address — The email associated with your account. Used for login, notifications, password resets, and billing receipts.
Navigate to Settings
Click your profile icon or name in the navigation bar, then select Account Settings from the dropdown menu.
Update Your Information
Edit any fields you would like to change and click Save. Changes take effect immediately across the platform.
Changing your email? If you update your email address, you may need to verify the new address before it becomes active. Check your inbox for a verification email after making the change.
Changing Your Password
Keep your account secure by updating your password regularly:
- Go to Account Settings.
- Find the Password section.
- Enter your current password for verification.
- Enter your new password and confirm it by typing it again.
- Click Update Password.
Password tips: Use a strong, unique password that you do not reuse on other sites. A password manager can help you generate and store secure passwords. Aim for at least 12 characters with a mix of letters, numbers, and symbols.
API Token
Your API token lets you interact with Webase's API programmatically. This is useful for automation, integrations, and advanced workflows that go beyond the web interface.
Find Your Token
Your API token is displayed in the Account Settings page under the API section. It is a unique string that authenticates your requests.
Copy and Use
Click Copy to copy the token to your clipboard. Include it in the x-api-token header when making API requests to Webase. For example:
x-api-token: your_token_here
Regenerate If Needed
If your token is compromised or you want to rotate it for security, click Regenerate. The old token stops working immediately, so be sure to update any integrations or scripts that use it.
Security: Treat your API token like a password. Do not share it publicly, commit it to version control, or include it in client-side code. Store it in environment variables or a secrets manager.
What You Can Do with the API
With your API token, you can access Webase's API endpoints to manage applications, source files, data models, and records programmatically. The API supports the same operations available in the UI:
- Create and update applications
- Send chat messages to refine apps
- Manage data model records (create, read, update, delete)
- Trigger evaluations and deployments
This enables you to build custom workflows, automate repetitive tasks, and integrate Webase with other tools in your workflow.