Skip to main content
GET
Get App Config

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Query Parameters

genai_app
string
required

The name of the GenAI app.

app_type
string
default:agent

The type of the app ('agent' or 'mcp').

Response

Successful Response

Response model for app configuration including aggregated CSP and template count.

csp
AggregatedCSPConfig · object
required

Aggregated CSP configuration

template_count
integer
required

Total number of templates found

mcp_tools_settings
Mcp Tools Settings · object

Agent only: tool name -> "enabled" or "disabled". Empty for app_type=mcp.