Application
Create an application
Create a new application (superadmin only).
post/applications/
Query parameters
cookie_namestring nullable
Request body
Example request
{
"name": "Knowledge Assistant",
"is_active": true,
"tenant_id": 1,
"app_url": "https://apps.example.com/assistant",
"native_app_id": 10,
"description": "Answers questions over the company knowledge base.",
"version": "1.0.0",
"avatar": "https://cdn.example.com/avatars/assistant.png"
}Response
Successful Response
{"stackTrail":"paths:/applications/:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}