The Watt Data dashboard is your central hub for managing API keys, organization settings, and account preferences. Changes made in the dashboard apply to both the production (api.wattdata.ai) and experimental (api.wattdata.xyz) MCP servers.
Home
The home page provides quick links to common actions and a getting-started guide for connecting to Claude. It displays your current API endpoint and links to documentation.
API Keys
The API Keys page lets you create and manage API keys for programmatic access to the Watt MCP server.
Creating a key:
- Click Create API Key
- Enter a name for the key (e.g., "Production SDK", "CI Pipeline")
- Copy the key value (starts with
watt_) — it is only shown once
Key properties:
- Keys work against both production and experimental MCP servers
- Keys authenticate via
Authorization: Bearer watt_...or Basic auth - Keys can be revoked at any time from this page
Best practices:
- Use descriptive names to track key usage
- Create separate keys for different environments or applications
- Revoke unused keys promptly
Account
The Account page manages your personal profile and security settings.
Available settings:
- Profile information (name, email)
- Security settings (password, two-factor authentication)
- Session management
Account settings are tied to your individual login and do not affect other members of your organization.
Organization
The Organization page manages team-level settings and membership.
Organization settings:
- Organization name and details
- Member management (invite, remove, change roles)
- Team-wide configuration
Membership roles:
- Admin — Full access to organization settings, member management, and all API keys
- Member — Can create personal API keys and use the dashboard
Organization settings apply globally — members, roles, and permissions are shared across both production and experimental environments.