Enable application 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/access/inbound/http_application_models.go`.
/v1/application/models/{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/access/inbound/http_application_models.go.
Authorization
bearerAuth Engine-issued API key or tenant-signed JWT.
In: header
Path Parameters
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/models/string"{ "model": "gpt-5-mini", "provider": "openai", "tier": "economy", "enabled": true}Disable application 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/access/inbound/http_application_models.go`.
Create organization for application
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/onboarding/inbound/http_application_orgs.go`.