Dashboard Login
The Valuez AI dashboard is available at app.valuez.ai.Go to the login page
Visit app.valuez.ai in your browser.
Enter your credentials
Enter the email address and password you registered with. If you signed up via Google or another provider, use that option instead.

Workspace Security
Your Valuez AI workspace includes the following security features:| Feature | Details |
|---|---|
| Secure Login | All sessions run over HTTPS with encrypted connections |
| Password Protection | Passwords are hashed and never stored in plain text |
| Session Security | Sessions expire automatically after a period of inactivity |
| Workspace Access | Each workspace is isolated - team members only see what they’re permitted to |
| Role-Based Access | Admins can assign roles to control what each team member can view or edit |
API Authentication
All Valuez AI API requests are authenticated using an API key passed in the request header:Example Authenticated Request
Security Best Practices
Never expose keys in frontend code
Never expose keys in frontend code
API keys must only be used server-side. Never include them in JavaScript that runs in a browser - they can be extracted and misused.
Use environment variables
Use environment variables
Store keys in environment variables, not hardcoded in your codebase:
Create one key per integration
Create one key per integration
Use a separate key for each system - CRM, automation tool, production app. If one is compromised, you revoke only that key without breaking everything else.
Revoke unused keys
Revoke unused keys
Regularly audit your API Keys list and revoke any keys that are no longer in use.
Rotate keys if compromised
Rotate keys if compromised
If you suspect your API key has been exposed, go to Settings → API Keys in your dashboard and regenerate it immediately.
Next Steps
Get Your API Keys
Generate and manage API keys from your dashboard settings.
Dashboard Overview
Understand every section of your Valuez AI dashboard.
Create an Agent
Build your first AI voice agent from the dashboard or via API.
Integrations
Connect Valuez AI with your CRM, calendar, and other tools.
