✨ Asisso is live — Build production voice AI agents with our drag-and-drop workflow builder. Get started → · SDKs →
curl --request GET \
--url https://app.asisso.com/api/v1/workflow/count{
"total": 123,
"active": 123,
"archived": 123
}Get the total number of agents broken down by status
curl --request GET \
--url https://app.asisso.com/api/v1/workflow/count{
"total": 123,
"active": 123,
"archived": 123
}Returns totals broken down by status — useful for dashboards or quota checks.Documentation Index
Fetch the complete documentation index at: https://docs.asisso.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"total": 5,
"active": 4,
"archived": 1
}