Dashboard Guide
The Dashboard at /dashboard is your central hub for managing deployed agents.
Agent Cards
Each of your deployed agents appears as a card showing:
| Field | Description |
|---|---|
| Type | The agent template (WhatsApp / Web Lead / Brain) |
| Status badge | active (teal), provisioning (yellow), or error (red) |
| Agent ID | Your platform agent identifier |
| Deployed date | When the agent was provisioned |
Revealing Your API Key
Your access key is encrypted at rest. To see it:
- Click Reveal API Key on any active agent card.
- The key is fetched from the backend, decrypted in memory, and displayed.
- Use Copy to copy it to your clipboard.
- Click Hide Key to mask it again.
Best practice: Treat your access key like a password. Do not commit it to source control or log it in client-side code. Use it exclusively from your server-side backend.
Agent Statuses
| Status | Meaning |
|---|---|
provisioning | Agent is being created. Usually resolves in under 30 seconds. |
active | The agent is live and accepting chat requests. |
error | Provisioning failed. Contact support with your Agent ID. |
Deploying More Agents
Click + Deploy New in the top-right corner to start the onboarding flow for an additional agent. Each agent has its own subscription, credentials, and configuration.