other-emerald
other-emerald5mo ago

Is there a way to view assistant code configuration in the dash without going to the API playground?

See title
13 Replies
absent-sapphire
absent-sapphire5mo ago
Hi @liamdu386
eastern-cyan
eastern-cyan5mo ago
Yes, you can view and edit your assistant’s configuration directly in the Vapi Dashboard by selecting the assistant and accessing its settings.
Vapi Support Bot
Based on what I've found, it appears you can view and edit your assistant’s configuration directly in the Vapi Dashboard by selecting the assistant and accessing its settings. This should allow you to manage your assistant’s configuration without needing to use the API playground. If you have a specific aspect of the configuration in mind, let me know and I can try to help further!
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
other-emerald
other-emeraldOP5mo ago
But how? How do I view the code setup? Like I know I can modify the assistant configs in the dashboard, but how do I see the code mapping 1:1?
Vapi Support Bot
Currently, the Vapi Dashboard allows you to configure your assistant through UI fields (like model selection, prompts, etc.), but I couldn't find documentation confirming a direct "code" or raw JSON view of your assistant's configuration within the dashboard itself. To clarify, are you looking for a way to export or view the assistant's configuration as raw JSON/code directly in the dashboard, similar to what you see in the API playground? Sources: - Vapi Quickstart Dashboard Guide - Vapi API Reference Get Assistant Currently, the documentation shows you can configure your assistant in the Vapi Dashboard using forms and settings, but it does not confirm if you can view the raw code or JSON setup directly in the dashboard UI. To help further, are you specifically looking for a way to view or edit the assistant's configuration as raw JSON or code within the dashboard? Sources: - Vapi Quickstart Dashboard Guide - Vapi API Reference Get Assistant
eastern-cyan
eastern-cyan5mo ago
To view your Vapi assistant’s code-like config, go to the Dashboard → Assistants → Settings, and for a 1:1 code mapping, use the Vapi API to fetch the assistant’s JSON configuration, which mirrors what’s editable in the UI.
Vapi Support Bot
There is currently no way to view your assistant's raw code or JSON configuration directly in the Vapi Dashboard UI.
To get a 1:1 code mapping of your assistant's config, use the API:
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
This will return the full JSON configuration for your assistant.
See API Reference Sources: - Vapi Quickstart Dashboard Guide - Vapi API Reference Get Assistant There is currently no way to view your assistant's raw code or JSON configuration directly in the Vapi Dashboard UI.
To get a 1:1 code mapping of your assistant's config, use the API:
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
This will return the full JSON configuration for your assistant.
See API Reference Sources: - Vapi Quickstart Dashboard Guide - Vapi API Reference Get Assistant
other-emerald
other-emeraldOP5mo ago
So the answer is there is no way. Or is there? @Shubham Bajaj feature request pls. shouldn't take more than 20 mins to build right 😆
Vapi Support Bot
Correct—there is no way to view your assistant's raw code or JSON configuration directly in the Vapi Dashboard UI.
To get a 1:1 code mapping, use the API:
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
This will return the full JSON config for your assistant.
See API Reference Sources: - Vapi Quickstart Dashboard Guide - Vapi API Reference Get Assistant No, there is currently no way to view your assistant's raw code or JSON configuration directly in the Vapi Dashboard UI.
To get a 1:1 code mapping of your assistant's config, use the API:
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
This will return the full JSON configuration for your assistant.
See API Reference Sources: - Vapi Quickstart Dashboard Guide - Vapi API Reference Get Assistant There is currently no way to view your assistant's raw code or JSON configuration directly in the Vapi Dashboard UI.
To get a 1:1 code mapping, use the API:
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
This will return the full JSON configuration for your assistant.
See API Reference Sources: - Vapi Quickstart Dashboard Guide - Vapi API Reference Get Assistant
Kyle Brunker
Kyle Brunker5mo ago
Nope, there is no other way.
other-emerald
other-emeraldOP5mo ago
Should build a way! It'll be awesome as a dev who tests on the dashboard and codes transient assistants in my own codebase
Vapi Support Bot
You're absolutely right—at the moment, there isn't a way to view your assistant's raw code or JSON configuration directly in the Vapi Dashboard UI. The only way to get the full JSON config is through the API. Your suggestion to add this feature makes a lot of sense, especially for developers who want a smoother workflow between the dashboard and their own codebase. Thanks for sharing your feedback!
Kyle Brunker
Kyle Brunker5mo ago
@liamdu386 You can raise an feature request for it over here: https://roadmap.vapi.ai
Vapi
Give feedback to the Vapi team so we can make more informed product decisions. Powered by Canny.

Did you find this page helpful?