Set application memory model
Requires an application credential holding the application-admin role; the credential names the application it acts for. Generated from the production route registered in `internal/features/memory/inbound/http_application_memory_model.go`.
/v1/application/memory-modelRequires an application credential holding the application-admin role; the credential names the application it acts for. Generated from the production route registered in internal/features/memory/inbound/http_application_memory_model.go.
Authorization
bearerAuth Engine-issued API key or tenant-signed JWT.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The model this application chooses for its memory infrastructure. It must be present in the global pricing catalog with chat modality; an unpriced name or an embedding model is refused with 422. It does NOT have to be enabled in the application's tenant-chat catalog, granted to any organization, priced by the application, or served by a reachable connector.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/v1/application/memory-model" \ -H "Content-Type: application/json" \ -d '{ "model": "string" }'{ "model": "string", "source": "application"}Delete application memory model
Requires an application credential holding the application-admin role; the credential names the application it acts for. Generated from the production route registered in `internal/features/memory/inbound/http_application_memory_model.go`.
List application models
Requires an application credential holding the application-admin role; the credential names the application it acts for. Generated from the production route registered in `internal/features/access/inbound/http_application_models.go`.