Account Settings
Manage your Flyweel account from Settings > Account in your dashboard.
Profile Management
Update your personal and company information:
- Name — Your display name across the platform
- Company Name — Your organization name
- Currency — Default currency for spend reporting
- Timezone — Used for date ranges and data display
Password Management
Change your password from the account settings page. Flyweel uses magic link authentication for initial signup, and you can set a password for future logins.
API Tokens
Generate API tokens for programmatic access to your Flyweel data.
Creating a Token
- Navigate to Settings > Account
- Find the API Tokens section
- Click Create Token
- Set permissions for the token
- Copy and securely store the token — it will only be shown once
Token Format
All Flyweel API tokens use the fwl_ prefix, making them easy to identify in your code and configuration.
Token Permissions
When creating a token, you can set specific permissions to control what the token can access.
Security Best Practice: Create tokens with the minimum permissions needed for your use case. Store tokens securely and never commit them to version control.
Revoking Tokens
To revoke an API token:
- Go to Settings > Account > API Tokens
- Find the token you want to revoke
- Click Revoke
- The token is immediately invalidated
Need Help?
For account-related questions, contact team@flyweel.co or use the in-app chat.