Dashboard Login
The Valuez AI dashboard is available at dashboard.valuez.ai.1
Go to the login page
Visit dashboard.valuez.ai in your browser.
2
Enter your credentials
Enter the email address and password you registered with. If you signed up via Google, use the Sign in with Google option instead.
3
Access your workspace
After login you’ll land on your main dashboard where you can manage agents, calls, contacts, and settings.

Workspace Security
Your Valuez AI workspace includes the following security features:API Authentication
All Valuez AI API requests are authenticated using an API key passed in thex-api-key request header.
API Key Types
Valuez AI has two types of API keys depending on what you are building:
You generate both types from the Integrations section of your dashboard. See Integrations for setup instructions.
API Base URL
All API requests go to: https://api.dashboard.valuez.aiExample Authenticated Request
cURL
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, mobile app, production environment. If one is compromised, you revoke only that key without breaking everything else.
Revoke unused keys
Revoke unused keys
Regularly audit your integrations 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 Integrations in your dashboard, delete the compromised integration, and create a new one immediately.
Next Steps
API Keys & Endpoints
View all API endpoints, request formats, and code examples for every integration mode.
Dashboard Overview
Understand every section of your Valuez AI dashboard.
Integrations
Generate your API keys and connect Valuez AI to external systems.
Create an Agent
Build your first AI voice agent from the dashboard or via API.