Skip to main content
Valuez AI uses two types of authentication depending on how you’re accessing the platform - the Dashboard for no-code management, and the API for programmatic access.

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.
Valuez AI Login Screen

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 the x-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.ai

Example Authenticated Request

cURL
For all available endpoints and request formats, see API Keys.

Security Best Practices

API keys must only be used server-side. Never include them in JavaScript that runs in a browser — they can be extracted and misused.
Store keys in environment variables, not hardcoded in your codebase:
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.
Regularly audit your integrations and revoke any keys that are no longer in use.
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.