Settings
Get current tenant settings
Get the settings for the current user's tenant, creating defaults if absent.
get/settings/current
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
{
"id": 1,
"tenant_id": 1,
"default_llm_catalog_id": 1,
"created_at": "2026-06-23T12:00:00Z",
"sharepoint_enabled": true,
"inbound_guardrail": "default-inbound",
"outbound_guardrail": "default-outbound",
"system_prompt": "You are a helpful assistant.",
"inserted_by": "alembic",
"errlog_webhook_url": "https://hooks.example.com/errors",
"default_language": "en"
}