Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/template-apps — List installed template app instances for the current company.
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 }