Create an appAsk AIpost https://{yourinstance}.makaira.io/appRegister a new application on the selected instanceBody ParamsslugstringrequiredUnique identifier for the App that is used for all requests.typestringenumDeclares the type of the app, either app or content-widget.appappcontent-widgetAllowed:appcontent-widgettitleobjectrequiredTitle that is shown for the App on the dashboard.title objecticonobjectInformation about the icon that is shown for the application on the dashboard.icon objectexternalURLstringrequiredBase-link to the entry point of the App that will be loaded inside the iFrame on the dashboard.instancestringrequiredSelect the makaira instance.Responses 200Created App that contains a generated clientSecret. clientSecret can only be obtained during the generation, so store it safely from the response. Otherwise the secret is lost. 500Error message if creation failed. Mostly because request body is not valid.Updated 6 days ago