Manage your profile information, company details, API keys, and authentication tokens from the account menu. Access these settings by clicking your avatar in the bottom-left corner of the sidebar.Documentation Index
Fetch the complete documentation index at: https://docs.userintuition.ai/llms.txt
Use this file to discover all available pages before exploring further.
Profile settings
Update your personal information and company details.Edit your information
Update your first name, last name, and company name. Email is read-only and managed through your account provider.
Company name
Your company name appears in your profile and is used across the platform.- If you are a member of an organization, your company name is managed by your organization admin and cannot be edited directly.
- If you are an individual user, company name is required and must be set before you can use the platform.
First-time users who haven’t set a company name will be prompted to complete their profile automatically.
Account management
Click Manage Account in the account dropdown to access advanced account settings, including:- Email and password management
- Connected accounts and security settings
- API token access
API keys
API keys provide persistent, organization-scoped credentials for programmatic access to the User Intuition API and the MCP server. Unlike session tokens, API keys do not expire automatically — they remain valid until you revoke them.Creating an API key
Name your key
Enter a descriptive name for the key (e.g., “Production” or “MCP Server”). If you leave the name blank, it defaults to “Default”.
Click Create Key
Click Create Key. Your new API key is displayed in a banner at the top of the page.
Managing API keys
The API Keys page lists all active keys for your organization with the following details:| Column | Description |
|---|---|
| Name | The label you gave the key |
| Prefix | The first characters of the key for identification |
| Created | When the key was created |
| Last used | When the key was last used to make an API call |
Revoking an API key
To revoke a key, click the trash icon next to it and then click Confirm. Revoked keys stop working immediately and cannot be restored.Using an API key
Include the key in theAuthorization header when making API requests:
API tokens
You can also retrieve a short-lived session token for programmatic access. Unlike API keys, session tokens expire periodically and are regenerated automatically when you sign in.For most use cases, API keys are recommended over session tokens because they do not expire and are easier to manage across services.
Quick reference
| Setting | Location | Editable |
|---|---|---|
| First name | Profile Settings | Yes |
| Last name | Profile Settings | Yes |
| Profile Settings | No (read-only) | |
| Company name | Profile Settings | Yes (individual users only) |
| Password | Manage Account | Yes |
| API keys | Manage Account > API Keys | Create / revoke |
| API token | Manage Account > API Token | View/copy only |

