Skip to main content
curl https://api.usenaive.ai/v1/template-apps \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "apps": [
    {
      "id": "uuid",
      "companyId": "company-uuid",
      "templateAppType": "media-asset-manager",
      "name": "Media Asset Manager",
      "config": null,
      "status": "active",
      "createdAt": "2026-05-19T12:00:00.000Z"
    }
  ],
  "count": 1
}
Returns all active template app instances installed for the company. Template apps are custom UI experiences distinct from managed web apps.