wise-white
wise-whiteโ€ข3d ago

How do I maintain evals for multiple projects in same dashboard?

Is there a way to setup evals for different projects that use common evals?
4 Replies
wise-white
wise-whiteOPโ€ข3d ago
@Duckie Any help?
Vapi Support Bot
Vapi Support Botโ€ข3d ago
To maintain evals for multiple projects, use descriptive names and detailed descriptions when creating evals via the /eval API. This lets you organize and identify evals by project or purpose. For example:
POST /eval
{
"name": "ProjectA - User Flow Validation",
"description": "Validates user flow for ProjectA. Shared with ProjectB.",
"messages": [ ... ]
}
POST /eval
{
"name": "ProjectA - User Flow Validation",
"description": "Validates user flow for ProjectA. Shared with ProjectB.",
"messages": [ ... ]
}
This approach allows you to reuse common evals across projects by referencing them in your workflows.
See more in the Vapi evaluation management docs. Source: - Changelog September 5, 2025 โ€“ Evaluation Management
โคต๏ธ Mention @Vapi Support Bot for follow-ups ๐Ÿฅ
Duckie
Duckieโ€ข3d ago
Message marked as helpful by @Rahul! ๐ŸŽ‰
Vapi
Vapiโ€ข2d ago
Best way to copy over similar configurations for evals is through API GET then POST

Did you find this page helpful?