Error: “Key doesn’t allow origin dashboard.vapi.ai” when testing agents
I was creating agents via API calls with the private key. Later I added a public key restricted to my website so the agents could run there. After that change, the Vapi dashboard lost permission to talk to those same agents and started throwing “Key doesn’t allow origin dashboard.vapi.ai”. I resolved it by adding a new public key that explicitly allows the dashboard domain. Might be worth noting in the docs or considering default dashboard access (with or without keys) so this doesn’t confuse others..